Skip to content

Commit 3f32b88

Browse files
committed
tests: Rename tests.
1 parent 6eaa186 commit 3f32b88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk-platform-java/java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it/ITOtelGoldenMetrics.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ public String getHeaderValue(int index) {
398398
}
399399

400400
@Test
401-
void testMetrics_zeroDeadline_grpc() throws Exception {
401+
void testMetrics_clientTimeout_grpc() throws Exception {
402402
GoldenSignalsMetricsTracerFactory tracerFactory =
403403
new GoldenSignalsMetricsTracerFactory(openTelemetrySdk);
404404

@@ -444,7 +444,7 @@ void testMetrics_zeroDeadline_grpc() throws Exception {
444444
}
445445

446446
@Test
447-
void testMetrics_zeroDeadline_httpjson() throws Exception {
447+
void testMetrics_clientTimeout_httpjson() throws Exception {
448448
GoldenSignalsMetricsTracerFactory tracerFactory =
449449
new GoldenSignalsMetricsTracerFactory(openTelemetrySdk);
450450

@@ -488,7 +488,7 @@ void testMetrics_zeroDeadline_httpjson() throws Exception {
488488
}
489489

490490
@Test
491-
void testMetrics_retryAndSucceed_grpc() throws Exception {
491+
void testMetrics_retryShouldResultInOneMetric_grpc() throws Exception {
492492
GoldenSignalsMetricsTracerFactory tracerFactory =
493493
new GoldenSignalsMetricsTracerFactory(openTelemetrySdk);
494494

@@ -566,7 +566,7 @@ public void sendMessage(ReqT message) {}
566566
}
567567

568568
@Test
569-
void testMetrics_retryAndSucceed_httpjson() throws Exception {
569+
void testMetrics_retryShouldResultInOneMetric_httpjson() throws Exception {
570570
GoldenSignalsMetricsTracerFactory tracerFactory =
571571
new GoldenSignalsMetricsTracerFactory(openTelemetrySdk);
572572

0 commit comments

Comments
 (0)