Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revalidate the output after last change in surf messing with event order, and fix...
[simgrid.git] / teshsuite / gras / msg_handle / test_rl
1
2 ! timeout 20
3 & $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
4 > server:main Launch server (port=4002)
5 > server:main Initialization done.
6 > server:main gras_msg_handle(0) works as expected (imediate timeout)
7 > server:main gras_msg_handle(1) works as expected (delayed timeout)
8 > server:main Unlock pal
9 > server:main Exiting GRAS
10
11 ! timeout 20
12 & $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
13 > client:main Launch client (port=4003)
14 > client:main Initialization done.
15 > client:main Got the message
16 > client:main gras_msg_handle(-1) works as expected (locked)
17 > client:main Exiting GRAS