-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
//src/test/java/com/google/devtools/build/lib:remote-tests is very flaky #5328
Comments
aehlig
added
type: bug
P1
I'll work on this now. (Assignee required)
category: remote execution / caching
labels
Jun 5, 2018
Example flake in "Bazel Remote Execution" on CI (Bazel with downstream projects #298; see log file):
|
|
Culprit is ebe1ec8 |
bazel-io
pushed a commit
that referenced
this issue
Jun 12, 2018
Temporary workaround for #5328. PiperOrigin-RevId: 200224317
bazel-io
pushed a commit
that referenced
this issue
Jun 13, 2018
Onto #5328 PiperOrigin-RevId: 200410170
ArielleA
pushed a commit
to ArielleA/bazel
that referenced
this issue
Jun 19, 2018
Temporary workaround for bazelbuild#5328. PiperOrigin-RevId: 200224317
ArielleA
pushed a commit
to ArielleA/bazel
that referenced
this issue
Jun 19, 2018
Onto bazelbuild#5328 PiperOrigin-RevId: 200410170
werkt
pushed a commit
to werkt/bazel
that referenced
this issue
Aug 2, 2018
Temporary workaround for bazelbuild#5328. PiperOrigin-RevId: 200224317
werkt
pushed a commit
to werkt/bazel
that referenced
this issue
Aug 2, 2018
Onto bazelbuild#5328 PiperOrigin-RevId: 200410170
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test
//src/test/java/com/google/devtools/build/lib:remote-tests
is flaky to an extend that it showed up several times as a spurious failure in our CI system, despite this CI system running with--flaky_test_attempts=3
.A quick check doing 100 runs of the test on my corp desktop showed 16 failures, but the flakyness seems to be worse of the CI machines.
The text was updated successfully, but these errors were encountered: