gh-132581: Report why the execution environment was altered - #155294
gh-132581: Report why the execution environment was altered#155294serhiy-storchaka merged 2 commits into
Conversation
The list of tests which altered the execution environment now includes the reasons -- an unraisable exception, a modified sys.path, leaked temporary files, etc -- one per line. The final result no longer repeats the same state twice, like "ENV CHANGED then ENV CHANGED".
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-155986 is a backport of this pull request to the 3.15 branch. |
|
GH-155987 is a backport of this pull request to the 3.14 branch. |
|
GH-155988 is a backport of this pull request to the 3.13 branch. |
|
|
…H-155294) (GH-155988) The list of tests which altered the execution environment now includes the reasons -- an unraisable exception, a modified sys.path, leaked temporary files, etc -- one per line. The final result no longer repeats the same state twice, like "ENV CHANGED then ENV CHANGED". (cherry picked from commit 350fc64) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…H-155294) (GH-155987) The list of tests which altered the execution environment now includes the reasons -- an unraisable exception, a modified sys.path, leaked temporary files, etc -- one per line. The final result no longer repeats the same state twice, like "ENV CHANGED then ENV CHANGED". (cherry picked from commit 350fc64) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
The list of tests which altered the execution environment now includes the reasons, one per line:
The final result no longer repeats the same state twice, like
ENV CHANGED then ENV CHANGED.