Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Include the output of this test in the tesh file, because it's linked from the doc now
[simgrid.git] / teshsuite / s4u / activity-lifecycle / activity-lifecycle.tesh
1 p The output is not very important and can be updated here without a doubt: the code is full of assertions.
2 p The output is only included for you to read it without launching the test, if you want.
3
4 $ ${bindir:=.}/activity-lifecycle ${srcdir:=.}/testing_platform.xml
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/crosstraffic' to '0'
6 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'CM02'
7 > [host0:main_dispatcher:(1) 0.000000] [s4u_test/INFO] #####[ launch next "sleep" test ]#####
8 > [host0:sleep:(2) 0.000000] [s4u_test/INFO] Launch a sleep(5), and let it proceed
9 > [host0:main_dispatcher:(1) 10.000000] [s4u_test/INFO] #####[ launch next "sleep" test ]#####
10 > [host0:sleep killed at start:(4) 10.000000] [s4u_test/INFO] Launch a sleep(5), and kill it right after start
11 > [host0:main_dispatcher:(1) 20.000000] [s4u_test/INFO] #####[ launch next "sleep" test ]#####
12 > [host0:sleep killed in middle:(6) 20.000000] [s4u_test/INFO] Launch a sleep(5), and kill it after 2 secs
13 > [host0:main_dispatcher:(1) 30.000000] [s4u_test/INFO] #####[ launch next "sleep" test ]#####
14 > [host0:sleep restarted at start:(8) 30.000000] [s4u_test/INFO] Launch a sleep(5), and restart its host right after start
15 > [host0:main_dispatcher:(1) 40.000000] [s4u_test/INFO] #####[ launch next "sleep" test ]#####
16 > [host0:sleep restarted in middle:(10) 40.000000] [s4u_test/INFO] Launch a sleep(5), and restart its host after 2 secs
17 > [host0:main_dispatcher:(1) 50.000000] [s4u_test/INFO] #####[ launch next "sleep" test ]#####
18 > [host0:sleep restarted at end:(12) 50.000000] [s4u_test/INFO] Launch a sleep(5), and restart its host right when it stops
19 > [host0:main_dispatcher:(1) 60.000000] [s4u_test/INFO] #####[ launch next "sleep" test ]#####
20 > [host0:turn off its own host:(15) 60.000000] [s4u_test/INFO] Launch a sleep(5), then saw off the branch it's sitting on
21 > [host0:main_dispatcher:(1) 70.000000] [s4u_test/INFO] #####[ launch next "exec" test ]#####
22 > [host0:exec:(17) 70.000000] [s4u_test/INFO] Launch an execute(5s), and let it proceed
23 > [host0:main_dispatcher:(1) 80.000000] [s4u_test/INFO] #####[ launch next "exec" test ]#####
24 > [host0:exec killed at start:(19) 80.000000] [s4u_test/INFO] Launch an execute(5s), and kill it right after start
25 > [host0:main_dispatcher:(1) 90.000000] [s4u_test/INFO] #####[ launch next "exec" test ]#####
26 > [host0:exec killed in middle:(21) 90.000000] [s4u_test/INFO] Launch an execute(5s), and kill it after 2 secs
27 > [host0:main_dispatcher:(1) 100.000000] [s4u_test/INFO] #####[ launch next "exec" test ]#####
28 > [host0:exec restarted at start:(23) 100.000000] [s4u_test/INFO] Launch an execute(5s), and restart its host right after start
29 > [host0:main_dispatcher:(1) 110.000000] [s4u_test/INFO] #####[ launch next "exec" test ]#####
30 > [host0:exec restarted in middle:(25) 110.000000] [s4u_test/INFO] Launch an execute(5s), and restart its host after 2 secs
31 > [host0:main_dispatcher:(1) 120.000000] [s4u_test/INFO] #####[ launch next "exec" test ]#####
32 > [host0:exec restarted at end:(27) 120.000000] [s4u_test/INFO] Launch an execute(5s), and restart its host right when it stops
33 > [host0:main_dispatcher:(1) 130.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
34 > [host0:comm:(30) 130.000000] [s4u_test/INFO] Launch a communication
35 > [host0:main_dispatcher:(1) 140.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
36 > [host0:comm (delayed send):(33) 140.000000] [s4u_test/INFO] Launch a communication with a delay for the send
37 > [host0:main_dispatcher:(1) 150.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
38 > [host0:comm (delayed recv):(36) 150.000000] [s4u_test/INFO] Launch a communication with a delay for the recv
39 > [host0:main_dispatcher:(1) 160.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
40 > [host0:comm dsend and quit (put before get):(39) 160.000000] [s4u_test/INFO] Launch a detached communication and end right after
41 > [host0:main_dispatcher:(1) 170.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
42 > [host0:comm dsend and quit (get before put):(42) 170.000000] [s4u_test/INFO] Launch a detached communication and end right after
43 > [host0:main_dispatcher:(1) 180.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
44 > [host0:comm kill sender:(45) 180.000000] [s4u_test/INFO] Launch a communication and kill the sender
45 > [host0:main_dispatcher:(1) 190.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
46 > [host0:comm recv and kill:(48) 190.000000] [s4u_test/INFO] Launch an actor that waits on a recv, kill its host
47 > [host0:main_dispatcher:(1) 200.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
48 > [host0:comm turn link off before send/recv:(51) 200.000000] [s4u_test/INFO] try to communicate with communicating link turned off before start
49 > [host0:main_dispatcher:(1) 210.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
50 > [host0:comm turn link off between send/recv:(54) 210.000000] [s4u_test/INFO] try to communicate with communicating link turned off between send and receive
51 > [host0:main_dispatcher:(1) 220.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
52 > [host0:comm turn link off during transfer:(57) 220.000000] [s4u_test/INFO] try to communicate with communicating link turned off during transfer
53 > [host0:main_dispatcher:(1) 230.000000] [s4u_test/INFO] #####[ launch next "comm" test ]#####
54 > [host0:comm turn link off during wait_any:(60) 230.000000] [s4u_test/INFO] try to communicate with communicating link turned off during wait_any
55 > [host0:main_dispatcher:(1) 240.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
56 > [host0:sendto:(63) 240.000000] [s4u_test/INFO] Launch a sendto(5s), and let it proceed
57 > [host0:main_dispatcher:(1) 250.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
58 > [host0:sendto actor killed at start:(65) 250.000000] [s4u_test/INFO] Launch a sendto(5s), and kill it right after start
59 > [host0:main_dispatcher:(1) 260.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
60 > [host0:sendto actor killed in middle:(67) 260.000000] [s4u_test/INFO] Launch a sendto(5s), and kill it after 2 secs
61 > [host0:main_dispatcher:(1) 270.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
62 > [host0:sendto host restarted at start:(69) 270.000000] [s4u_test/INFO] Launch a sendto(5s), and restart its host right after start
63 > [host0:main_dispatcher:(1) 280.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
64 > [host0:sendto host restarted in middle:(71) 280.000000] [s4u_test/INFO] Launch a sendto(5s), and restart its host after 2 secs
65 > [host0:main_dispatcher:(1) 290.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
66 > [host0:sendto host restarted at end:(73) 290.000000] [s4u_test/INFO] Launch a sendto(5s), and restart its host right when it stops
67 > [host0:main_dispatcher:(1) 300.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
68 > [host0:sendto link restarted at start:(76) 300.000000] [s4u_test/INFO] Launch a sendto(5s), and restart the used link right after start
69 > [host0:main_dispatcher:(1) 310.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
70 > [host0:sendto link restarted in middle:(78) 310.000000] [s4u_test/INFO] Launch a sendto(5s), and restart the used link after 2 secs
71 > [host0:main_dispatcher:(1) 320.000000] [s4u_test/INFO] #####[ launch next "direct-comm" test ]#####
72 > [host0:sendto link restarted at end:(80) 320.000000] [s4u_test/INFO] Launch a sendto(5s), and restart the used link right when it stops
73 > [host0:main_dispatcher:(1) 330.000000] [s4u_test/INFO] #####[ launch next test ]#####
74 > [host0:exec: run and test once:(83) 330.000000] [s4u_test/INFO] Launch an activity for 5s, and let it proceed before test
75 > [host0:main_dispatcher:(1) 340.000000] [s4u_test/INFO] #####[ launch next test ]#####
76 > [host0:exec: run and test many:(85) 340.000000] [s4u_test/INFO] Launch an activity for 5s, and test while it proceeds
77 > [host0:main_dispatcher:(1) 350.000000] [s4u_test/INFO] #####[ launch next test ]#####
78 > [host0:exec: cancel and test:(87) 350.000000] [s4u_test/INFO] Launch an activity for 5s, and cancel it after 2s
79 > [host0:main_dispatcher:(1) 360.000000] [s4u_test/INFO] #####[ launch next test ]#####
80 > [host0:exec: actor failure and test / sleep:(89) 360.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
81 > [host0:main_dispatcher:(1) 370.000000] [s4u_test/INFO] #####[ launch next test ]#####
82 > [host0:exec: host failure and test / sleep:(91) 370.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
83 > [host0:main_dispatcher:(1) 380.000000] [s4u_test/INFO] #####[ launch next test ]#####
84 > [host0:exec: actor failure and test / wait:(93) 380.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
85 > [host0:main_dispatcher:(1) 390.000000] [s4u_test/INFO] #####[ launch next test ]#####
86 > [host0:exec: host failure and test / wait:(95) 390.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
87 > [host0:main_dispatcher:(1) 400.000000] [s4u_test/INFO] #####[ launch next test ]#####
88 > [host0:exec: run and wait<0> once:(97) 400.000000] [s4u_test/INFO] Launch an activity for 5s, and let it proceed before test
89 > [host0:main_dispatcher:(1) 410.000000] [s4u_test/INFO] #####[ launch next test ]#####
90 > [host0:exec: run and wait<0> many:(99) 410.000000] [s4u_test/INFO] Launch an activity for 5s, and test while it proceeds
91 > [host0:main_dispatcher:(1) 420.000000] [s4u_test/INFO] #####[ launch next test ]#####
92 > [host0:exec: cancel and wait<0>:(101) 420.000000] [s4u_test/INFO] Launch an activity for 5s, and cancel it after 2s
93 > [host0:main_dispatcher:(1) 430.000000] [s4u_test/INFO] #####[ launch next test ]#####
94 > [host0:exec: actor failure and wait<0> / sleep:(103) 430.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
95 > [host0:main_dispatcher:(1) 440.000000] [s4u_test/INFO] #####[ launch next test ]#####
96 > [host0:exec: host failure and wait<0> / sleep:(105) 440.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
97 > [host0:main_dispatcher:(1) 450.000000] [s4u_test/INFO] #####[ launch next test ]#####
98 > [host0:exec: actor failure and wait<0> / wait:(107) 450.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
99 > [host0:main_dispatcher:(1) 460.000000] [s4u_test/INFO] #####[ launch next test ]#####
100 > [host0:exec: host failure and wait<0> / wait:(109) 460.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
101 > [host0:main_dispatcher:(1) 470.000000] [s4u_test/INFO] #####[ launch next test ]#####
102 > [host0:exec: run and wait<1> once:(111) 470.000000] [s4u_test/INFO] Launch an activity for 5s, and let it proceed before test
103 > [host0:main_dispatcher:(1) 480.000000] [s4u_test/INFO] #####[ launch next test ]#####
104 > [host0:exec: run and wait<1> many:(113) 480.000000] [s4u_test/INFO] Launch an activity for 5s, and test while it proceeds
105 > [host0:main_dispatcher:(1) 490.000000] [s4u_test/INFO] #####[ launch next test ]#####
106 > [host0:exec: cancel and wait<1>:(115) 490.000000] [s4u_test/INFO] Launch an activity for 5s, and cancel it after 2s
107 > [host0:main_dispatcher:(1) 500.000000] [s4u_test/INFO] #####[ launch next test ]#####
108 > [host0:exec: actor failure and wait<1> / sleep:(117) 500.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
109 > [host0:main_dispatcher:(1) 510.000000] [s4u_test/INFO] #####[ launch next test ]#####
110 > [host0:exec: host failure and wait<1> / sleep:(119) 510.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
111 > [host0:main_dispatcher:(1) 520.000000] [s4u_test/INFO] #####[ launch next test ]#####
112 > [host0:exec: actor failure and wait<1> / wait:(121) 520.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
113 > [host0:main_dispatcher:(1) 530.000000] [s4u_test/INFO] #####[ launch next test ]#####
114 > [host0:exec: host failure and wait<1> / wait:(123) 530.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
115 > [host0:main_dispatcher:(1) 540.000000] [s4u_test/INFO] #####[ launch next test ]#####
116 > [host0:exec: run and wait_any<0> once:(125) 540.000000] [s4u_test/INFO] Launch an activity for 5s, and let it proceed before test
117 > [host0:main_dispatcher:(1) 550.000000] [s4u_test/INFO] #####[ launch next test ]#####
118 > [host0:exec: run and wait_any<0> many:(127) 550.000000] [s4u_test/INFO] Launch an activity for 5s, and test while it proceeds
119 > [host0:main_dispatcher:(1) 560.000000] [s4u_test/INFO] #####[ launch next test ]#####
120 > [host0:exec: cancel and wait_any<0>:(129) 560.000000] [s4u_test/INFO] Launch an activity for 5s, and cancel it after 2s
121 > [host0:main_dispatcher:(1) 570.000000] [s4u_test/INFO] #####[ launch next test ]#####
122 > [host0:exec: actor failure and wait_any<0> / sleep:(131) 570.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
123 > [host0:main_dispatcher:(1) 580.000000] [s4u_test/INFO] #####[ launch next test ]#####
124 > [host0:exec: host failure and wait_any<0> / sleep:(133) 580.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
125 > [host0:main_dispatcher:(1) 590.000000] [s4u_test/INFO] #####[ launch next test ]#####
126 > [host0:exec: actor failure and wait_any<0> / wait:(135) 590.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
127 > [host0:main_dispatcher:(1) 600.000000] [s4u_test/INFO] #####[ launch next test ]#####
128 > [host0:exec: host failure and wait_any<0> / wait:(137) 600.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
129 > [host0:main_dispatcher:(1) 610.000000] [s4u_test/INFO] #####[ launch next test ]#####
130 > [host0:exec: run and wait_any<1> once:(139) 610.000000] [s4u_test/INFO] Launch an activity for 5s, and let it proceed before test
131 > [host0:main_dispatcher:(1) 620.000000] [s4u_test/INFO] #####[ launch next test ]#####
132 > [host0:exec: run and wait_any<1> many:(141) 620.000000] [s4u_test/INFO] Launch an activity for 5s, and test while it proceeds
133 > [host0:main_dispatcher:(1) 630.000000] [s4u_test/INFO] #####[ launch next test ]#####
134 > [host0:exec: cancel and wait_any<1>:(143) 630.000000] [s4u_test/INFO] Launch an activity for 5s, and cancel it after 2s
135 > [host0:main_dispatcher:(1) 640.000000] [s4u_test/INFO] #####[ launch next test ]#####
136 > [host0:exec: actor failure and wait_any<1> / sleep:(145) 640.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
137 > [host0:main_dispatcher:(1) 650.000000] [s4u_test/INFO] #####[ launch next test ]#####
138 > [host0:exec: host failure and wait_any<1> / sleep:(147) 650.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
139 > [host0:main_dispatcher:(1) 660.000000] [s4u_test/INFO] #####[ launch next test ]#####
140 > [host0:exec: actor failure and wait_any<1> / wait:(149) 660.000000] [s4u_test/INFO] Launch an activity for 5s, and kill running actor after 2s
141 > [host0:main_dispatcher:(1) 670.000000] [s4u_test/INFO] #####[ launch next test ]#####
142 > [host0:exec: host failure and wait_any<1> / wait:(151) 670.000000] [s4u_test/INFO] Launch an activity for 5s, and shutdown host 2s
143 > ===============================================================================
144 > All tests passed (340 assertions in 9 test cases)
145
146 > [680.000000] [s4u_test/INFO] Simulation done