summaryrefslogtreecommitdiff
path: root/qa/235.out
blob: 97b19f4e4d8617574c0712aaca75d44b62fcec3e (plain)
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
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!