Skip to content

Commit 0ebb7a9

Browse files
committed
Reduce flakiness in io.opentelemetry.javaagent.instrumentation.grpc.v1_6.GrpcTest.clientCallAfterServerCompleted()
Automated fix attempt based on Develocity flaky-test analysis.
1 parent f9fab4f commit 0ebb7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • instrumentation/grpc-1.6/testing/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6

instrumentation/grpc-1.6/testing/src/main/java/io/opentelemetry/instrumentation/grpc/v1_6/AbstractGrpcTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ public void sayHello(
15331533
// for the two cases due to lack of context propagation in the library case, but that isn't what
15341534
// we're testing here.
15351535

1536-
clientCallDone.await(10, SECONDS);
1536+
assertThat(clientCallDone.await(10, SECONDS)).isTrue();
15371537

15381538
assertThat(error).hasValue(null);
15391539
}

0 commit comments

Comments
 (0)