opentelemetry-java
opentelemetry-java copied to clipboard
OtlpGrpcRetryTest test flake
Noticed a test flake here:
OtlpGrpcRetryTest > configureLogExporterRetryPolicy() FAILED
org.opentest4j.AssertionFailedError: [status code PERMISSION_DENIED should make 1 requests]
expected: 1
but was: 0
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at app//io.opentelemetry.sdk.autoconfigure.OtlpGrpcRetryTest.testRetryableStatusCodes(OtlpGrpcRetryTest.java:133)
at app//io.opentelemetry.sdk.autoconfigure.OtlpGrpcRetryTest.configureLogExporterRetryPolicy(OtlpGrpcRetryTest.java:105)