[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: testing: fix synchronisation of setup an
From: |
gnunet |
Subject: |
[gnunet] branch master updated: testing: fix synchronisation of setup and helper start |
Date: |
Thu, 03 Oct 2024 13:17:47 +0200 |
This is an automated email from the git hooks/post-receive script.
julius-buenger pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new 114982143 testing: fix synchronisation of setup and helper start
114982143 is described below
commit 114982143f755d5a6d4f2a2d2ed208b0f0002d13
Author: ch3 <buenger@mytum.de>
AuthorDate: Tue Jun 25 11:10:50 2024 +0200
testing: fix synchronisation of setup and helper start
Just by the looks of it this is not done in the intended way. This is
only supposed to be a temporary workaround to 'make things work'. It
should be properly fixed in the future
---
src/lib/testing/gnunet-testing-netjail-launcher.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/lib/testing/gnunet-testing-netjail-launcher.c
b/src/lib/testing/gnunet-testing-netjail-launcher.c
index 2d425207e..182af2daa 100644
--- a/src/lib/testing/gnunet-testing-netjail-launcher.c
+++ b/src/lib/testing/gnunet-testing-netjail-launcher.c
@@ -70,10 +70,14 @@ main (int argc,
GNUNET_TESTING_cmd_barrier_create ("peers-started-barrier",
NUM_PEERS),
#endif
- GNUNET_TESTING_cmd_netjail_setup (
- "netjail-start",
- GNUNET_TESTING_NETJAIL_START_SCRIPT,
- "load-topology"),
+ GNUNET_TESTING_cmd_make_unblocking (
+ GNUNET_TESTING_cmd_netjail_setup (
+ "netjail-start",
+ GNUNET_TESTING_NETJAIL_START_SCRIPT,
+ "load-topology")),
+ GNUNET_TESTING_cmd_finish ("wait-netjail-start",
+ "netjail-start",
+ GNUNET_TIME_UNIT_SECONDS),
GNUNET_TESTING_cmd_netjail_start_helpers (
"netjail-start-testbed",
"load-topology",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: testing: fix synchronisation of setup and helper start,
gnunet <=