summaryrefslogtreecommitdiff
path: root/qa/720.out
blob: cbb2e53d1bf7da56070a3f028c5900a102d7645b (plain)
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
QA output created by 720
=== std out ===
pmParseHostAttrsSpec("pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress", ...)
host[0]: "nas1.servers.com" ports: 44321 4321
host[1]: "firewall.servers.com" port: 44322
compress
protocol=pcps
pmUnparseHostAttrsSpec("pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress") -> "pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://localhost:23?compress", ...)
host[0]: "localhost" port: 23
compress
protocol=pcp
pmUnparseHostAttrsSpec("pcp://localhost:23?compress") -> "pcp://localhost:23?compress"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://localhost:23?compress
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://some.host?user=pcpqa&compress&pass=blah", ...)
host[0]: "some.host"
password=blah
compress
username=pcpqa
protocol=pcp
pmUnparseHostAttrsSpec("pcp://some.host?user=pcpqa&compress&pass=blah") -> "pcp://some.host?password=blah&compress&username=pcpqa"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://some.host?user=pcpqa&compress&pass=blah
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://some.host?user=pcpqa", ...)
host[0]: "some.host"
username=pcpqa
protocol=pcp
pmUnparseHostAttrsSpec("pcp://some.host?user=pcpqa") -> "pcp://some.host?username=pcpqa"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://some.host?user=pcpqa
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("some.host?user=pcpqa", ...)
host[0]: "some.host"
username=pcpqa
pmUnparseHostAttrsSpec("some.host?user=pcpqa") -> "some.host?username=pcpqa"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs some.host?user=pcpqa
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("some.host", ...)
host[0]: "some.host"
pmUnparseHostAttrsSpec("some.host") -> "some.host"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs some.host
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
=== std out ===
pmParseHostAttrsSpec("pcp://?compress", ...)
compress
protocol=pcp
pmUnparseHostAttrsSpec("pcp://?compress") -> "pcp://?compress"
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: src/parsehostattrs pcp://?compress
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...