drossos commented on code in PR #1159:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/1159#discussion_r3561412201
##########
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/controller/FlinkBlueGreenDeploymentControllerTest.java:
##########
Review Comment:
I believe this breaks now because it is still assuming the previous
behaviour where after abort timestamp won't be zero. Should probably do:
```suggestion
assertEquals(0,
instantStrToMillis(rs.reconciledStatus.getAbortTimestamp()));
```
That allows the test to pass with this new timer reset
--
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]