Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 875.out
blob11a21c82b56bacdc5c8d0043cfa9ff4c7f29abc1
1 QA output created by 875
2 === std out ===
3 pmParseHostAttrsSpec("local:where/am/i.sock", ...)
4 host[0]: "/where/am/i.sock"
5 local
6 pmUnparseHostAttrsSpec("local:where/am/i.sock") -> "local://where/am/i.sock"
7 === std err ===
8 === filtered valgrind report ===
9 Memcheck, a memory error detector
10 Command: src/parsehostattrs local:where/am/i.sock
11 LEAK SUMMARY:
12 definitely lost: 0 bytes in 0 blocks
13 indirectly lost: 0 bytes in 0 blocks
14 ERROR SUMMARY: 0 errors from 0 contexts ...
15 === std out ===
16 pmParseHostAttrsSpec("local://tmp/holey.sock?user=pcpqa&compress", ...)
17 host[0]: "/tmp/holey.sock"
18 compress
19 username=pcpqa
20 local
21 pmUnparseHostAttrsSpec("local://tmp/holey.sock?user=pcpqa&compress") -> "local://tmp/holey.sock?compress&username=pcpqa"
22 === std err ===
23 === filtered valgrind report ===
24 Memcheck, a memory error detector
25 Command: src/parsehostattrs local://tmp/holey.sock?user=pcpqa&compress
26 LEAK SUMMARY:
27 definitely lost: 0 bytes in 0 blocks
28 indirectly lost: 0 bytes in 0 blocks
29 ERROR SUMMARY: 0 errors from 0 contexts ...
30 === std out ===
31 pmParseHostAttrsSpec("local:?", ...)
32 host[0]: "/PCP_RUN_DIR/pmcd.socket"
33 local
34 pmUnparseHostAttrsSpec("local:?") -> "local://PCP_RUN_DIR/pmcd.socket"
35 === std err ===
36 === filtered valgrind report ===
37 Memcheck, a memory error detector
38 Command: src/parsehostattrs local:?
39 LEAK SUMMARY:
40 definitely lost: 0 bytes in 0 blocks
41 indirectly lost: 0 bytes in 0 blocks
42 ERROR SUMMARY: 0 errors from 0 contexts ...
43 === std out ===
44 pmParseHostAttrsSpec("unix://tmp/holey.sock?compress&exclusive", ...)
45 host[0]: "/tmp/holey.sock"
46 exclusive
47 compress
48 unixsock
49 pmUnparseHostAttrsSpec("unix://tmp/holey.sock?compress&exclusive") -> "unix://tmp/holey.sock?exclusive&compress"
50 === std err ===
51 === filtered valgrind report ===
52 Memcheck, a memory error detector
53 Command: src/parsehostattrs unix://tmp/holey.sock?compress&exclusive
54 LEAK SUMMARY:
55 definitely lost: 0 bytes in 0 blocks
56 indirectly lost: 0 bytes in 0 blocks
57 ERROR SUMMARY: 0 errors from 0 contexts ...
58 === std out ===
59 pmParseHostAttrsSpec("unix://?compress", ...)
60 host[0]: "/PCP_RUN_DIR/pmcd.socket"
61 compress
62 unixsock
63 pmUnparseHostAttrsSpec("unix://?compress") -> "unix://PCP_RUN_DIR/pmcd.socket?compress"
64 === std err ===
65 === filtered valgrind report ===
66 Memcheck, a memory error detector
67 Command: src/parsehostattrs unix://?compress
68 LEAK SUMMARY:
69 definitely lost: 0 bytes in 0 blocks
70 indirectly lost: 0 bytes in 0 blocks
71 ERROR SUMMARY: 0 errors from 0 contexts ...