Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
further rework the config handling. Still much to do
[simgrid.git] / examples / msg / exception / exception.tesh
1 #! ./tesh
2
3 p Testing the remote exception raising feature
4
5 ! output sort 19
6 $ $SG_TEST_EXENV exception/exception ${srcdir:=.}/../platforms/platform.xml "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n" "--cfg=exception/cutpath:1"
7 > [  0.000000] (1:terrorist@Jacquelin) Let's create a victim.
8 > [  0.000000] (2:victim@Jacquelin) Let's work.
9 > [  0.000000] (1:terrorist@Jacquelin) Going to sleep for 1 second
10 > [  1.000000] (1:terrorist@Jacquelin) Send a first exception (host failure)
11 > [  1.000000] (1:terrorist@Jacquelin) Sweet, let's prepare a second trick!
12 > [  1.000000] (1:terrorist@Jacquelin) Going to sleep for 2 seconds
13 > [  1.000000] (2:victim@Jacquelin) The MSG_task_execute caught the exception for me and returned 8)
14 > [  1.000000] (2:victim@Jacquelin) Let's get suspended.
15 > [  3.000000] (1:terrorist@Jacquelin) Send a second exception (host failure)
16 > [  3.000000] (1:terrorist@Jacquelin) Sweet, let's prepare a third trick!
17 > [  3.000000] (1:terrorist@Jacquelin) Going to sleep for 3 seconds
18 > [  3.000000] (2:victim@Jacquelin) The received exception resumed my suspension. Good. Here is it:  ----------------------->8----
19 > ** SimGrid: UNCAUGHT EXCEPTION received on exception/exception(2): category: action canceled; value: 0
20 > ** Canceled
21 > ** Thrown by () on process 0
22 > [  0.000000] (0:maestro@) Configuration change: Set 'exception/cutpath' to '1'
23 > [  3.000000] (2:victim@Jacquelin) Canceled
24 >
25 > **   In SIMIX_execution_finish() at smx_host.c
26 > **   In SIMIX_run() at smx_global.c
27 > **   In MSG_main() at msg_global.c
28 > **   In main() at exception.c
29 > [  3.000000] (2:victim@Jacquelin) (end of the second exception) ----8<------------------------
30 > [  3.000000] (2:victim@Jacquelin) Let's sleep for 10 seconds.
31 > [  6.000000] (1:terrorist@Jacquelin) Send a third exception (cancellation)
32 > [  6.000000] (1:terrorist@Jacquelin) OK, goodbye now.
33 > [  6.000000] (2:victim@Jacquelin) The MSG_process_sleep caught the exception for me and returned 8)
34 > [  6.000000] (2:victim@Jacquelin) Let's try a last time to do something on something
35 > [ 16.000000] (2:victim@Jacquelin) That's enough now. I quit.
36 > [ 16.000000] (0:maestro@) Simulation time 16