Fixed excluded substring patterns in log_file_checks.py that have backslashes… - #165
Merged
Conversation
added 3 commits
August 3, 2026 16:00
…en the drunc_debug verbosity level is set (shows up in the listrev_test)
Contributor
|
Approved. In two separate terminals, I set up two separate work areas. In the first one, I built the |
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.
… to be raw strings
Description
Earlier today, Michal reported that he noticed messages like the following when running regression tests like
minimal_system_quick_testwith the latest nightly build:It seems that this problem can only be seen when the first integtest is run after a new local software area is created. That's pretty weird, but I believe that the problem originated when I added extra "excluded substrings" to
log_file_checks.py.This PR has improvements in the way that the excluded substrings are declared, and I'm hopeful that these changes will eliminate the messages that Michal reported.
I've confirmed that a sampling of regression tests continues to run normally with these changes.
Type of change
Testing checklist
dunedaq_integtest_bundle.sh)