Home
last modified time | relevance | path

Searched refs:clientStartRecord (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java767 MetricsRecord clientStartRecord = clientStatsRecorder.pollRecord(5, TimeUnit.SECONDS); in cancelAfterBegin() local
768 checkStartTags(clientStartRecord, "grpc.testing.TestService/StreamingInputCall"); in cancelAfterBegin()
1098 MetricsRecord clientStartRecord = clientStatsRecorder.pollRecord(5, TimeUnit.SECONDS); in deadlineExceeded() local
1099 checkStartTags(clientStartRecord, "grpc.testing.TestService/StreamingOutputCall"); in deadlineExceeded()
1134 MetricsRecord clientStartRecord = clientStatsRecorder.pollRecord(5, TimeUnit.SECONDS); in deadlineExceededServerStreaming() local
1135 checkStartTags(clientStartRecord, "grpc.testing.TestService/StreamingOutputCall"); in deadlineExceededServerStreaming()
1161 MetricsRecord clientStartRecord = clientStatsRecorder.pollRecord(5, TimeUnit.SECONDS); in deadlineInPast() local
1162 checkStartTags(clientStartRecord, "grpc.testing.TestService/EmptyCall"); in deadlineInPast()
1181 MetricsRecord clientStartRecord = clientStatsRecorder.pollRecord(5, TimeUnit.SECONDS); in deadlineInPast() local
1182 checkStartTags(clientStartRecord, "grpc.testing.TestService/EmptyCall"); in deadlineInPast()
[all …]