-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Audit run-fail
ui tests to see if they need *exact* run stderr/stdout
#134889
Comments
E-medium because you need some experience to not accidentally make a test flaky and to know if a test needs to check for exact run stderr/stdout. |
Hey, By audit do mean I'll need to change the tests or just report on the tests that can use |
By audit, I meant that you'll need to double-check the tests if they really need exact run stderr, or if they actually just care about a specific error pattern. It's less about the actual snapshot, it's more about the test intention. |
Here's an example from what I've understood, |
Something like that yeah. The nuisance here is exactly determining which tests need the exact run stderr and which do not. Even tests exercising panics need to be careful, exact backtraces can be very sensitive to platform differents or environment influences. |
Yes, actually. If anything, usually only having |
I'm sorry but I don't think I will be able to solve this issue properly |
No worries, it's not easy by any means |
Originally posted by @jieyouxu in #65865
The text was updated successfully, but these errors were encountered: