alexr17 commented on code in PR #13701:
URL: https://github.com/apache/hudi/pull/13701#discussion_r2268111200


##########
hudi-aws/src/test/java/org/apache/hudi/aws/metrics/cloudwatch/TestCloudWatchMetricsReporter.java:
##########
@@ -75,7 +94,7 @@ public void testReporterViaReporterFactory() {
     } catch (Exception e) {
       assertTrue(e.getCause() instanceof InvocationTargetException);
       assertTrue(Arrays.stream(((InvocationTargetException) 
e.getCause()).getTargetException().getStackTrace()).anyMatch(
-          ste -> 
ste.toString().contains("org.apache.hudi.aws.cloudwatch.CloudWatchReporter.getAmazonCloudWatchClient")));
+          ste -> 
ste.toString().contains("org.apache.hudi.aws.metrics.cloudwatch.CloudWatchReporter.getAmazonCloudWatchClient")));

Review Comment:
   there were mockito issues. that test was never necessary anyways, just a 
nice to have. i didn't want to try and change the test logic, so easier to just 
remove.
   
   i also mention this in the PR desc



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to