afedulov commented on code in PR #715:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/715#discussion_r1404628070
##########
flink-autoscaler/src/test/java/org/apache/flink/autoscaler/ScalingTrackingTest.java:
##########
@@ -52,6 +52,7 @@ void setUp() {
conf.set(AutoScalerOptions.PREFER_TRACKED_RESTART_TIME, true);
}
+ // ------------- getMaxRestartTimeOrDefault -------------
Review Comment:
The test was growing large and I added sections for easier navigation. The
name indicates the method that is the focus for the tests in the respective
section. Formatting is arbitrary. We could do something like this, in line with
how code blocks are sometimes demarcated in Flink:
```
//
------------------------------------------------------------------------
// Tests for getMaxRestartTimeOrDefault()
//
------------------------------------------------------------------------
```
--
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]