Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update tesh files for gras 64
[simgrid.git] / examples / gras / rpc / test_sg_64
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 > [Ginette:forwarder:(2)] [Rpc/INFO] Launch forwarder (port=4000)
10 > [Fafard:client:(3)] [Rpc/INFO] Launch client (server on Tremblay:4000)
11 > [Tremblay:server:(1)] [Rpc/INFO] Listening on port 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:5000
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 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Fafard:5000
19 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
20 > [Fafard:client:(3)] [Rpc/INFO] Called the exception raising RPC
21 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=0)
22 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Fafard:5000
23 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=1)
24 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Fafard:5000
25 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=2)
26 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Fafard:5000
27 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=3)
28 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Fafard:5000
29 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=4)
30 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Fafard:5000
31 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=0)
32 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
33 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Ginette:4000
34 > [Ginette:forwarder:(2)] [gras_msg/INFO] Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to Fafard:5000
35 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
36 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=1)
37 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
38 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Ginette:4000
39 > [Ginette:forwarder:(2)] [gras_msg/INFO] Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to Fafard:5000
40 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
41 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=2)
42 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
43 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Ginette:4000
44 > [Ginette:forwarder:(2)] [gras_msg/INFO] Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to Fafard:5000
45 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
46 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=3)
47 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
48 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Ginette:4000
49 > [Ginette:forwarder:(2)] [gras_msg/INFO] Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to Fafard:5000
50 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
51 > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC on the forwarder (i=4)
52 > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request
53 > [Tremblay:server:(1)] [gras_msg/INFO] Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to Ginette:4000
54 > [Ginette:forwarder:(2)] [gras_msg/INFO] Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to Fafard:5000
55 > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC
56 > [Fafard:client:(3)] [Rpc/INFO] Ask Ginette:4000 to die
57 > [Fafard:client:(3)] [Rpc/INFO] Ask Tremblay:4000 to die
58 > [Ginette:forwarder:(2)] [Rpc/INFO] Asked to die by Fafard:5000
59 > [Ginette:forwarder:(2)] [Rpc/INFO] Done.
60 > [Ginette:forwarder:(2)] [gras/INFO] Exiting GRAS
61 > [Fafard:client:(3)] [Rpc/INFO] Done.
62 > [Fafard:client:(3)] [gras/INFO] Exiting GRAS
63 > [Tremblay:server:(1)] [Rpc/INFO] Asked to die by Fafard:5000
64 > [Tremblay:server:(1)] [Rpc/INFO] Done.
65 > [Tremblay:server:(1)] [gras/INFO] Exiting GRAS