-
Notifications
You must be signed in to change notification settings - Fork 29.2k
[CP-beta] Fix out of band breakages on presubmit #166438
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
[CP-beta] Fix out of band breakages on presubmit #166438
Conversation
…65675) This test was not running previously on the Linux builder, but it started running again when ASAN was disabled due to the Ubuntu 24 upgrade on LUCI. The test is not currently functioning as intended and needs to be disabled until the Ubuntu upgrade is stable. See flutter#165661
@reidbaker please fill out the PR description above, afterwards the release team will review this request. |
autosubmit label was removed for flutter/flutter/166438, because - The status or check suite Linux linux_unopt has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for flutter/flutter/166438, because - The status or check suite Linux linux_unopt has failed. Please fix the issues identified (or deflake) before re-applying this label. |
This is causing issues on LUCI workers that were upgraded to a new version of Ubuntu. See flutter#165594 See flutter#165620
With the ubuntu upgrade, everything is leaking now.
Most of our tests that need graphics already skip Firefox. This test somehow was lucky enough to pass in Firefox until the latest Ubuntu upgrade. It is finally failing as expected, so skipping. Co-authored-by: Kevin Moore <kevmoo@users.noreply.github.com>
Current status is I am waiting on #166559 to land in master so that it can also be cherry picked. |
656a1d9
into
flutter:flutter-3.31-candidate.0
Similar to flutter#166438 Fixes flutter#66553 Cherry pick the following prs to hopefully fix pre/post submits against 3.29. * flutter#165692 * flutter#165675 * flutter#165678 * flutter#166559 * Does not include flutter#165818
This pull request is created by [automatic cherry pick workflow]
Issue Link:
What is the link to the issue this cherry-pick is addressing?
#166553
CP of
Test configuration error
https://mail.google.com/chat/u/0/#chat/space/AAAAQFWU2Go/dHeIlEXFg2w/dHeIlEXFg2w
Changelog Description:
N/A
Impact Description:
blocking #165430
Workaround:
none
Risk:
What is the risk level of this cherry-pick?
Test Coverage:
Are you confident that your fix is well-tested by automated tests?