/var/lib/pcp/testsuite/720.out is in pcp-testsuite 3.8.12ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | 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
All heap blocks were freed -- no leaks are possible
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
All heap blocks were freed -- no leaks are possible
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
All heap blocks were freed -- no leaks are possible
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
All heap blocks were freed -- no leaks are possible
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
All heap blocks were freed -- no leaks are possible
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
All heap blocks were freed -- no leaks are possible
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
All heap blocks were freed -- no leaks are possible
ERROR SUMMARY: 0 errors from 0 contexts ...
|