Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
dune,application=ERSStreamTest,session=TestPartition final_context_application_name="ERSStreamTest",final_context_cwd="/afs/cern.ch/user/r/riehecky",final_context_file_name="/tmp/root/spack-stage/spack-stage-erskafka-NB23-07-26-iao7bogflcsyozrhmzbnotd6gfqx6pye/spack-src/test/apps/protobuf_stream_test.cxx",final_context_function_name="int main(int, char**)",final_context_host_name="lxplus790.cern.ch",final_context_line_number=33u,final_context_package_name="unknown",final_context_process_id=31799u,final_context_thread_id=31799u,final_context_user_id=132836u,final_context_user_name="riehecky",final_inheritance_="ers::Issue",final_inheritance__1="erskafka::TestIssue",final_message="this is issue with ID: 14",final_name="erskafka::TestIssue",final_parameters_id="14",final_severity="4" 1690499167530000000
|
|
@ -0,0 +1,38 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package dunedaq.ersschema;
|
||||
|
||||
message Context {
|
||||
string cwd = 1;
|
||||
string file_name = 2;
|
||||
string function_name = 3;
|
||||
string host_name = 4;
|
||||
uint32 line_number = 5;
|
||||
string package_name = 6;
|
||||
|
||||
uint32 process_id = 11;
|
||||
uint32 thread_id = 12;
|
||||
uint32 user_id = 13;
|
||||
string user_name = 14;
|
||||
string application_name = 15;
|
||||
}
|
||||
|
||||
message SimpleIssue {
|
||||
Context context = 1;
|
||||
|
||||
string name = 2;
|
||||
repeated string inheritance = 3;
|
||||
string message = 4;
|
||||
string severity = 5;
|
||||
uint64 time = 6;
|
||||
map<string, string> parameters = 7;
|
||||
}
|
||||
|
||||
message IssueChain {
|
||||
SimpleIssue final = 1;
|
||||
repeated SimpleIssue causes = 2;
|
||||
|
||||
string session = 10;
|
||||
string application = 11;
|
||||
string module = 12;
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
æ
|
||||
þ
|
||||
/afs/cern.ch/user/r/rieheckyƒ/tmp/root/spack-stage/spack-stage-erskafka-NB23-07-26-iao7bogflcsyozrhmzbnotd6gfqx6pye/spack-src/test/apps/protobuf_stream_test.cxxint main(int, char**)"lxplus790.cern.ch(!2unknownX·ø`·øhä<68>rrieheckyz
ERSStreamTesterskafka::TestIssue
|
||||
ers::Issueerskafka::TestIssue"this is issue with ID: 14*40ªêèÌ™1:
|
||||
id14R
TestPartitionZ
ERSStreamTest
|
|
@ -0,0 +1,19 @@
|
|||
[[inputs.file]]
|
||||
files = ["./testcases/protobuf_issue_13715/message.bin"]
|
||||
data_format = "xpath_protobuf"
|
||||
|
||||
xpath_native_types = true
|
||||
xpath_protobuf_files = ["issue.proto"]
|
||||
xpath_protobuf_type = "dunedaq.ersschema.IssueChain"
|
||||
xpath_protobuf_import_paths = [".", "./testcases/protobuf_issue_13715"]
|
||||
|
||||
[[inputs.file.xpath]]
|
||||
metric_name = "'dune'"
|
||||
field_selection = "//final/descendant::*[not(*) and name() != 'time']"
|
||||
field_name_expansion = true
|
||||
timestamp = "//time"
|
||||
timestamp_format = "unix_ms"
|
||||
|
||||
[inputs.file.xpath.tags]
|
||||
application = "/application"
|
||||
session = "/session"
|
Loading…
Add table
Add a link
Reference in a new issue