-
Notifications
You must be signed in to change notification settings - Fork 118
Bump zulip test to e0dff1e7aa94049b96048c2204d26debe3dc6785 #450
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
autosubmit label was removed for flutter/tests/450, because - The status or check suite linux_tests (shard 1 of 3, 0) has failed. Please fix the issues identified (or deflake) before re-applying this label. |
autosubmit label was removed for flutter/tests/450, because - The status or check suite linux_tests (shard 1 of 3, 0) has failed. Please fix the issues identified (or deflake) before re-applying this label. |
@gnprice Have you seen this failure before? I tried to rerun it but still failed. |
I haven't. Here's the start of the errors:
So it seems like it's in the Seems like the failure must be somehow caused out-of-band, because the failing shard isn't even the one that ran the Zulip test (the one this PR updates). Up toward the top of the log in this failing shard, it says:
|
One background fact about this repo's CI is that it runs in a different environment from when the same tests run in the flutter/flutter CI: this one runs in GitHub Actions, while flutter/flutter runs the same tests in LUCI. So it's possible that these same flutter_devtools tests are passing fine when they run in the flutter/flutter CI. That wouldn't be the first time that test behavior has diverged between the two environments: flutter/flutter#162041 (comment). But as long as that is the way the infra works, we should get the tests fixed so they pass in both environments. |
That version of Try rerunning the tests. Pub should now select |
This is to fix the customer testing in flutter/flutter#165596
by picking up zulip/zulip-flutter#1443
Pre-launch Checklist
///
).