madsim icon indicating copy to clipboard operation
madsim copied to clipboard

How to retrieve madsim seed when the test case was canceled by cargo-nextest due to timeout

Open Phoenix500526 opened this issue 8 months ago • 1 comments

When running madsim tests with cargo-nextest, it is possible that madsim tests may be canceled by cargo-nextest due to timeouts. In such cases, the seed generated by madsim cannot be retrieved. How should this issue be resolved? Would adding an function hook on kill, like issue #6 , solve the problem?

Phoenix500526 avatar Jun 11 '24 13:06 Phoenix500526