-
Notifications
You must be signed in to change notification settings - Fork 26
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
Top-level subtests with timeout failures hide all output from yath test -v and yath replay -v #230
Comments
(Note that this affects Test::Routine since Test::Routine wraps everything in one giant subtest) |
Interestingly, you can get at the output if you specify the job when running yath replay, but it's kinda broken:
|
Bumping this one :) Just hit and rediagnosed it and went to file before noticing I already had! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a test with a top-level subtest, and lots of tests fire in it and then eventually it hangs for
--event-timeout
seconds, the test is killed, and all of the output is ... hidden.Consider:
repro.t:
And
But the events are there:
The text was updated successfully, but these errors were encountered: