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

Feature request: a way to prevent a specific test_id from resubmitting #125

Open
hagertnl opened this issue Jun 27, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@hagertnl
Copy link
Contributor

I am using a setup where I have multiple instances of the same test being run in parallel out of the same applications directory. The traditional method to stop tests is by adding the .kill_test file to Scripts (or run --mode stop, which does the same thing). However, I may not want to kill all instances of the same test, I may just want to kill one.

I could certainly just cancel the job in the scheduler, that would put an end to it, but I'd like a harness-provided mechanism that I can prevent a specific test_id from resubmitting. I am okay if it's as simple as adding a .kill_test to that test's Run_Archive directory, and if that has to be done by hand.

I think multiple asynchronous runs are becoming a more prevalent use case of the harness, so this flexibility would be very nice.

@hagertnl hagertnl added the enhancement New feature or request label Jun 27, 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

No branches or pull requests

1 participant