-
Notifications
You must be signed in to change notification settings - Fork 17
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
Print output of hung test after killing it #107
Labels
feature
A new functionality
Comments
sergw
pushed a commit
that referenced
this issue
Aug 10, 2018
If HungListener found some hung tests it will print information about: - worker id - test name - test params - output from .result file Part of #107
sergw
pushed a commit
that referenced
this issue
Aug 17, 2018
If HungListener found some hung tests it will print information about: - worker id - test name - test params - output from .result file Closes #107
sergw
pushed a commit
that referenced
this issue
Aug 17, 2018
If HungListener found some hung tests it will print information about: - worker id - test name - test params - last 15 lines from .result file Closes #107
sergw
pushed a commit
that referenced
this issue
Aug 19, 2018
If HungListener found some hung tests it will print information about: - worker id - test name - test params - last 15 lines from .result file Closes #107
sergw
pushed a commit
that referenced
this issue
Sep 4, 2018
If HungListener found some hung tests it will print information about: - worker id - test name - test params - last 15 lines from .result file Closes #107
sergw
pushed a commit
to tarantool/tarantool
that referenced
this issue
Sep 11, 2018
* Allow to use unix socket for non-default servers (tarantool/test-run#115) * Fix inspector error reporting for app tests * Add new config param 'show_reproduce_content' (tarantool/test-run#113) * Print last 15 lines of .result for hung tests (tarantool/test-run#107)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a test hangs, the output of test-run will look like this:
That is, looking at the output it is impossible to say what happened. It would be great if test-run printed the output of hung tests (diff or tap result).
The text was updated successfully, but these errors were encountered: