From 482ad245b6f9c80c6c0053b5105e5bef46b66926 Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Tue, 4 Nov 2025 11:10:27 -0600 Subject: [PATCH 1/2] Modified the gunicorn startup and shutdown commands in listrev-objects.data.xml to avoid spurious SIGHUP messages (copying what Claudia did in daqsystemtest). --- config/listrev-objects.data.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/listrev-objects.data.xml b/config/listrev-objects.data.xml index 7586106..1d6ff73 100755 --- a/config/listrev-objects.data.xml +++ b/config/listrev-objects.data.xml @@ -90,8 +90,8 @@ - - + + From dc76205d54733fe6765aa9d67eef9d00069512aa Mon Sep 17 00:00:00 2001 From: Kurt Biery Date: Tue, 4 Nov 2025 11:11:53 -0600 Subject: [PATCH 2/2] Removed the SIGHUP ignored logfile message from the connection server exclusions in the listrev_test, now that we should no longer see those messages. --- integtest/listrev_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integtest/listrev_test.py b/integtest/listrev_test.py index b1f1104..2b8104f 100755 --- a/integtest/listrev_test.py +++ b/integtest/listrev_test.py @@ -28,7 +28,6 @@ "local-connection-server": [ "errorlog: -", "Worker with pid \\d+ was terminated due to signal", - r"Worker \(pid:\d+\) was sent SIGHUP" # ignoring SIGHUP messages pending investigation, 03-Nov, KAB/PP/JCF ], "listrev": ["connect: Connection refused"] }