X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eedd6d36b3f5671b65e401760c51909e20f57fea..693f30b46244c152cd79cdf3ad35d4a79b866c9c:/examples/gras/rpc/test_rl.tesh diff --git a/examples/gras/rpc/test_rl.tesh b/examples/gras/rpc/test_rl.tesh index badbded8d1..394c8fd8c1 100755 --- a/examples/gras/rpc/test_rl.tesh +++ b/examples/gras/rpc/test_rl.tesh @@ -1,37 +1,23 @@ ! timeout 10 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./rpc_server$EXEEXT 4202 --log=root.fmt:%m%n $@ > Launch server (port=4202) > Listening on port 4202 > Got message PING(1234) from 127.0.0.1:5002 > Answered with PONG(4321) -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:5002 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:5002 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:5002 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:5002 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:5002 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:5002 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:4203 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:4203 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:4203 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:4203 -> Propagate local exception ('Error for the client') from 'raise exception' RPC cb back to 127.0.0.1:4203 > Asked to die by 127.0.0.1:5002 > Done. > Exiting GRAS +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./rpc_forwarder$EXEEXT 4203 127.0.0.1 4202 --log=root.fmt:%m%n $@ > Launch forwarder (port=4203) > Forward a request -> Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to 127.0.0.1:5002 > Forward a request -> Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to 127.0.0.1:5002 > Forward a request -> Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to 127.0.0.1:5002 > Forward a request -> Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to 127.0.0.1:5002 > Forward a request -> Propagate remote exception ('Error for the client') from 'forward exception' RPC cb back to 127.0.0.1:5002 > Asked to die by 127.0.0.1:5002 > Done. > Exiting GRAS @@ -39,6 +25,7 @@ # give the server and the forwarder a chance to acquire the expected port numbers $ $SG_TEST_EXENV sleep 1 +! setenv GRAS_NO_WARN_EXPERIMENTAL=1 & $SG_TEST_EXENV ./rpc_client$EXEEXT 127.0.0.1 4202 127.0.0.1 4203 --log=root.fmt:%m%n $@ > Launch client (server on 127.0.0.1:4202) > Connected to 127.0.0.1:4202.