mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-21 16:16:27 -04:00
Indicate when nodes are being stopped in the network stress test
It may help distinguish errors derived from forcibly stopping nodes (e.g. after a timeout).
This commit is contained in:
parent
da5b59b06b
commit
2881a3dd63
@ -228,6 +228,8 @@ public class NetworkStressTest {
|
||||
|
||||
@After
|
||||
public void tearDown() throws InterruptedException, IOException {
|
||||
print("stopping all local nodes");
|
||||
|
||||
/** A barrier to wait for concurrent shutdown of services. */
|
||||
final CountDownLatch shutdownLatch = new CountDownLatch((seedNode != null? 1 : 0) + peerNodes.size());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user