mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-16 06:18:21 +00:00
refactor: actually parallel
This commit is contained in:
@ -266,8 +266,7 @@ def storage_nodes(grid):
|
|||||||
nodes_d = []
|
nodes_d = []
|
||||||
# start all 5 nodes in parallel
|
# start all 5 nodes in parallel
|
||||||
for x in range(5):
|
for x in range(5):
|
||||||
#nodes_d.append(grid.add_storage_node())
|
nodes_d.append(grid.add_storage_node())
|
||||||
pytest_twisted.blockon(grid.add_storage_node())
|
|
||||||
|
|
||||||
nodes_status = pytest_twisted.blockon(DeferredList(nodes_d))
|
nodes_status = pytest_twisted.blockon(DeferredList(nodes_d))
|
||||||
for ok, value in nodes_status:
|
for ok, value in nodes_status:
|
||||||
|
Reference in New Issue
Block a user