This file is indexed.

/var/lib/pcp/testsuite/561.out is in pcp-testsuite 4.0.1-1.

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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
QA output created by 561
=> One label merged, value should be v2
Verify Core mergelabels
Low ->  {"name":"v1"} {"name":"v2"}  <- High
Result: {"name":"v2"}
Verified: OK

Verify Python mergelabels
Low ->  {"name":"v1"} {"name":"v2"}  <- High
Result: {"name":"v2"}
Verified: OK

=> Simple labels, different basic values
Verify Core mergelabels
Low ->  {"n0":"s","n1":34,"n2":true,"n3":null} {"high":"priority"}  <- High
Result: {"high":"priority","n0":"s","n1":34,"n2":true,"n3":null}
Verified: OK

Verify Python mergelabels
Low ->  {"n0":"s","n1":34,"n2":true,"n3":null} {"high":"priority"}  <- High
Result: {"high":"priority","n0":"s","n1":34,"n2":true,"n3":null}
Verified: OK

=> Complex labels, maps as values, single element
Verify Core mergelabels
Low ->  {} {"map":{"priority":"one"}}  <- High
Result: {"map":{"priority":"one"}}
Verified: OK

Verify Python mergelabels
Low ->  {} {"map":{"priority":"one"}}  <- High
Result: {"map":{"priority":"one"}}
Verified: OK

=> Complex labels, maps as values, multiple elements
Verify Core mergelabels
Low ->  {} {"map":{"priority":"one","ratio":2.5}}  <- High
Result: {"map":{"priority":"one","ratio":2.5}}
Verified: OK

Verify Python mergelabels
Low ->  {} {"map":{"priority":"one","ratio":2.5}}  <- High
Result: {"map":{"priority":"one","ratio":2.5}}
Verified: OK

=> Complex labels, multiple maps as values, multiple element
Verify Core mergelabels
Low ->  {"map"} {"map":{"priority":"one","ratio":2.5},"map2":{"foo":"bar"}}  <- High
Result: {"map":{"priority":"one","ratio":2.5},"map2":{"foo":"bar"}}
Verified: OK

Verify Python mergelabels
Low ->  {"map"} {"map":{"priority":"one","ratio":2.5},"map2":{"foo":"bar"}}  <- High
Result: {"map":{"priority":"one","ratio":2.5},"map2":{"foo":"bar"}}
Verified: OK

=> Complex labels, arrays as values, single element
Verify Core mergelabels
Low ->  {} {"a":["priority"]}  <- High
Result: {"a":["priority"]}
Verified: OK

Verify Python mergelabels
Low ->  {} {"a":["priority"]}  <- High
Result: {"a":["priority"]}
Verified: OK

=> Complex labels, arrays as values, multiple elements
Verify Core mergelabels
Low ->  {} {"a":["priority","one","ratio",2.5]}  <- High
Result: {"a":["priority","one","ratio",2.5]}
Verified: OK

Verify Python mergelabels
Low ->  {} {"a":["priority","one","ratio",2.5]}  <- High
Result: {"a":["priority","one","ratio",2.5]}
Verified: OK

=> Complex labels1, multiple arrays as values, multiple elements
Verify Core mergelabels
Low ->  {"a":[1]} {"a":["priority","one","ratio",2.5],"a2":["foo","bar"]}  <- High
Result: {"a":["priority","one","ratio",2.5],"a2":["foo","bar"]}
Verified: OK

Verify Python mergelabels
Low ->  {"a":[1]} {"a":["priority","one","ratio",2.5],"a2":["foo","bar"]}  <- High
Result: {"a":["priority","one","ratio",2.5],"a2":["foo","bar"]}
Verified: OK

=> Complex labels2, multiple arrays as values, multiple elements
Verify Core mergelabels
Low ->  {"datacenter":"torquay","environment":"production"} {"services":["indexer","database"]} {"none":none,"some":[1,2,3],"more":{"all":false,"none":true}}  <- High
Result: {"datacenter":"torquay","environment":"production","more":{"all":false,"none":true},"none":none,"services":["indexer","database"],"some":[1,2,3]}
Verified: OK

Verify Python mergelabels
Low ->  {"datacenter":"torquay","environment":"production"} {"services":["indexer","database"]} {"none":none,"some":[1,2,3],"more":{"all":false,"none":true}}  <- High
Result: {"datacenter":"torquay","environment":"production","more":{"all":false,"none":true},"none":none,"services":["indexer","database"],"some":[1,2,3]}
Verified: OK