New fixture for enabling TRACE levels and new function for checking opmon value strings - #166
Merged
Merged
Conversation
added 10 commits
June 8, 2026 15:21
… string values match a specified pattern
…g TRACE debug devels from integtests.
…nc.py::trace_debug_settings to avoid unwanted console output; also fixed the creation of the name of a temporary TRACE file.
…'trace_debug_levels' contents in the trace_debug_settings fixture in integrationtest_drunc.py.
…r in data_classes.py
2 tasks
eflumerf
approved these changes
Aug 4, 2026
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 currently don't have a way to enable a TRACE debug message from within an integtest. Part of the changes in this PR add the ability to do that.
Other changes in this PR add the ability to check the contents of opmon metric value strings.
The recent motivation for adding these functionalities was the desire to create a regression test that verified that we don't get garbled opmon strings when the shutdown of the system takes a long time. However, some elements of that regression test (e.g. the ability to introduce artificial delays into certain locations in the DAQ system) need to be understood better before they can be reviewed and merged. But, these changes can be reviewed now since they are not the subject of various concerns, and they will likely be useful in other situations.
These changes are correlated with ones in the
daqconfrepo, DUNE-DAQ/daqconf#632.Here are sample instructions for testing that these changes work as intended:
Here are sample instructions for testing that these changes do not adversely affect existing functionality:
Type of change
Testing checklist
dunedaq_integtest_bundle.sh)Further checks