Skip to content

Commit de684db

Browse files
Merge pull request #421 from DUNE-DAQ/PawelPlesniak/SIGHUPTesting
Removed sighup filters, ready for testing
2 parents 03e17b0 + 8cadc5b commit de684db

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

integtest/change_rate_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,10 @@
6363
"-controller": [
6464
"Worker with pid \\d+ was terminated due to signal 1",
6565
"Connection '.*' not found on the application registry",
66-
r"Worker \(pid:\d+\) was sent SIGHUP" # ignoring SIGHUP messages pending investigation, 03-Nov, KAB/PMP/JCF
6766
],
6867
"connectivity-service": [
6968
"errorlog: -",
7069
"Worker with pid \\d+ was terminated due to signal 1",
71-
r"Worker \(pid:\d+\) was sent SIGHUP" # ignoring SIGHUP messages pending investigation, 03-Nov, KAB/PMP/JCF
7270
],
7371
}
7472

integtest/tc_time_outside_window_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@
6363
"-controller": [
6464
"Worker with pid \\d+ was terminated due to signal 1",
6565
"Connection '.*' not found on the application registry",
66-
r"Worker \(pid:\d+\) was sent SIGHUP" # ignoring SIGHUP messages pending investigation, 03-Nov, KAB/PMP/JCF
6766
],
6867
"connectivity-service": [
6968
"errorlog: -",
70-
r"Worker \(pid:\d+\) was sent SIGHUP" # ignoring SIGHUP messages pending investigation, 03-Nov, KAB/PMP/JCF
7169
],
7270
}
7371

integtest/td_leakage_between_runs_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@
2929
"min_size_bytes": 72, "max_size_bytes": 216}
3030
ignored_logfile_problems = {
3131
"-controller": [
32-
r"Worker \(pid:\d+\) was sent SIGHUP" # ignoring SIGHUP messages pending investigation, 03-Nov, KAB/PMP/JCF
3332
],
3433
"connectivity-service": [
3534
"errorlog: -",
36-
r"Worker \(pid:\d+\) was sent SIGHUP" # ignoring SIGHUP messages pending investigation, 03-Nov, KAB/PMP/JCF
3735
],
3836
}
3937

0 commit comments

Comments
 (0)