mxm commented on code in PR #908:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/908#discussion_r1825875810


##########
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/metrics/KubernetesClientMetricsFabric8InterceptorTest.java:
##########
@@ -345,6 +345,120 @@ registry, new Configuration(), NAMESPACE, NAME, HOST),
                 .isEqualTo(1000L);
     }
 
+    @Test
+    void shouldNotTrackResponseAsSlowResponseAboveThreshold() {

Review Comment:
   Based on what the test does, this name seems more appropriate:
   
   ```suggestion
       void shouldTrackResponseAsSlowResponseAboveThreshold() {
   ```



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to