提交 c311f8a7 作者: Peter Rabbitson

Start test dht listeners in series

Can not explain why this happens, but the fix seems to work. Change does
not seem to affect what the test is actually doing anyway ( the wait makes
the entire block synchrronous )
上级 c2b5018f
......@@ -46,9 +46,11 @@ test_expect_success "set up testbed" '
iptb testbed create -type localipfs -count $NNODES -force -init
'
# for some reason starting 8/9 together gets stuck on a wait...
test_expect_success "start up nodes" '
iptb start -wait [0-7] &&
iptb start -wait [8-9] -- --routing=dhtclient
iptb start -wait 8 -- --routing=dhtclient &&
iptb start -wait 9 -- --routing=dhtclient
'
test_expect_success "connect up nodes" '
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论