Feature request: Allow nextest to run a script prior to terminating a slow running test #1906
criccomini
started this conversation in
Feature requests
Replies: 1 comment 13 replies
-
Thanks! Yeah, this sounds good. I'm in the middle of a significant refactor of the runner code but hope to get to this soon after. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
We'd like to be able to get a stack dump of our slow running test before we nextest SIGTERM and kills it. We want nextet to kill the test since it's slow, but it's a bit hard to debug what the state of the test was.
Proposal
After some discussion on slatedb/slatedb#363, we converged on adding a feature to nextest that allows us to run a script prior to slow test termination.
Alternatives
Some alternatives were discussed here:
slatedb/slatedb#363 (comment)
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions