-
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
cfe-unittest-asserts-release-mac tests flakily fail with SocketException BrokenPipe error #48840
Comments
According to @whesse this is flakiness in the CFE or the tests, moving to area-front-end. |
@whesse how can this be a front-end issue? |
Failed again https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket/8811908224943216881/+/u/test_results/new_test_failures__logs_
|
@whesse We are seeing this from time to time. Do you have any idea what can cause this? |
This failure in random tests is happening in the package testing and pkg/front_end/test/utils/kernel_chain.dart front end testing system. If the "git diff" command run by Process.run fails or crashes, then the test is shown as a failure.
There is already a workaround on Windows for this subprocess call, because it is flaky on Windows. https://dart.googlesource.com/sdk/+/refs/heads/main/pkg/front_end/test/utils/kernel_chain.dart#480 |
another |
from log
cc @athomas - possibly flakiness is infra related
The text was updated successfully, but these errors were encountered: