mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-19 21:18:46 -04:00
implement resilience to warcprox outage, i.e. deal with brozzler.ProxyError in brozzler-worker
This commit is contained in:
parent
5603ff5380
commit
8256a34b4f
4 changed files with 142 additions and 6 deletions
|
@ -17,5 +17,5 @@ vagrant ssh -- 'status warcprox ;
|
|||
status vnc-websock'
|
||||
echo
|
||||
|
||||
vagrant ssh -- 'source /opt/brozzler-ve34/bin/activate && pip install pytest'
|
||||
vagrant ssh -- 'set -x ; source /opt/brozzler-ve34/bin/activate && pip install pytest && pip install --upgrade --pre "warcprox>=2.1b1.dev71"'
|
||||
vagrant ssh -- "source /opt/brozzler-ve34/bin/activate && DISPLAY=:1 py.test -v /brozzler/tests $@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue