Currently, connect_nodes will return silently when the connection is disconnected while connecting. This is confusing, so fix it.
Can be tested by reverting the signet test change and observing the failure when running the test.
Currently, connect_nodes will return silently when the connection is disconnected while connecting. This is confusing, so fix it.
Can be tested by reverting the signet test change and observing the failure when running the test.
Also replace the use of wait_until_helper, which is not allowed to be
called directly. Otherwise, --timeout-factor will not be honoured.
Tested ACK faee330c7bde4d52dc18cf55166b5975b26bdecd
Silent failures are really bad in general, even more so in tests which are supposed to raise a stink on problems.
Tested that removing the setup_network function makes the test fail.