File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/it Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -360,6 +360,7 @@ private ListTimeSeriesResponse verifyMetricsArePublished(
360
360
361
361
private void verifyMetricsWithMetricsReader (
362
362
ListTimeSeriesResponse response , MetricData dataFromReader ) {
363
+
363
364
for (TimeSeries ts : response .getTimeSeriesList ()) {
364
365
Map <String , String > attributesMap =
365
366
ImmutableMap .<String , String >builder ()
@@ -399,7 +400,8 @@ private void verifyMetricsWithMetricsReader(
399
400
if (point .size () > 0 ) {
400
401
long actualValue = (long ) point .get (0 ).getValue ().getDistributionValue ().getMean ();
401
402
assertWithMessage (
402
- "actual value does not match expected value, actual value "
403
+ ts .getMetric ().getType ()
404
+ + " actual value does not match expected value, actual value "
403
405
+ actualValue
404
406
+ " expected value "
405
407
+ expectedValue
You can’t perform that action at this time.
0 commit comments