Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
semaphore monkey
[simgrid.git] / teshsuite / s4u / monkey-semaphore / monkey-semaphore.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-semaphore --cfg=plugin:cmonkey --cfg=cmonkey/time:1 --cfg=cmonkey/host:1
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 > [Paul:producer:(1) 0.000000] [sem_monkey/INFO] Producer booting
10 > [Carol:consumer:(2) 0.000000] [sem_monkey/INFO] Consumer booting
11 > [1.000000] [cmonkey/INFO] Kill host Paul
12 > [Paul:producer:(1) 1.000000] [sem_monkey/INFO] Producer dying forcefully.
13 > [Carol:consumer:(2) 10.750000] [sem_monkey/INFO] Timeouted
14 > [Carol:consumer:(2) 20.750000] [sem_monkey/INFO] Timeouted
15 > [Carol:consumer:(2) 30.750000] [sem_monkey/INFO] Timeouted
16 > [31.000000] [cmonkey/INFO] Restart host Paul
17 > [Paul:producer:(3) 31.000000] [sem_monkey/INFO] Producer rebooting
18 > [Paul:producer:(3) 32.000000] [sem_monkey/INFO] sem_empty acquired
19 > [Paul:producer:(3) 33.000000] [sem_monkey/INFO] Pushing item 1
20 > [Paul:producer:(3) 33.000000] [sem_monkey/INFO] sem_empty removed from to_release
21 > [Carol:consumer:(2) 33.750000] [sem_monkey/INFO] Receiving item 1
22 > [Paul:producer:(3) 34.000000] [sem_monkey/INFO] sem_empty acquired
23 > [Paul:producer:(3) 35.000000] [sem_monkey/INFO] Pushing item 0
24 > [Paul:producer:(3) 35.000000] [sem_monkey/INFO] sem_empty removed from to_release
25 > [Paul:producer:(3) 35.000000] [sem_monkey/INFO] Producer dying peacefully.
26 > [Carol:consumer:(2) 35.750000] [sem_monkey/INFO] Receiving item 0
27 > [Carol:consumer:(2) 35.750000] [sem_monkey/INFO] Bye!
28 > [Carol:consumer:(2) 35.750000] [sem_monkey/INFO] Consumer dying peacefully.
29 > [35.750000] [cmonkey/INFO] Chaos Monkey done!