-
Notifications
You must be signed in to change notification settings - Fork 28.7k
Linux_android complex_layout_semantics_perf is 2.06% flaky #108888
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
In both cases the failure is:
Routing to @goderbauer. Also cc @jacob314 who increased a delay that could be related to flakiness: https://github.com/flutter/flutter/blob/master/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart#L29 |
The stack trace is pointing to a failure at flutter/dev/benchmarks/complex_layout/test_driver/semantics_perf_test.dart Lines 33 to 35 in 5d52d31
From the failure message it sounds like
If @godofredoc Does the test harness relay at all on an accessibility services to control the device to bring up the test? In that case, we need to wait until those services are turned off again before actually running this test. Another possibility is that a previous test is not hermetic and turns on accessibility services without properly turning it off again at the end. In the meantime, I'll prepare a PR that forces a11y services to off at the beginning of this test to see if that fixes the flakiness here. [1] https://master-api.flutter.dev/flutter/flutter_driver/FlutterDriver/setSemantics.html flutter/dev/integration_tests/android_semantics_testing/test_driver/main_test.dart Line 85 in dbadee0
|
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
Linux_android complex_layout_semantics_perf
had a flaky ratio 2.06% for the past (up to) 100 commits, which is above our 2.00% threshold.One recent flaky example for a same commit: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20complex_layout_semantics_perf/4066
Commit: 4304411
Flaky builds:
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20complex_layout_semantics_perf/4066
https://ci.chromium.org/ui/p/flutter/builders/prod/Linux_android%20complex_layout_semantics_perf/4064
Recent test runs:
https://flutter-dashboard.appspot.com/#/build?taskFilter=Linux_android%20complex_layout_semantics_perf
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: