From be4bee66c79e696e1c8cef0953aa6ba782e5773f Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 22 Mar 2012 14:14:48 +0100 Subject: [PATCH] Add setenv GRAS_NO_WARN_EXPERIMENTAL=1 for gras tests. The purpose is to deactivate the warning about the experimental status of GRAS, which was making all tests to fail. --- examples/gras/all2all/test_rl.tesh | 10 ++++++++++ examples/gras/all2all/test_sg_32.tesh | 1 + examples/gras/all2all/test_sg_64.tesh | 1 + examples/gras/mmrpc/test_rl.tesh | 2 ++ examples/gras/mmrpc/test_sg_32.tesh | 1 + examples/gras/mmrpc/test_sg_64.tesh | 1 + .../gras/mutual_exclusion/simple_token/test_rl.tesh | 6 ++++++ .../gras/mutual_exclusion/simple_token/test_sg_32.tesh | 1 + .../gras/mutual_exclusion/simple_token/test_sg_64.tesh | 1 + examples/gras/ping/test_rl.tesh | 2 ++ examples/gras/ping/test_sg_32.tesh | 1 + examples/gras/ping/test_sg_64.tesh | 1 + examples/gras/pmm/test_rl.tesh | 10 ++++++++++ examples/gras/pmm/test_sg_32.tesh | 1 + examples/gras/pmm/test_sg_64.tesh | 1 + examples/gras/properties/test_rl.tesh | 2 ++ examples/gras/properties/test_sg.tesh | 1 + examples/gras/rpc/test_rl.tesh | 3 +++ examples/gras/rpc/test_sg_32.tesh | 1 + examples/gras/rpc/test_sg_64.tesh | 1 + examples/gras/synchro/test_rl.tesh | 1 + examples/gras/synchro/test_sg_32.tesh | 1 + examples/gras/synchro/test_sg_64.tesh | 1 + examples/gras/timer/test_rl.tesh | 1 + examples/gras/timer/test_sg_32.tesh | 1 + examples/gras/timer/test_sg_64.tesh | 1 + teshsuite/gras/datadesc/datadesc_mem.tesh | 1 + teshsuite/gras/datadesc/datadesc_r_big32_8_4.tesh | 1 + teshsuite/gras/datadesc/datadesc_r_little32_4.tesh | 1 + teshsuite/gras/datadesc/datadesc_r_little64.tesh | 1 + teshsuite/gras/datadesc/datadesc_rw.tesh | 2 ++ teshsuite/gras/empty_main/test_rl.tesh | 1 + teshsuite/gras/empty_main/test_sg.tesh | 1 + teshsuite/gras/msg_handle/test_rl.tesh | 2 ++ teshsuite/gras/msg_handle/test_sg_32.tesh | 1 + teshsuite/gras/msg_handle/test_sg_64.tesh | 1 + teshsuite/gras/small_sleep/test_sg_32.tesh | 1 + teshsuite/gras/small_sleep/test_sg_64.tesh | 1 + teshsuite/xbt/parallel_log_crashtest.tesh | 1 + 39 files changed, 69 insertions(+) diff --git a/examples/gras/all2all/test_rl.tesh b/examples/gras/all2all/test_rl.tesh index 04a84af5c4..6bcd0f6ba0 100755 --- a/examples/gras/all2all/test_rl.tesh +++ b/examples/gras/all2all/test_rl.tesh @@ -1,5 +1,6 @@ # The receivers, waiting for 5 messages ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4400 5 --log=root.fmt:%m%n > Listening on port 4400 (expecting 5 messages) > Got Data from 127.0.0.1:5005 (still 4 to go) @@ -10,6 +11,7 @@ > Exiting GRAS ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4401 5 --log=root.fmt:%m%n > Listening on port 4401 (expecting 5 messages) > Got Data from 127.0.0.1:5005 (still 4 to go) @@ -20,6 +22,7 @@ > Exiting GRAS ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4402 5 --log=root.fmt:%m%n > Listening on port 4402 (expecting 5 messages) > Got Data from 127.0.0.1:5005 (still 4 to go) @@ -30,6 +33,7 @@ > Exiting GRAS ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4403 5 --log=root.fmt:%m%n > Listening on port 4403 (expecting 5 messages) > Got Data from 127.0.0.1:5005 (still 4 to go) @@ -40,6 +44,7 @@ > Exiting GRAS ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4404 5 --log=root.fmt:%m%n > Listening on port 4404 (expecting 5 messages) > Got Data from 127.0.0.1:5005 (still 4 to go) @@ -53,6 +58,7 @@ $ $SG_TEST_EXENV sleep 1 # Five time a sender +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n > Launch current node > Sent Data @@ -62,6 +68,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1 > Sent Data > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n > Launch current node > Sent Data @@ -71,6 +78,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1 > Sent Data > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n > Launch current node > Sent Data @@ -80,6 +88,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1 > Sent Data > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n > Launch current node > Sent Data @@ -89,6 +98,7 @@ $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1 > Sent Data > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n > Launch current node > Sent Data diff --git a/examples/gras/all2all/test_sg_32.tesh b/examples/gras/all2all/test_sg_32.tesh index d0e373d7b1..6d522daf46 100644 --- a/examples/gras/all2all/test_sg_32.tesh +++ b/examples/gras/all2all/test_sg_32.tesh @@ -1,6 +1,7 @@ #! ./tesh ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%.2i:%P@%h)%e%m%n" > [ 0.000000] (00:@) Configuration change: Set 'network/crosstraffic' to '0' > [ 0.000000] (01:sender@Tremblay) Launch current node diff --git a/examples/gras/all2all/test_sg_64.tesh b/examples/gras/all2all/test_sg_64.tesh index 55a74633dc..51508164b3 100644 --- a/examples/gras/all2all/test_sg_64.tesh +++ b/examples/gras/all2all/test_sg_64.tesh @@ -1,5 +1,6 @@ #! ./tesh +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./all2all_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/all2all.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%.2i:%P@%h)%e%m%n" > [ 0.000000] (00:@) Configuration change: Set 'network/crosstraffic' to '0' > [ 0.000000] (01:sender@Tremblay) Launch current node diff --git a/examples/gras/mmrpc/test_rl.tesh b/examples/gras/mmrpc/test_rl.tesh index 92b720aa55..aedab248c3 100755 --- a/examples/gras/mmrpc/test_rl.tesh +++ b/examples/gras/mmrpc/test_rl.tesh @@ -1,7 +1,9 @@ +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./mmrpc_server$EXEEXT 4502 --log=root.fmt:%m%n > Launch server (port=4502) > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./mmrpc_client$EXEEXT 127.0.0.1 4502 --log=root.fmt:%m%n > Launch client (server on 127.0.0.1:4502) > Connected to 127.0.0.1:4502. diff --git a/examples/gras/mmrpc/test_sg_32.tesh b/examples/gras/mmrpc/test_sg_32.tesh index 280d4f2766..a3018a6736 100644 --- a/examples/gras/mmrpc/test_sg_32.tesh +++ b/examples/gras/mmrpc/test_sg_32.tesh @@ -1,4 +1,5 @@ ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./mmrpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/mmrpc.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:server@Tremblay) Launch server (port=4000) > [ 0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000) diff --git a/examples/gras/mmrpc/test_sg_64.tesh b/examples/gras/mmrpc/test_sg_64.tesh index 8eb3637eb9..27fadc73d9 100644 --- a/examples/gras/mmrpc/test_sg_64.tesh +++ b/examples/gras/mmrpc/test_sg_64.tesh @@ -1,4 +1,5 @@ ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./mmrpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/mmrpc.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:server@Tremblay) Launch server (port=4000) > [ 0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000) diff --git a/examples/gras/mutual_exclusion/simple_token/test_rl.tesh b/examples/gras/mutual_exclusion/simple_token/test_rl.tesh index 483a5ca5b7..38f17b5aef 100755 --- a/examples/gras/mutual_exclusion/simple_token/test_rl.tesh +++ b/examples/gras/mutual_exclusion/simple_token/test_rl.tesh @@ -1,3 +1,4 @@ +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4100 127.0.0.1 4110 --create-token --log=root.fmt:%m%n $@ > Launch node listening on 4100 (successor on 127.0.0.1:4110) > Create the token (with value 0) and send it to 127.0.0.1:4110 @@ -7,22 +8,27 @@ > Shut down the token-ring. There was 17 hops. > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4110 127.0.0.1 4120 --log=root.fmt:%m%n $@ > Launch node listening on 4110 (successor on 127.0.0.1:4120) > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4120 127.0.0.1 4130 --log=root.fmt:%m%n $@ > Launch node listening on 4120 (successor on 127.0.0.1:4130) > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4130 127.0.0.1 4141 --log=root.fmt:%m%n $@ > Launch node listening on 4130 (successor on 127.0.0.1:4141) > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4141 127.0.0.1 4150 --log=root.fmt:%m%n $@ > Launch node listening on 4141 (successor on 127.0.0.1:4150) > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4150 127.0.0.1 4100 --log=root.fmt:%m%n $@ > Launch node listening on 4150 (successor on 127.0.0.1:4100) > Exiting GRAS diff --git a/examples/gras/mutual_exclusion/simple_token/test_sg_32.tesh b/examples/gras/mutual_exclusion/simple_token/test_sg_32.tesh index 1adc2cf02f..1e8c49e2ed 100644 --- a/examples/gras/mutual_exclusion/simple_token/test_sg_32.tesh +++ b/examples/gras/mutual_exclusion/simple_token/test_sg_32.tesh @@ -1,4 +1,5 @@ ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./simple_token_simulator$EXEEXT ${srcdir:=.}/../../../msg/small_platform.xml ${srcdir:=.}/simple_token.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 1.000390] (1:node@Tremblay) Create the token (with value 0) and send it to Fafard:4000 > [ 1.147954] (1:node@Tremblay) Begin a new loop. Still to do: 2 diff --git a/examples/gras/mutual_exclusion/simple_token/test_sg_64.tesh b/examples/gras/mutual_exclusion/simple_token/test_sg_64.tesh index 75f19d1bf3..7a96a4326e 100644 --- a/examples/gras/mutual_exclusion/simple_token/test_sg_64.tesh +++ b/examples/gras/mutual_exclusion/simple_token/test_sg_64.tesh @@ -1,4 +1,5 @@ ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./simple_token_simulator$EXEEXT ${srcdir:=.}/../../../msg/small_platform.xml ${srcdir:=.}/simple_token.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 1.000390] (1:node@Tremblay) Create the token (with value 0) and send it to Fafard:4000 > [ 1.147954] (1:node@Tremblay) Begin a new loop. Still to do: 2 diff --git a/examples/gras/ping/test_rl.tesh b/examples/gras/ping/test_rl.tesh index 9594ceef24..4908dd0cde 100755 --- a/examples/gras/ping/test_rl.tesh +++ b/examples/gras/ping/test_rl.tesh @@ -1,5 +1,6 @@ ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_ENV ./ping_server$EXEEXT 4302 --log=root.fmt=%P:%t%e%m%n $ARGS > server:main Launch server (port=4302) > server:main Messages registered @@ -14,6 +15,7 @@ $ $SG_TEST_ENV sleep 1 ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_ENV ./ping_client$EXEEXT 127.0.0.1 4302 --log=root.fmt=%P:%t%e%m%n $ARGS > client:main Launch client (server on 127.0.0.1:4302) > client:main Connected to 127.0.0.1:4302. diff --git a/examples/gras/ping/test_sg_32.tesh b/examples/gras/ping/test_sg_32.tesh index 1523cb8940..ef76fa99d7 100644 --- a/examples/gras/ping/test_sg_32.tesh +++ b/examples/gras/ping/test_sg_32.tesh @@ -1,6 +1,7 @@ p Runs the 'ping' test within the simulator (simulation times valid for 32bits architectures) ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml $ARGS "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:server@Tremblay) Launch server (port=4000) > [ 0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000) diff --git a/examples/gras/ping/test_sg_64.tesh b/examples/gras/ping/test_sg_64.tesh index dc9f195bcb..c96003fd46 100644 --- a/examples/gras/ping/test_sg_64.tesh +++ b/examples/gras/ping/test_sg_64.tesh @@ -1,6 +1,7 @@ p Runs the 'ping' test within the simulator (simulation times valid for 64bits architectures) ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./ping_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/ping.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:server@Tremblay) Launch server (port=4000) > [ 0.000000] (2:client@Fafard) Launch client (server on Tremblay:4000) diff --git a/examples/gras/pmm/test_rl.tesh b/examples/gras/pmm/test_rl.tesh index 1bdd34e784..ccd65ad071 100755 --- a/examples/gras/pmm/test_rl.tesh +++ b/examples/gras/pmm/test_rl.tesh @@ -1,60 +1,70 @@ # Ignore the output of slaves since it depends on the order of connexion ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 0 --log=root.fmt:%m%n > Sensor 0 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 1 --log=root.fmt:%m%n > Sensor 1 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 2 --log=root.fmt:%m%n > Sensor 2 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 3 --log=root.fmt:%m%n > Sensor 3 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 4 --log=root.fmt:%m%n > Sensor 4 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 5 --log=root.fmt:%m%n > Sensor 5 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 6 --log=root.fmt:%m%n > Sensor 6 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 7 --log=root.fmt:%m%n > Sensor 7 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 8 --log=root.fmt:%m%n > Sensor 8 starting > Receive my pos and assignment > Exiting GRAS ! timeout no +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./pmm_master$EXEEXT 4242 --log=root.fmt:%m%n > Wait for peers for 2 sec > Good. Got 9 pals diff --git a/examples/gras/pmm/test_sg_32.tesh b/examples/gras/pmm/test_sg_32.tesh index c6c350bb7f..61f1d78540 100644 --- a/examples/gras/pmm/test_sg_32.tesh +++ b/examples/gras/pmm/test_sg_32.tesh @@ -1,4 +1,5 @@ ! output sort 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n" > [ 0.000000] ( 0:@) Configuration change: Set 'network/crosstraffic' to '0' > [ 0.000195] ( 1:master@Jacquelin) Wait for peers for 2 sec diff --git a/examples/gras/pmm/test_sg_64.tesh b/examples/gras/pmm/test_sg_64.tesh index 76ae5dd2b4..ae06089219 100644 --- a/examples/gras/pmm/test_sg_64.tesh +++ b/examples/gras/pmm/test_sg_64.tesh @@ -1,6 +1,7 @@ #! ./tesh ! output sort 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./pmm_simulator$EXEEXT ${srcdir:=.}/../../msg/msg_platform.xml ${srcdir:=.}/pmm.xml --cfg=network/crosstraffic:0 "--log=root.fmt:[%10.6r]%e(%2i:%P@%h)%e%m%n" > [ 0.000000] ( 0:@) Configuration change: Set 'network/crosstraffic' to '0' > [ 0.000195] ( 1:master@Jacquelin) Wait for peers for 2 sec diff --git a/examples/gras/properties/test_rl.tesh b/examples/gras/properties/test_rl.tesh index ce27387e4d..2376a931c6 100755 --- a/examples/gras/properties/test_rl.tesh +++ b/examples/gras/properties/test_rl.tesh @@ -1,5 +1,6 @@ ! setenv SG_TEST_blah=blah +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS > alice:main == Dump all the properties of current host > alice:main == Dump all the properties of alice @@ -9,6 +10,7 @@ $ $SG_TEST_ENV ./properties_alice --log=root.fmt=%P:%t%e%m%n $ARGS > alice:main Exiting GRAS ! setenv SG_TEST_blah=blah +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_ENV ./properties_bob --log=root.fmt=%P:%t%e%m%n $ARGS > bob:main == Dump all the properties of host1 > bob:main == Try to get a property that does not exist diff --git a/examples/gras/properties/test_sg.tesh b/examples/gras/properties/test_sg.tesh index c0790dc68f..43b0fc66b5 100644 --- a/examples/gras/properties/test_sg.tesh +++ b/examples/gras/properties/test_sg.tesh @@ -1,6 +1,7 @@ p Runs the 'properties' test within the simulator (simulation times valid for 32bits architectures) ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./properties_simulator${EXEEXT:=} ${srcdir:=.}/../../platforms/prop.xml ${srcdir:=.}/properties.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (2:bob@host1) == Dump all the properties of host1 > [ 0.000000] (2:bob@host1) Host property: 'SG_TEST_Hdd' has value: '180' diff --git a/examples/gras/rpc/test_rl.tesh b/examples/gras/rpc/test_rl.tesh index 8cd3b919e0..394c8fd8c1 100755 --- a/examples/gras/rpc/test_rl.tesh +++ b/examples/gras/rpc/test_rl.tesh @@ -1,5 +1,6 @@ ! timeout 10 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./rpc_server$EXEEXT 4202 --log=root.fmt:%m%n $@ > Launch server (port=4202) > Listening on port 4202 @@ -9,6 +10,7 @@ > Done. > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./rpc_forwarder$EXEEXT 4203 127.0.0.1 4202 --log=root.fmt:%m%n $@ > Launch forwarder (port=4203) > Forward a request @@ -23,6 +25,7 @@ # give the server and the forwarder a chance to acquire the expected port numbers $ $SG_TEST_EXENV sleep 1 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./rpc_client$EXEEXT 127.0.0.1 4202 127.0.0.1 4203 --log=root.fmt:%m%n $@ > Launch client (server on 127.0.0.1:4202) > Connected to 127.0.0.1:4202. diff --git a/examples/gras/rpc/test_sg_32.tesh b/examples/gras/rpc/test_sg_32.tesh index f89411fb99..4de2b241ea 100644 --- a/examples/gras/rpc/test_sg_32.tesh +++ b/examples/gras/rpc/test_sg_32.tesh @@ -7,6 +7,7 @@ ! timeout 10 ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml "--log=root.fmt:[0]%e(%i:%P@%h)%e%m%n" > [0] (1:server@Tremblay) Launch server (port=4000) > [0] (1:server@Tremblay) Listening on port 4000 diff --git a/examples/gras/rpc/test_sg_64.tesh b/examples/gras/rpc/test_sg_64.tesh index f89411fb99..4de2b241ea 100755 --- a/examples/gras/rpc/test_sg_64.tesh +++ b/examples/gras/rpc/test_sg_64.tesh @@ -7,6 +7,7 @@ ! timeout 10 ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml "--log=root.fmt:[0]%e(%i:%P@%h)%e%m%n" > [0] (1:server@Tremblay) Launch server (port=4000) > [0] (1:server@Tremblay) Listening on port 4000 diff --git a/examples/gras/synchro/test_rl.tesh b/examples/gras/synchro/test_rl.tesh index 4c3e587b00..8805e7b684 100755 --- a/examples/gras/synchro/test_rl.tesh +++ b/examples/gras/synchro/test_rl.tesh @@ -1,3 +1,4 @@ ! output display +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_ENV ./synchro_philosopher${EXEEXT:=} 4 --log=root.fmt=%m%n diff --git a/examples/gras/synchro/test_sg_32.tesh b/examples/gras/synchro/test_sg_32.tesh index d06f15e83a..3de8bdef40 100644 --- a/examples/gras/synchro/test_sg_32.tesh +++ b/examples/gras/synchro/test_sg_32.tesh @@ -2,6 +2,7 @@ p Runs the 'philosopher' test within the simulator ! output sort 28 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./synchro_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/synchro.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:philosopher@Tremblay) Spawn the 5 threads (10 lunches scheduled) > [ 0.000000] (1:thread 0@Tremblay) Thread 0 gets hungry (lunch #0) diff --git a/examples/gras/synchro/test_sg_64.tesh b/examples/gras/synchro/test_sg_64.tesh index d06f15e83a..3de8bdef40 100755 --- a/examples/gras/synchro/test_sg_64.tesh +++ b/examples/gras/synchro/test_sg_64.tesh @@ -2,6 +2,7 @@ p Runs the 'philosopher' test within the simulator ! output sort 28 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./synchro_simulator${EXEEXT:=} ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/synchro.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:philosopher@Tremblay) Spawn the 5 threads (10 lunches scheduled) > [ 0.000000] (1:thread 0@Tremblay) Thread 0 gets hungry (lunch #0) diff --git a/examples/gras/timer/test_rl.tesh b/examples/gras/timer/test_rl.tesh index 5715c7f875..0ba3d6e8d4 100755 --- a/examples/gras/timer/test_rl.tesh +++ b/examples/gras/timer/test_rl.tesh @@ -2,6 +2,7 @@ p This test is a bit long to run, since it setups timers and wait for them. Don't worry, that's expected ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./timer_client$EXEEXT --log=root.fmt:%m%n > Programming the repetitive_action with a frequency of 1.000000 sec > Programming the delayed_action for after 2.000000 sec diff --git a/examples/gras/timer/test_sg_32.tesh b/examples/gras/timer/test_sg_32.tesh index c3785a64fb..b71348a609 100755 --- a/examples/gras/timer/test_sg_32.tesh +++ b/examples/gras/timer/test_sg_32.tesh @@ -1,4 +1,5 @@ +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./timer_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/timer.xml > [Fafard:client:(1) 0.000000] [test/INFO] Programming the repetitive_action with a frequency of 1.000000 sec > [Fafard:client:(1) 0.000000] [test/INFO] Programming the delayed_action for after 2.000000 sec diff --git a/examples/gras/timer/test_sg_64.tesh b/examples/gras/timer/test_sg_64.tesh index c3785a64fb..b71348a609 100755 --- a/examples/gras/timer/test_sg_64.tesh +++ b/examples/gras/timer/test_sg_64.tesh @@ -1,4 +1,5 @@ +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ./timer_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/timer.xml > [Fafard:client:(1) 0.000000] [test/INFO] Programming the repetitive_action with a frequency of 1.000000 sec > [Fafard:client:(1) 0.000000] [test/INFO] Programming the delayed_action for after 2.000000 sec diff --git a/teshsuite/gras/datadesc/datadesc_mem.tesh b/teshsuite/gras/datadesc/datadesc_mem.tesh index 7ba1b77dbe..b59d27f7c0 100644 --- a/teshsuite/gras/datadesc/datadesc_mem.tesh +++ b/teshsuite/gras/datadesc/datadesc_mem.tesh @@ -1,5 +1,6 @@ p Check the marshaling facilities (trying to to do a in-memory copy) +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ gras/datadesc/datadesc_usage --copy "--log=root.fmt:%m%n" > Memory copy > ---- Test on integer ---- diff --git a/teshsuite/gras/datadesc/datadesc_r_big32_8_4.tesh b/teshsuite/gras/datadesc/datadesc_r_big32_8_4.tesh index 94ae55ee1c..9653525a6a 100644 --- a/teshsuite/gras/datadesc/datadesc_r_big32_8_4.tesh +++ b/teshsuite/gras/datadesc/datadesc_r_big32_8_4.tesh @@ -1,5 +1,6 @@ p Check the marshaling facilities (trying to read the result of AIX) +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.big32_8_4 --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n" > Read from file datadesc.big32_8_4 > This file was generated on big32_8_4 (7) diff --git a/teshsuite/gras/datadesc/datadesc_r_little32_4.tesh b/teshsuite/gras/datadesc/datadesc_r_little32_4.tesh index bbed12263b..326cf7a2f6 100644 --- a/teshsuite/gras/datadesc/datadesc_r_little32_4.tesh +++ b/teshsuite/gras/datadesc/datadesc_r_little32_4.tesh @@ -1,5 +1,6 @@ p Check the marshaling facilities (trying to read the result of linux/x86) +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little32_4 --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n" > Read from file datadesc.little32_4 > This file was generated on little32_4 (2) diff --git a/teshsuite/gras/datadesc/datadesc_r_little64.tesh b/teshsuite/gras/datadesc/datadesc_r_little64.tesh index cf5babc969..1c6e955163 100644 --- a/teshsuite/gras/datadesc/datadesc_r_little64.tesh +++ b/teshsuite/gras/datadesc/datadesc_r_little64.tesh @@ -1,5 +1,6 @@ p Check the marshaling facilities (trying to read the result of linux/amd64) +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV gras/datadesc/datadesc_usage --read ${srcdir:=.}/gras/datadesc/datadesc.little64 --log=test.thres:verbose --log=structs.thres:info "--log=root.fmt:%m%n" $ARGS > Read from file datadesc.little64 > This file was generated on little64 (4) diff --git a/teshsuite/gras/datadesc/datadesc_rw.tesh b/teshsuite/gras/datadesc/datadesc_rw.tesh index 1769849e7c..0922f56207 100644 --- a/teshsuite/gras/datadesc/datadesc_rw.tesh +++ b/teshsuite/gras/datadesc/datadesc_rw.tesh @@ -2,6 +2,7 @@ p Check the marshaling facilities (trying to read what we write) $ rm -f datadesc_usage.out +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ gras/datadesc/datadesc_usage --write "--log=root.fmt:%m%n" > Write to file datadesc_usage.out > ---- Test on integer ---- @@ -25,6 +26,7 @@ $ gras/datadesc/datadesc_usage --write "--log=root.fmt:%m%n" > ---- Test on struct containing dynamic array and its size when size=0 (cbps test) ---- > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ gras/datadesc/datadesc_usage --read "--log=root.fmt:%m%n" > Read from file datadesc_usage.out > ---- Test on integer ---- diff --git a/teshsuite/gras/empty_main/test_rl.tesh b/teshsuite/gras/empty_main/test_rl.tesh index bb5ae90928..8b9e840795 100755 --- a/teshsuite/gras/empty_main/test_rl.tesh +++ b/teshsuite/gras/empty_main/test_rl.tesh @@ -1,4 +1,5 @@ ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_ENV ${bindir:=.}/empty_main_function$EXEEXT --log=root.fmt=%P:%t%e%m%n $ARGS > function:main Exiting GRAS diff --git a/teshsuite/gras/empty_main/test_sg.tesh b/teshsuite/gras/empty_main/test_sg.tesh index 7b96c1c556..285f80de98 100755 --- a/teshsuite/gras/empty_main/test_sg.tesh +++ b/teshsuite/gras/empty_main/test_sg.tesh @@ -1,4 +1,5 @@ p Runs the 'empty_main' test within the simulator +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ${bindir:=.}/empty_main_simulator${EXEEXT:=} ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/empty_main/empty_main.xml > [Tremblay:function:(1) 0.000000] [gras/INFO] Exiting GRAS diff --git a/teshsuite/gras/msg_handle/test_rl.tesh b/teshsuite/gras/msg_handle/test_rl.tesh index aa4468c6ba..f20ece92ef 100755 --- a/teshsuite/gras/msg_handle/test_rl.tesh +++ b/teshsuite/gras/msg_handle/test_rl.tesh @@ -1,5 +1,6 @@ ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_ENV gras/msg_handle/msg_handle_server$EXEEXT 4002 127.0.0.1:4003 --log=root.fmt=%P:%t%e%m%n $ARGS > server:main Launch server (port=4002) > server:main Initialization done. @@ -9,6 +10,7 @@ > server:main Exiting GRAS ! timeout 20 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_ENV gras/msg_handle/msg_handle_client$EXEEXT 4003 127.0.0.1:4002 --log=root.fmt=%P:%t%e%m%n $ARGS > client:main Launch client (port=4003) > client:main Initialization done. diff --git a/teshsuite/gras/msg_handle/test_sg_32.tesh b/teshsuite/gras/msg_handle/test_sg_32.tesh index e872b16fc1..648ed084a5 100644 --- a/teshsuite/gras/msg_handle/test_sg_32.tesh +++ b/teshsuite/gras/msg_handle/test_sg_32.tesh @@ -1,6 +1,7 @@ p Runs the 'msg_handle' test within the simulator (simulation times valid for 32bits architectures) ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV gras/msg_handle/msg_handle_simulator$EXEEXT ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/msg_handle/msg_handle.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:server@Tremblay) Launch server (port=4000) > [ 0.000000] (2:client@Fafard) Launch client (port=4000) diff --git a/teshsuite/gras/msg_handle/test_sg_64.tesh b/teshsuite/gras/msg_handle/test_sg_64.tesh index bc7291b0b0..aa927aba7b 100644 --- a/teshsuite/gras/msg_handle/test_sg_64.tesh +++ b/teshsuite/gras/msg_handle/test_sg_64.tesh @@ -1,6 +1,7 @@ p Runs the 'msg_handle' test within the simulator (simulation times valid for 64bits architectures) ! output sort +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV gras/msg_handle/msg_handle_simulator$EXEEXT ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/msg_handle/msg_handle.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" > [ 0.000000] (1:server@Tremblay) Launch server (port=4000) > [ 0.000000] (2:client@Fafard) Launch client (port=4000) diff --git a/teshsuite/gras/small_sleep/test_sg_32.tesh b/teshsuite/gras/small_sleep/test_sg_32.tesh index 197d42f16c..723b32dce7 100755 --- a/teshsuite/gras/small_sleep/test_sg_32.tesh +++ b/teshsuite/gras/small_sleep/test_sg_32.tesh @@ -1,5 +1,6 @@ p Runs the 'small_sleep' test within the simulator +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ${bindir:=.}/small_sleep_simulator${EXEEXT:=} ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/small_sleep/small_sleep.xml > [Tremblay:function:(1) 100.000000] [test/INFO] Let's go 1E-5 > [Tremblay:function:(1) 100.000010] [test/INFO] Let's go 1E-10 diff --git a/teshsuite/gras/small_sleep/test_sg_64.tesh b/teshsuite/gras/small_sleep/test_sg_64.tesh index 19377cf06c..6684c57d5e 100755 --- a/teshsuite/gras/small_sleep/test_sg_64.tesh +++ b/teshsuite/gras/small_sleep/test_sg_64.tesh @@ -1,5 +1,6 @@ p Runs the 'empty_main' test within the simulator +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ $SG_TEST_EXENV ${bindir:=.}/small_sleep_simulator${EXEEXT:=} ${srcdir:=.}/../examples/msg/small_platform.xml ${srcdir:=.}/gras/small_sleep/small_sleep.xml > [Tremblay:function:(1) 100.000000] [test/INFO] Let's go 1E-5 > [Tremblay:function:(1) 100.000010] [test/INFO] Let's go 1E-10 diff --git a/teshsuite/xbt/parallel_log_crashtest.tesh b/teshsuite/xbt/parallel_log_crashtest.tesh index ef7094fb24..5e0f919f4d 100644 --- a/teshsuite/xbt/parallel_log_crashtest.tesh +++ b/teshsuite/xbt/parallel_log_crashtest.tesh @@ -1,6 +1,7 @@ ! timeout 20 p Try to crash the log mecanism by using it in parallel with a lot of threads +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 $ xbt/parallel_log_crashtest "--log=root.fmt:%m%n" > XXX (XX|XX|XX|XX|XX|XX|XX|XX|XX) > XXX (XX|XX|XX|XX|XX|XX|XX|XX|XX) -- 2.20.1