Avoid SIGHUP error message in connectivity server log file#113
Merged
bieryAtFnal merged 2 commits intodevelopfrom Nov 5, 2025
Merged
Avoid SIGHUP error message in connectivity server log file#113bieryAtFnal merged 2 commits intodevelopfrom
bieryAtFnal merged 2 commits intodevelopfrom
Conversation
added 2 commits
November 4, 2025 11:10
…s.data.xml to avoid spurious SIGHUP messages (copying what Claudia did in daqsystemtest).
… exclusions in the listrev_test, now that we should no longer see those messages.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We have noticed occasional error messages like the following in regression test logfiles:
Primarily these messages appear in the connectivity server log file, but occasionally they appear in the root controller log file.
Claudia provided a fix for the connectivity server occurrences of the problem in DUNE-DAQ/daqsystemtest#259. That fix slightly changes the commands that we use to start up and shut down the connectivity server.
This PR in the
listrevrepo copies those changes to the ConnSrvr startup/shutdown to thelistrev_test.To these these changes, one would simply run the
listrev_test.pyand confirm that it completes without any complaints.Type of change
Testing checklist
dbt-build --unittest)pytest -s minimal_system_quick_test.py)daqsystemtest_integtest_bundle.sh)python -m pytest)pre-commit run --all-files)Further checks
dbt-build --lint, and/or see https://dune-daq-sw.readthedocs.io/en/latest/packages/styleguide/)