{{ message }}
bpo-30283: Backport regrtest features from master to 2.7#1516
Merged
vstinner merged 15 commits intoMay 9, 2017
Merged
Conversation
Replace PermissionError with OSError and check on exc.errno. PermissionError was added to Python 3.3.
* Add the state of the test: passed, failed, etc. * If a test took longer than 30 seconds, log its execution time
Member
Author
|
Example of output, parallel mode: Another example of sequential run (test_sys modified to fail): |
Sorry, something went wrong.
Display running tests every 30 seconds if no test completed in the meanwhile.
Member
Author
|
Ok, the patch serie is now ready for a review :-) Sorry, I forgot two changes. Now it should be complete to be able to debug buildbot hang. |
Sorry, something went wrong.
serhiy-storchaka
approved these changes
May 9, 2017
Member
Author
|
Merged, thanks for the review @serhiy-storchaka. I may fix regrtest in master later since you made multiple suggestions in this PR and the previous one. |
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
This patch serie also takes in account @serhiy-storchaka review on my previous PR #1513.