pmrep: further zbxsend python3 fixes
[pcp.git] / qa / 235.out
blob770021d119e8475397fd57ba9d34c2004cf3be20
1 QA output created by 235
2 +++ Errors +++
4 === no args ===
5 Usage: pmnsmerge [options] infile [...] outfile
7 Options:
8   -a                    process files in order, ignoring embedded _DATESTAMP control lines
9   -d, --dupok           duplicate names for the same PMID are allowed [default]
10   -f, --force           force overwriting of the output file if it exists
11   -x, --nodups          duplicate names for the same PMID are not allowed
12   -v, --verbose         verbose, echo input file names as processed
13   -?, --help            show this usage message and exit
15 === only 1 arg ===
16 Usage: pmnsmerge [options] infile [...] outfile
18 Options:
19   -a                    process files in order, ignoring embedded _DATESTAMP control lines
20   -d, --dupok           duplicate names for the same PMID are allowed [default]
21   -f, --force           force overwriting of the output file if it exists
22   -x, --nodups          duplicate names for the same PMID are not allowed
23   -v, --verbose         verbose, echo input file names as processed
24   -?, --help            show this usage message and exit
26 === no such input file ===
27 pmnsmerge: Error: cannot open input PMNS file "no-such-input"
29 === output file exists ===
30 pmnsmerge: Error: output PMNS file "out-pmns" already exists!
31 You must either remove it first, or use -f
33 === cannot create output file ===
34 pmnsmerge: Error: cannot create output PMNS file "out-pmns": Permission denied
36 === syntax error in input ===
37 [in:2] Error Parsing ASCII PMNS: Expected NAME, PMID or }
38     bogus - this is not correct
39           ^
40 pmnsmerge: Error: pmLoadASCIINameSpace(in, 1): Problems parsing PMNS definitions
42 === duplicate PMID in same group ==
44 === duplicate PMID in different groups ==
46 +++ Warnings +++
48 === PMID changed ==
49 pmnsmerge: Warning: performance metric "me" has multiple PMIDs.
50 ... using PMID 1.2.3 and ignoring PMID 4.5.6
52 +++ Null operations +++
53 PMNS appears to be empty!
55 === single null input PMNS ===
56 null:
57 root {
59 PMNS appears to be empty!
61 === multiple null input PMNSs ===
62 root {
64 PMNS appears to be empty!
66 === 3 have _DATESTAMPS, 3 do not ===
67 arg[0] null _DATESTAMP=(null)
68 arg[1] one _DATESTAMP=(null)
69 arg[2] two _DATESTAMP=(null)
70 arg[3] three _DATESTAMP=19961101
71 arg[4] four _DATESTAMP=19961102
72 arg[5] five _DATESTAMP=19961205
73 null:
74 one:
75 two:
76 three:
77 four:
78 five:
79 root {
81 PMNS appears to be empty!