Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use %t in log format, but %P; revalidate the output after listener introduction
[simgrid.git] / examples / gras / rpc / test_sg_32
1 # There is no timestamp in this test, because we exchange exceptions,
2 # which contain not only the filename (which could change in case of
3 # VPATH builds), but also the function name (which changes with the
4 # optimization level: if inlining, gcc changes it).
5 # Trying to get it right would prevent me to ever submit that damn paper.
6
7 $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml --log=root.fmt:"'[%h:%P:(%i)] [%c/%p] %m%n'"
8 > [Tremblay:server:(1)] [Rpc/INFO] Launch server (port=4000)
9 > [Tremblay:server:(1)] [Rpc/INFO] Listening on port 4000
10 > [Ginette:forwarder:(2)] [Rpc/INFO] Launch forwarder (port=4000)
11 > [Fafard:client:(3)] [Rpc/INFO] Launch client (server on Tremblay:4000)
12 > [Fafard:client:(3)] [Rpc/INFO] Connected to Tremblay:4000.
13 > [Fafard:client:(3)] [Rpc/INFO] Connected to server which is on Tremblay:4000
14 > [Tremblay:server:(1)] [Rpc/INFO] Got message PING(1234) from Fafard:0
15 > [Tremblay:server:(1)] [Rpc/INFO] Answered with PONG(4321)
16 > [Fafard:client:(3)] [Rpc/INFO] The answer to PING(1234) on Tremblay:4000 is PONG(4321)
17 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC
18 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
19 > [Fafard:client:(3)] [Rpc/INFO] Called the exception raising RPC
20 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=0)
21 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=1)
22 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=2)
23 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=3)
24 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=4)
25 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=0)
26 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
27 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
28 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=1)
29 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
30 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
31 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=2)
32 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
33 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
34 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=3)
35 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
36 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
37 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=4)
38 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
39 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
40 > [Fafard:client:(3)] [Rpc/INFO] Ask Ginette:4000 to die
41 > [Fafard:client:(3)] [Rpc/INFO] Ask Tremblay:4000 to die
42 > [Ginette:forwarder:(2)] [Rpc/INFO] Asked to die by Fafard:0
43 > [Ginette:forwarder:(2)] [Rpc/INFO] Done.
44 > [Ginette:forwarder:(2)] [gras/INFO] Exiting GRAS
45 > [Fafard:client:(3)] [Rpc/INFO] Done.
46 > [Fafard:client:(3)] [gras/INFO] Exiting GRAS
47 > [Tremblay:server:(1)] [Rpc/INFO] Asked to die by Fafard:0
48 > [Tremblay:server:(1)] [Rpc/INFO] Done.
49 > [Tremblay:server:(1)] [gras/INFO] Exiting GRAS