-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Mac_ios native_platform_view_ui_tests_ios is 1.01% flaky #109697
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
Comments
Last time it was 8% flaky, so looks like the longer wait time indeed solved the previous issue with element not showing up yet. I suspect that this is just one time failure, possibly due to failure installing the app or removing the previously installed app. (at 0.07 it tries to terminate the app with the same bundle ID) The error indicates that the app is not even launched yet:
I will close this issue for now and see if it reappears. What do you think @jmagman |
@keyonghan If the flaky threshold is under 2% shouldn't the bot be creating a PR to mark this no longer flaky, as opposed to a new issue? |
We will stop creating new bugs for already The logic to deflake a target is no single flake happens in recent 50 runs. Taking look at the history, seems there are still 6 failures/flakes in recent 100 commits: |
interesting, not sure why it's reported 1% only. Looking into the failures, seems all of them are the same issue with install:
This is different from the previous failure which should have been fixed by increasing the timeout. I will take a further look into this. |
Yeah weird the app isn't even launching, the screenshots only show the home screen. Every failure is on a different devicelab host so it doesn't obviously look environment specific. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
The post-submit test builder
Mac_ios native_platform_view_ui_tests_ios
, which has been markedbringup: true
, had 1 flakes over past 99 commits.One recent flaky example for a same commit: https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_ios%20native_platform_view_ui_tests_ios/224
Commit: 20ffb32
Flaky builds:
https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_ios%20native_platform_view_ui_tests_ios/224
Recent test runs:
https://flutter-dashboard.appspot.com/#/build?taskFilter=Mac_ios%20native_platform_view_ui_tests_ios
Please follow https://github.com/flutter/flutter/wiki/Reducing-Test-Flakiness#fixing-flaky-tests to fix the flakiness and enable the test back after validating the fix (internal dashboard to validate: go/flutter_test_flakiness).
The text was updated successfully, but these errors were encountered: