Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove usage of environment variable ARGS in tesh files.
[simgrid.git] / teshsuite / gras / msg_handle / test_rl.tesh
1
2 ! timeout 20
3 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
4 & $SG_TEST_ENV gras/msg_handle/msg_handle_server$EXEEXT 4002 127.0.0.1:4003 --log=root.fmt=%P:%t%e%m%n
5 > server:main Launch server (port=4002)
6 > server:main Initialization done.
7 > server:main gras_msg_handle(0) works as expected (immediate timeout)
8 > server:main gras_msg_handle(1) works as expected (delayed timeout)
9 > server:main Unlock pal
10 > server:main Exiting GRAS
11
12 ! timeout 20
13 ! setenv GRAS_NO_WARN_EXPERIMENTAL=1
14 & $SG_TEST_ENV gras/msg_handle/msg_handle_client$EXEEXT 4003 127.0.0.1:4002 --log=root.fmt=%P:%t%e%m%n
15 > client:main Launch client (port=4003)
16 > client:main Initialization done.
17 > client:main Got the message
18 > client:main gras_msg_handle(-1) works as expected (locked)
19 > client:main Exiting GRAS