Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Another attempt at fixing the Flag2 job of jenkins
[simgrid.git] / teshsuite / s4u / monkey-masterworkers / monkey-masterworkers.tesh
1
2 p Smoke test: do one arbitrary run of the monkey, just to make sure that *something* is happening.
3
4 $ ${bindir:=.}/monkey-masterworkers --cfg=plugin:cmonkey --cfg=cmonkey/time:1 --cfg=cmonkey/host:1 --cfg=task-count:2
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'plugin' to 'cmonkey'
6 > [0.000000] [cmonkey/INFO] Initializing the chaos monkey.
7 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cmonkey/time' to '1'
8 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cmonkey/host' to '1'
9 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'task-count' to '2'
10 > [lilibeth 0:master:(1) 0.000000] [s4u_test/INFO] Master booting
11 > [lilibeth 1:worker:(2) 0.000000] [s4u_test/INFO] Worker booting
12 > [lilibeth 2:worker:(3) 0.000000] [s4u_test/INFO] Worker booting
13 > [lilibeth 0:master:(1) 0.000000] [s4u_test/INFO] Try to send a message
14 > [lilibeth 1:worker:(2) 0.000000] [s4u_test/INFO] Waiting a message on mailbox
15 > [lilibeth 2:worker:(3) 0.000000] [s4u_test/INFO] Waiting a message on mailbox
16 > [1.000000] [cmonkey/INFO] Kill host lilibeth 1
17 > [lilibeth 0:master:(1) 1.000000] [s4u_test/INFO] Got a NetworkFailureException. Wait a second before starting again.
18 > [lilibeth 1:worker:(2) 1.000000] [s4u_test/INFO] worker 0 dying forcefully.
19 > [lilibeth 0:master:(1) 2.000000] [s4u_test/INFO] Try to send a message
20 > [lilibeth 2:worker:(3) 3.082786] [s4u_test/INFO] Start execution...
21 > [lilibeth 0:master:(1) 3.082786] [s4u_test/INFO] Try to send a message
22 > [lilibeth 2:worker:(3) 3.083786] [s4u_test/INFO] Execution complete.
23 > [lilibeth 2:worker:(3) 3.083786] [s4u_test/INFO] Waiting a message on mailbox
24 > [lilibeth 0:master:(1) 4.166573] [s4u_test/INFO] Try to send a message
25 > [lilibeth 2:worker:(3) 4.166573] [s4u_test/INFO] Start execution...
26 > [lilibeth 2:worker:(3) 4.167573] [s4u_test/INFO] Execution complete.
27 > [lilibeth 2:worker:(3) 4.167573] [s4u_test/INFO] worker 1 dying peacefully.
28 > [lilibeth 0:master:(1) 4.167573] [s4u_test/INFO] Master dying forcefully.
29 > [31.000000] [cmonkey/INFO] Restart host lilibeth 1
30 > [lilibeth 1:worker:(4) 31.000000] [s4u_test/INFO] Worker rebooting
31 > [lilibeth 1:worker:(4) 31.000000] [s4u_test/INFO] worker 0 dying peacefully.
32 > [31.000000] [cmonkey/INFO] Chaos Monkey done!
33 > [31.000000] [s4u_test/INFO] WE SURVIVED!