ZMbw7g2OxETvcAzEDDcGv changeset

Changeset313237356263 (b)
ParentNone (a)
ab
0+# Current time local 2011-05-17 18:05:20
0+# Using etap version "0.3.4"
0+1..36
0+# Daemon not executable.
0+ok 1  - Daemon port is a port.
0+ok 2  - Daemon name was set correctly.
0+ok 3  - Command name was set correctly.
0+ok 4  - Kill command was set.
0+ok 5  - Daemon has been halted.
0+ok 6  - Errors have been disabled.
0+ok 7  - Buffer has been switched off.
0+# Daemon dies on boot.
0+ok 8  - Daemon port is a port.
0+ok 9  - Daemon name was set correctly.
0+ok 10  - Command name was set correctly.
0+ok 11  - Kill command was set.
0+ok 12  - Daemon has been halted.
0+ok 13  - Errors have been disabled.
0+ok 14  - Buffer has been switched off.
0+# Daemon dies quickly after boot.
0+ok 15  - Daemon port is a port.
0+ok 16  - Daemon name was set correctly.
0+ok 17  - Command name was set correctly.
0+ok 18  - Kill command was set.
0+not ok 19  - Daemon has been halted.
0+    ---
0+    description: "Daemon has been halted."
0+    found:       running
0+    wanted:      halted
0+    ...
0+not ok 20  - Errors have been disabled.
0+    ---
0+    description: "Errors have been disabled."
0+    found:       [{1305,651925,643529},{1305,651924,321723}]
0+    wanted:      nil
0+    ...
0+not ok 21  - Buffer has been switched off.
0+    ---
0+    description: "Buffer has been switched off."
0+    found:       []
0+    wanted:      nil
0+    ...
0+# Daemon dies, but not quickly enough to be halted.
0+ok 22  - Daemon port is a port.
0+ok 23  - Daemon name was set correctly.
0+ok 24  - Command name was set correctly.
0+ok 25  - Kill command was set.
0+ok 26  - Daemon still running.
0+ok 27  - Found expected number of errors.
0+ok 28  - No extra data left in the buffer.
0+ok 29  - Daemon port is a port.
0+ok 30  - Daemon name was set correctly.
0+ok 31  - Command name was set correctly.
0+ok 32  - Kill command was set.
0+ok 33  - Daemon still running.
0+ok 34  - Found expected number of errors.
0+ok 35  - No extra data left in the buffer.
0+ok 36  - Kill command changed.
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
--- Revision None
+++ Revision 313237356263
@@ -0,0 +1,58 @@
+# Current time local 2011-05-17 18:05:20
+# Using etap version "0.3.4"
+1..36
+# Daemon not executable.
+ok 1 - Daemon port is a port.
+ok 2 - Daemon name was set correctly.
+ok 3 - Command name was set correctly.
+ok 4 - Kill command was set.
+ok 5 - Daemon has been halted.
+ok 6 - Errors have been disabled.
+ok 7 - Buffer has been switched off.
+# Daemon dies on boot.
+ok 8 - Daemon port is a port.
+ok 9 - Daemon name was set correctly.
+ok 10 - Command name was set correctly.
+ok 11 - Kill command was set.
+ok 12 - Daemon has been halted.
+ok 13 - Errors have been disabled.
+ok 14 - Buffer has been switched off.
+# Daemon dies quickly after boot.
+ok 15 - Daemon port is a port.
+ok 16 - Daemon name was set correctly.
+ok 17 - Command name was set correctly.
+ok 18 - Kill command was set.
+not ok 19 - Daemon has been halted.
+ ---
+ description: "Daemon has been halted."
+ found: running
+ wanted: halted
+ ...
+not ok 20 - Errors have been disabled.
+ ---
+ description: "Errors have been disabled."
+ found: [{1305,651925,643529},{1305,651924,321723}]
+ wanted: nil
+ ...
+not ok 21 - Buffer has been switched off.
+ ---
+ description: "Buffer has been switched off."
+ found: []
+ wanted: nil
+ ...
+# Daemon dies, but not quickly enough to be halted.
+ok 22 - Daemon port is a port.
+ok 23 - Daemon name was set correctly.
+ok 24 - Command name was set correctly.
+ok 25 - Kill command was set.
+ok 26 - Daemon still running.
+ok 27 - Found expected number of errors.
+ok 28 - No extra data left in the buffer.
+ok 29 - Daemon port is a port.
+ok 30 - Daemon name was set correctly.
+ok 31 - Command name was set correctly.
+ok 32 - Kill command was set.
+ok 33 - Daemon still running.
+ok 34 - Found expected number of errors.
+ok 35 - No extra data left in the buffer.
+ok 36 - Kill command changed.