This is an automated email from the ASF dual-hosted git repository. gyfora pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git.
from f4c8bae [FLINK-26552] Try to use @EnableKubernetesMockClient(crud = true) in controller test add ec2e0a1 [FLINK-26528] Trigger the updateControl only when the FlinkDeployment have changed No new revisions were added by this update. Summary of changes: .../controller/FlinkDeploymentController.java | 18 +++--- .../exception/DeploymentFailedException.java | 1 + .../exception/ReconciliationException.java | 2 + .../observer/JobManagerDeploymentStatus.java | 9 +-- .../operator/reconciler/ReconciliationUtils.java | 21 +++++++ .../controller/FlinkDeploymentControllerTest.java | 26 ++++---- .../operator/utils/ReconciliationUtilsTest.java | 72 ++++++++++++++++++++++ 7 files changed, 121 insertions(+), 28 deletions(-) create mode 100644 flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/utils/ReconciliationUtilsTest.java