mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 16:16:28 -04:00
avoid dumb error from travis-ci test
This commit is contained in:
parent
1308f784ac
commit
4cb341bdff
@ -859,6 +859,11 @@ def test_choose_warcprox():
|
||||
rr = doublethink.Rethinker('localhost', db='ignoreme')
|
||||
svcreg = doublethink.ServiceRegistry(rr)
|
||||
frontier = brozzler.RethinkDbFrontier(rr)
|
||||
|
||||
# avoid this of error: https://travis-ci.org/internetarchive/brozzler/jobs/330991786#L1021
|
||||
rr.table('sites').wait()
|
||||
rr.table('services').wait()
|
||||
|
||||
# clean slate
|
||||
rr.table('sites').delete().run()
|
||||
rr.table('services').delete().run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user