Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 705.out
blobefea9bfb13298e0b2212bbb07204567f08de2c4d
1 QA output created by 705
2 == callback-based state exercising
3 adding entries
4 iterating WALK_STOP
5 3 => 3
6 iterating WALK_NEXT
7 3 => 3
8 2 => 2
9 1 => 1
10 0 => 0
11 iterating WALK_DELETE_STOP
12 3 => 3
13 iterating WALK_NEXT
14 2 => 2
15 1 => 1
16 0 => 0
17 iterating WALK_DELETE_NEXT
18 2 => 2
19 1 => 1
20 0 => 0
21 iterating WALK_NEXT
22 == verifying both hash walkers produce same results
23 callback:
24 adding entries
25 3 => 3
26 2 => 2
27 1 => 1
28 0 => 0
29 chained:
30 adding entries
31 3 => 3
32 2 => 2
33 1 => 1
34 0 => 0
35 == success