-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[ Infra ] Ignore non-fatal Gradle daemon "termination" message #180645
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request aims to fix a flaky test (Mac_arm64_mokey run_release_test) by ignoring a non-fatal error message from the Gradle daemon. The changes involve removing the bringup: true flag for the test in .ci.yaml and adding logic in run_tests.dart to identify and ignore specific stderr lines from Gradle. My feedback focuses on making the error detection logic more robust to prevent future flakiness if Gradle's output changes slightly.
Fixes #177371