Fix minor split shell issues#935
Closed
emmuhamm wants to merge 14 commits into
Closed
Conversation
0114aa4 to
a4d174f
Compare
12b3c17 to
0107676
Compare
cfc2991 to
e26bc6d
Compare
emmuhamm
commented
Jun 8, 2026
emmuhamm
left a comment
Contributor
Author
There was a problem hiding this comment.
Hello hello @PawelPlesniak this is ready for review now. Ended up being a shorter PR than I thought it would be.
I've left a comment for you to look at and for us to decide on. Can you let me know what you think?
Comment on lines
52
to
56
| if len(processes.values) > 0: | ||
| click.confirm( | ||
| f"You already have {len(processes.values)} processes running, are you sure you want to boot a session?", | ||
| f"You already have {len(processes.values)} processes running for {session_name}, are you sure you want to boot a session?", | ||
| abort=True, | ||
| ) |
Contributor
Author
There was a problem hiding this comment.
In the process manager shell, I've modified this to basically check if someone wants to boot a session with the same name as another session, theres a click.confirm here.
Do we want to keep this as a confirm or do we want to outright disallow this behaviour?
Contributor
Author
|
Superseded by #941 |
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
Fixes #926
Type of change
List of required branches from other repositories
N/A
Suggested manual testing checklist
In three different shells
Try the following combination
it should all work for whatever the usual commands are you run in the drunc session if you use the ehn1 configuration.
there seems to be a problem when running with the local connectivity server, so any combination of different users will cause a failure for this. This is being tracked in #937
Developer checklist
Prior to marking this as "Ready for Review"
Tests ran on: NP04 - 028 from release 03 June 2026 nightly
Unit tests - some tests can't be ran on the CI. This is documented. If this PR checks a feature that can't be tested with CI, this has been marked appropriately.
Integration tests - the
daqsystemtest_integtest_bundlerequires a lot of resources, and connections to the EHN1 infrastructure. Check the cross referenced list if you can't run these. The developer needs to run at least the .pytest --marker) passeddaqsystemtest_integtest_bundle.sh -k minimal_system_quick_test.pydaqsystemtest_integtest_bundle.sh./scripts/drunc_integtest_bundle.sh)Final checklist prior to marking this as "Ready for Review"
Reviewer checklist
src/daqsystemtest_integtest_bundle.sh -k minimal_system_quick_test.pyifdaqsystemtest_integtest_bundle.shdruncare in the log filesdruncfailure appears:scripts/drunc_integtest_bundle.sh)Once the above boxes are checked, the PR(s) can be merged following the steps below.
Choose one of the following an complete all substepsPrior to merging
Once completed, the reviewer can merge the PR.
Notification message for a Slack channel
Note - this should be to #dunedaq-integration for general workflow that isn't during a release candidate period, and to #daq-release-prep otherwise.
For an single merge that changes the user workflow
For co-ordinated merge