File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
java-bigquery/google-cloud-bigquery/src
main/java/com/google/cloud/bigquery/telemetry
test/java/com/google/cloud/bigquery/it Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1515 */
1616package com .google .cloud .bigquery .telemetry ;
1717
18- import com .google .common .annotations .VisibleForTesting ;
1918
2019/**
2120 * Utility class for identifying exception types for telemetry tracking. TODO: this class should get
Original file line number Diff line number Diff line change @@ -213,9 +213,7 @@ public void testClientErrorAndRetriesTraced() {
213213 // Error attributes
214214 assertEquals (
215215 "java.net.UnknownHostException" , attrs .get (BigQueryTelemetryTracer .EXCEPTION_TYPE ));
216- assertEquals (
217- "CLIENT_CONNECTION_ERROR" ,
218- attrs .get (BigQueryTelemetryTracer .ERROR_TYPE ));
216+ assertEquals ("CLIENT_CONNECTION_ERROR" , attrs .get (BigQueryTelemetryTracer .ERROR_TYPE ));
219217 assertEquals (
220218 "UnknownHostException: invalid-host-name-12345.com" ,
221219 attrs .get (BigQueryTelemetryTracer .STATUS_MESSAGE ));
You can’t perform that action at this time.
0 commit comments