Modified the 3ru_3df_multirun_test to make use of the 'start-run' command... - #335
Merged
Merged
Conversation
… control command for one of its three runs. This will validate the use of that command going forward.
MRiganSUSX
approved these changes
Aug 20, 2026
MRiganSUSX
left a comment
Contributor
There was a problem hiding this comment.
Thank @bieryAtFnal.
Can confirm that:
- running
3ru_3df_multirun_testthe errors are caught
(although not directly mentioned in this Failures end block (?))
- running with drunc @ DUNE-DAQ/drunc#1015 which is the fix targetting this, there are no more errors
Contributor
Author
|
@MRiganSUSX , thanks for your review. I'm going to go ahead and merge these changes to 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.
…for one of its three runs. This will validate the use of that command going forward.
Description
At today's SWI&T meeting, Michal mentioned that he noticed that the
start-runcommand in run control was runningbootandconfwhen those transitions had already been run in the current DAQ session.Surprisingly, we don't seem to have an integration test that uses
start-run, but we certainly should.This PR makes use of that command in one of the three data-taking runs that are part of the
3ru_3df_multirun_test.The modified version of this integtest will (and should) fail until the bug is found and fixed in run control.
Type of change
Testing checklist
dunedaq_integtest_bundle.sh)