Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running over more events than present or all events (using -1) should exit with 0 #125

Closed
tmadlener opened this issue Jul 20, 2023 · 0 comments · Fixed by #132
Closed

Running over more events than present or all events (using -1) should exit with 0 #125

tmadlener opened this issue Jul 20, 2023 · 0 comments · Fixed by #132
Assignees
Labels
enhancement New feature or request

Comments

@tmadlener
Copy link
Contributor

tmadlener commented Jul 20, 2023

Currently anything that makes Gaudi use a IEventProcessor::stopRun makes the whole process exit with exit code 4 (see here).

This requires us to do things like this in tests:

set_tests_properties( CheckExampleEventData
PROPERTIES PASS_REGULAR_EXPRESSION "Application Manager Terminated successfully with a user requested ScheduledStop"
DEPENDS CreateExampleEventData)

It also makes it impossible to defensively script (using -e). This should be fixed somehow, although I do not know how.

@tmadlener tmadlener added the enhancement New feature or request label Jul 20, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Aug 2, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Aug 3, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Aug 3, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Aug 11, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Aug 22, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Aug 22, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Aug 23, 2023
Zehvogel added a commit to Zehvogel/k4FWCore that referenced this issue Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants