Skip to content
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

Build failure on master (flaky test?) #1082

Closed
Oberon00 opened this issue Apr 6, 2020 · 2 comments
Closed

Build failure on master (flaky test?) #1082

Oberon00 opened this issue Apr 6, 2020 · 2 comments

Comments

@Oberon00
Copy link
Member

Oberon00 commented Apr 6, 2020

The failure is:

Picked up _JAVA_OPTIONS: -Xmx1g

io.opentelemetry.exporters.otlp.OtlpGrpcMetricExporterTest > testExport_MultipleMetrics FAILED
    expected: SUCCESS
    but was : FAILED_RETRYABLE
        at io.opentelemetry.exporters.otlp.OtlpGrpcMetricExporterTest.testExport_MultipleMetrics(OtlpGrpcMetricExporterTest.java:93)

44 tests completed, 1 failed

> Task :opentelemetry-exporters-otlp:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':opentelemetry-exporters-otlp:test'.
> There were failing tests. See the report at: file:///home/circleci/project/exporters/otlp/build/reports/tests/test/index.html

Since we seem not to store the test results, I guess that's all we have.

The latest merged PR was #1068 but it seems unrelated.

@bogdandrutu
Copy link
Member

As the error said that was a "FAILED_RETRYABLE" error :)) I think it was only a transitive failure and you can say it is flaky but I think that it does not happen often. You can maybe run the test 1000 times and see if it fail with a significant rate.

@carlosalberto
Copy link
Contributor

Closing due to lack of activity. @Oberon00 please re-open if you think this was not a transitive failure, as Bogdan commented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants