-
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/shell/bazel:rule_test_test fails on CI (OSX) #2939
Comments
cc @damienmg |
Probably a flake. /cc @lberki because gRPC. |
This is irreproducible because we don't have access to the jvm.log file. We should probably output it if we are running under test. Assigning to Lukacs to evaluate. |
Without a |
I was actually asking for idea on what we could do to get the lot if that
happens again. Can we print it in certain case instead of just printing the
file path?
…On Fri, May 5, 2017, 9:15 AM lberki ***@***.***> wrote:
Without a jvm.log there isn't a lot I can do.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2939 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADjHf_xySgH6NxGU4ZZyjSMtYR8SuQJ_ks5r2syJgaJpZM4NQb93>
.
|
As discussed offline, in our test framework we should cat the jvm.log if we get that error. |
fyi, this sounds possibly like a bug introduced by 3e5edaf. it was diagnosed by @ericfelly internally. that commit was reverted in c4f271d. @philwo fixed the underlying issue recently with 67cea8f (see the third line of the commit message for the bug). given that i'm pretty sure bazel.io was affected by another bug with the initial commit (see #2985), it's likely you're also being affected by this bug. |
The test
test_local_rule_test_in_root
failed on OSX withThe error code maps to gRPC's
UNAVAILABLE
code, so this actually looks like the gRPC server crashed.http://ci.bazel.io/job/Gerrit-bazel-tests/639/BAZEL_VERSION=latest,PLATFORM_NAME=darwin-x86_64/testReport/junit/(root)/(empty)/test_local_rule_test_in_root/
The text was updated successfully, but these errors were encountered: