You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The java-spanner downstream check is failing because a new method attemptFailedDuration was added to BaseApiTracer.
Error: Failures:
Error: CompositeTracerTest.testMethodsOverrideMetricsTracer:238 Method not found in compositeTracerMethods: public void com.google.api.gax.tracing.MetricsTracer.attemptFailedDuration(java.lang.Throwable,java.time.Duration)
The java-spanner downstream check is failing because a new method
attemptFailedDuration
was added toBaseApiTracer
.The test
CompositeTracerTest.testMethodsOverrideMetricsTracer
verifies that the classCompositeTracer
has an overridden declaration of each method ofBaseApiTracer
, which is not true as of July 4th.cc: @rahul2393
The text was updated successfully, but these errors were encountered: