X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b470fc7653464e7e6cb440ca449beb41b5c9df1..8db088a5bcd9f5837c15c30e7de227cb78b04e9d:/examples/gras/rpc/test_sg_64?ds=sidebyside diff --git a/examples/gras/rpc/test_sg_64 b/examples/gras/rpc/test_sg_64 index d5c52d66cf..8b56eaabd2 100755 --- a/examples/gras/rpc/test_sg_64 +++ b/examples/gras/rpc/test_sg_64 @@ -4,7 +4,7 @@ # optimization level: if inlining, gcc changes it). # Trying to get it right would prevent me to ever submit that damn paper. -$ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml --log=root.fmt:"'[%h:%t:(%i)] [%c/%p] %m%n'" +$ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xml ${srcdir:=.}/rpc.xml --log=root.fmt:"'[%h:%P:(%i)] [%c/%p] %m%n'" > [Tremblay:server:(1)] [Rpc/INFO] Launch server (port=4000) > [Tremblay:server:(1)] [Rpc/INFO] Listening on port 4000 > [Ginette:forwarder:(2)] [Rpc/INFO] Launch forwarder (port=4000) @@ -12,9 +12,9 @@ $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xm > [Fafard:client:(3)] [Rpc/INFO] Connected to Tremblay:4000. > [Fafard:client:(3)] [Rpc/INFO] Connected to server which is on Tremblay:4000 > [Tremblay:server:(1)] [Rpc/INFO] Got message PING(1234) from Fafard:0 +> [Tremblay:server:(1)] [Rpc/INFO] Answered with PONG(4321) > [Fafard:client:(3)] [Rpc/INFO] The answer to PING(1234) on Tremblay:4000 is PONG(4321) > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC -> [Tremblay:server:(1)] [Rpc/INFO] Answered with PONG(4321) > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC > [Fafard:client:(3)] [Rpc/INFO] Called the exception raising RPC > [Fafard:client:(3)] [Rpc/INFO] Call the exception raising RPC (i=0) @@ -38,12 +38,12 @@ $ $SG_TEST_EXENV ./rpc_simulator$EXEEXT ${srcdir:=.}/../../msg/small_platform.xm > [Ginette:forwarder:(2)] [Rpc/INFO] Forward a request > [Fafard:client:(3)] [Rpc/INFO] Got the expected exception when calling the exception raising RPC > [Fafard:client:(3)] [Rpc/INFO] Ask Ginette:4000 to die +> [Fafard:client:(3)] [Rpc/INFO] Ask Tremblay:4000 to die > [Ginette:forwarder:(2)] [Rpc/INFO] Asked to die by Fafard:0 > [Ginette:forwarder:(2)] [Rpc/INFO] Done. > [Ginette:forwarder:(2)] [gras/INFO] Exiting GRAS -> [Fafard:client:(3)] [Rpc/INFO] Ask Tremblay:4000 to die +> [Fafard:client:(3)] [Rpc/INFO] Done. +> [Fafard:client:(3)] [gras/INFO] Exiting GRAS > [Tremblay:server:(1)] [Rpc/INFO] Asked to die by Fafard:0 > [Tremblay:server:(1)] [Rpc/INFO] Done. > [Tremblay:server:(1)] [gras/INFO] Exiting GRAS -> [Fafard:client:(3)] [Rpc/INFO] Done. -> [Fafard:client:(3)] [gras/INFO] Exiting GRAS