Removed the disable_connectivity_service argument in the generate_session function - #634
Open
bieryAtFnal wants to merge 3 commits into
Open
Removed the disable_connectivity_service argument in the generate_session function#634bieryAtFnal wants to merge 3 commits into
bieryAtFnal wants to merge 3 commits into
Conversation
added 3 commits
August 13, 2026 10:56
…ession function because we now believe that we should always include the ConnectivityService in the OKS session when we generate a DAQ configuration.
…ession function because we now believe that we should always include the ConnectivityService in the OKS session when we generate a DAQ configuration.
Merged
2 tasks
eflumerf
approved these changes
Aug 13, 2026
|
Thank you @bieryAtFnal! I can confirm that this worked as intended |
PawelPlesniak
approved these changes
Aug 14, 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
Prompted by questions from @PawelPlesniak about the use of the
--no-integtest-connsvcoption in our integration testing, I found that this option was not interacting with other parts of the system in the way that I expected.Taking a step back, I'm not sure that we remember how the
--no-integtest-connsvcoption (and its previous name of--disable-connectivity-service) was intended to be used.So, we would like to propose/assert an updated statement of how it should be used and move forward with that. The proposal is the following:
pytest--no-integtest-connsvcoption is to tell the integration test infrastructure "don't start the ConnSvc either by drunc or by the intg infrastructure" so that the user can run it by handUnfortunately, existing code in this repo does not support that model, and this PR fixes that.
The change in this repo is to remove the
disable_connectivity_serviceargument from thegenerate_sessionfunction because we now believe that we should always include the ConnectivityService in the OKS session when we generate a DAQ configuration.This PR is correlated with DUNE-DAQ/integrationtest#169.
Here are suggested instructions for testing these changes. These instructions demonstrate the starting of the
ConnectivityServiceby hand and running theminimal_system_quick_testwith the--no-integtest_connsvcoption and seeing that work.Type of change
Testing checklist
dunedaq_integtest_bundle.sh)Further checks