pmrep: update TODO, man page
[pcp.git] / qa / 720.out
blob4d815f93ec6ce9f454dc06843838a6ecb3fb6fc6
1 QA output created by 720
2 === std out ===
3 pmParseHostAttrsSpec("pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress", ...)
4 host[0]: "nas1.servers.com" ports: 44321 4321
5 host[1]: "firewall.servers.com" port: 44322
6 compress
7 protocol=pcps
8 pmUnparseHostAttrsSpec("pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress") -> "pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress"
9 === std err ===
10 === filtered valgrind report ===
11 Memcheck, a memory error detector
12 Command: src/parsehostattrs pcps://nas1.servers.com:44321,4321@firewall.servers.com:44322?compress
13 LEAK SUMMARY:
14 definitely lost: 0 bytes in 0 blocks
15 indirectly lost: 0 bytes in 0 blocks
16 ERROR SUMMARY: 0 errors from 0 contexts ...
17 === std out ===
18 pmParseHostAttrsSpec("pcp://localhost:23?compress", ...)
19 host[0]: "localhost" port: 23
20 compress
21 protocol=pcp
22 pmUnparseHostAttrsSpec("pcp://localhost:23?compress") -> "pcp://localhost:23?compress"
23 === std err ===
24 === filtered valgrind report ===
25 Memcheck, a memory error detector
26 Command: src/parsehostattrs pcp://localhost:23?compress
27 LEAK SUMMARY:
28 definitely lost: 0 bytes in 0 blocks
29 indirectly lost: 0 bytes in 0 blocks
30 ERROR SUMMARY: 0 errors from 0 contexts ...
31 === std out ===
32 pmParseHostAttrsSpec("pcp://some.host?user=pcpqa&compress&pass=blah", ...)
33 host[0]: "some.host"
34 password=blah
35 compress
36 username=pcpqa
37 protocol=pcp
38 pmUnparseHostAttrsSpec("pcp://some.host?user=pcpqa&compress&pass=blah") -> "pcp://some.host?password=blah&compress&username=pcpqa"
39 === std err ===
40 === filtered valgrind report ===
41 Memcheck, a memory error detector
42 Command: src/parsehostattrs pcp://some.host?user=pcpqa&compress&pass=blah
43 LEAK SUMMARY:
44 definitely lost: 0 bytes in 0 blocks
45 indirectly lost: 0 bytes in 0 blocks
46 ERROR SUMMARY: 0 errors from 0 contexts ...
47 === std out ===
48 pmParseHostAttrsSpec("pcp://some.host?user=pcpqa", ...)
49 host[0]: "some.host"
50 username=pcpqa
51 protocol=pcp
52 pmUnparseHostAttrsSpec("pcp://some.host?user=pcpqa") -> "pcp://some.host?username=pcpqa"
53 === std err ===
54 === filtered valgrind report ===
55 Memcheck, a memory error detector
56 Command: src/parsehostattrs pcp://some.host?user=pcpqa
57 LEAK SUMMARY:
58 definitely lost: 0 bytes in 0 blocks
59 indirectly lost: 0 bytes in 0 blocks
60 ERROR SUMMARY: 0 errors from 0 contexts ...
61 === std out ===
62 pmParseHostAttrsSpec("some.host?user=pcpqa", ...)
63 host[0]: "some.host"
64 username=pcpqa
65 pmUnparseHostAttrsSpec("some.host?user=pcpqa") -> "some.host?username=pcpqa"
66 === std err ===
67 === filtered valgrind report ===
68 Memcheck, a memory error detector
69 Command: src/parsehostattrs some.host?user=pcpqa
70 LEAK SUMMARY:
71 definitely lost: 0 bytes in 0 blocks
72 indirectly lost: 0 bytes in 0 blocks
73 ERROR SUMMARY: 0 errors from 0 contexts ...
74 === std out ===
75 pmParseHostAttrsSpec("some.host", ...)
76 host[0]: "some.host"
77 pmUnparseHostAttrsSpec("some.host") -> "some.host"
78 === std err ===
79 === filtered valgrind report ===
80 Memcheck, a memory error detector
81 Command: src/parsehostattrs some.host
82 LEAK SUMMARY:
83 definitely lost: 0 bytes in 0 blocks
84 indirectly lost: 0 bytes in 0 blocks
85 ERROR SUMMARY: 0 errors from 0 contexts ...
86 === std out ===
87 pmParseHostAttrsSpec("pcp://?compress&exclusive", ...)
88 exclusive
89 compress
90 protocol=pcp
91 pmUnparseHostAttrsSpec("pcp://?compress&exclusive") -> "pcp://?exclusive&compress"
92 === std err ===
93 === filtered valgrind report ===
94 Memcheck, a memory error detector
95 Command: src/parsehostattrs pcp://?compress&exclusive
96 LEAK SUMMARY:
97 definitely lost: 0 bytes in 0 blocks
98 indirectly lost: 0 bytes in 0 blocks
99 ERROR SUMMARY: 0 errors from 0 contexts ...
100 === std out ===
101 === std err ===
102 Error: Authentication - authentication failure
103 === filtered valgrind report ===
104 Memcheck, a memory error detector
105 Command: pminfo -h pcp://localhost?user=NOsuchUSER&pass=DEFINITELYnotApassword
106 LEAK SUMMARY:
107 definitely lost: 0 bytes in 0 blocks
108 indirectly lost: 0 bytes in 0 blocks
109 ERROR SUMMARY: 0 errors from 0 contexts ...