dongjoon-hyun commented on code in PR #210:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/210#discussion_r2093862593


##########
spark-operator/src/test/java/org/apache/spark/k8s/operator/probe/ProbeServiceTest.java:
##########
@@ -43,7 +43,6 @@
 
 import org.apache.spark.k8s.operator.metrics.healthcheck.SentinelManager;
 
-@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")

Review Comment:
   We are using `UnitTestShouldIncludeAssert` instead of 
`JUnitTestsShouldIncludeAssert`. And, this is excluded in the config file 
already.



##########
spark-operator/src/test/java/org/apache/spark/k8s/operator/probe/ReadinessProbeTest.java:
##########
@@ -37,7 +37,6 @@
 
 import org.apache.spark.k8s.operator.utils.ProbeUtil;
 
-@SuppressWarnings("PMD.JUnitTestsShouldIncludeAssert")

Review Comment:
   We are using `UnitTestShouldIncludeAssert` instead of 
`JUnitTestsShouldIncludeAssert`. And, this is excluded in the config file 
already.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to