Skip to content
Snippets Groups Projects
Commit 34fea520 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Fix an unrelated non-determinism bug in the system tests

See similar earlier commit
parent 209bee01
5 merge requests!315update production,!314update production,!313update production,!312update production,!308Accept configuration for the number of tokens issued by the issuer
...@@ -93,6 +93,9 @@ def test( ...@@ -93,6 +93,9 @@ def test(
# It should have Eliot logging turned on as well. # It should have Eliot logging turned on as well.
storage.succeed('[ -e /var/db/tahoe-lafs/storage/logs/eliot.json ]') storage.succeed('[ -e /var/db/tahoe-lafs/storage/logs/eliot.json ]')
# Make sure the issuer is ready to accept connections.
issuer.wait_for_open_port(80)
# #
# Storage appears to be working so try to get a client to speak with it. # Storage appears to be working so try to get a client to speak with it.
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment