-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failing Kill_running_test #56909
Comments
Summary: The |
I still see this test failing on the try-bots from time to time (it is flaky):
It looks like it fails with RPC error -32000, but handles -32010. |
//cc @jyameo |
I built the Dart SDK in a Cloudtop instance and ran the test multiple times. Each time, the test passed without any errors. Upon investigating the code further, these were my findings:
The definitions for these While I haven’t pinpointed the root cause of the flakiness, I did find some potentially suspicious code: In these instances, when an error occurs, the code throws |
Good catch! I think the plan was to switch those instances of |
There are new test failures on Allow (e as dynamic).foo() in avoid_dynamic_calls...[linter] Exclude ElementLocation from analyzer_use_new_elements + update migration file.
The tests
are failing on configurations
from log:
It seems there is previously been a similar failure. See #53373
The text was updated successfully, but these errors were encountered: