diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/235.out | |
download | pcp-47e6e7c84f008a53061e661f31ae96629bc694ef.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/235.out')
-rw-r--r-- | qa/235.out | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/qa/235.out b/qa/235.out new file mode 100644 index 0000000..97b19f4 --- /dev/null +++ b/qa/235.out @@ -0,0 +1,85 @@ +QA output created by 235 ++++ Errors +++ + +=== no args === +Usage: pmnsmerge [options] infile [...] outfile + +Options: + -a process files in order, ignoring embedded _DATESTAMP control lines + -d, --duplicates duplicate PMIDs are allowed + -f, --force force overwriting of the output file if it exists + -v, --verbose verbose, echo input file names as processed + -?, --help show this usage message and exit + +=== only 1 arg === +Usage: pmnsmerge [options] infile [...] outfile + +Options: + -a process files in order, ignoring embedded _DATESTAMP control lines + -d, --duplicates duplicate PMIDs are allowed + -f, --force force overwriting of the output file if it exists + -v, --verbose verbose, echo input file names as processed + -?, --help show this usage message and exit + +=== no such input file === +pmnsmerge: Error: cannot open input PMNS file "no-such-input" + +=== output file exists === +pmnsmerge: Error: output PMNS file "out-pmns" already exists! +You must either remove it first, or use -f + +=== cannot create output file === +pmnsmerge: Error: cannot create output PMNS file "out-pmns": Permission denied + +=== syntax error in input === +[in:2] Error Parsing ASCII PMNS: Expected NAME, PMID or } + bogus - this is not correct + ^ +pmnsmerge: Error: pmLoadNameSpace(in): Problems parsing PMNS definitions + +=== duplicate PMID in same group == +Error Parsing ASCII PMNS: Duplicate metric id (1.2.3) in name space for metrics "same_pmid" and "me" + +pmnsmerge: Error: pmLoadNameSpace(out-pmns): Problems parsing PMNS definitions + +=== duplicate PMID in different groups == +Error Parsing ASCII PMNS: Duplicate metric id (1.2.3) in name space for metrics "sub.same_pmid" and "me" + +pmnsmerge: Error: pmLoadNameSpace(out-pmns): Problems parsing PMNS definitions + ++++ Warnings +++ + +=== PMID changed == +pmnsmerge: Warning: performance metric "me" has multiple PMIDs. +... using PMID 1.2.3 and ignoring PMID 4.5.6 + ++++ Null operations +++ +PMNS appears to be empty! + +=== single null input PMNS === +null: +root { +} +PMNS appears to be empty! + +=== multiple null input PMNSs === +root { +} +PMNS appears to be empty! + +=== 3 have _DATESTAMPS, 3 do not === +arg[0] null _DATESTAMP=(null) +arg[1] one _DATESTAMP=(null) +arg[2] two _DATESTAMP=(null) +arg[3] three _DATESTAMP=19961101 +arg[4] four _DATESTAMP=19961102 +arg[5] five _DATESTAMP=19961205 +null: +one: +two: +three: +four: +five: +root { +} +PMNS appears to be empty! |