This is an automated email from the ASF dual-hosted git repository.

wangyang0918 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git.


    from 85d997e  [FLINK-26136] Extract shared deployment validation logic
     new 2e6e978  [FLINK-26141] Support last-state upgrade mode
     new baaed88  [FLINK-26141] Add e2e test to guard last state upgrade

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/ci.yml                           |   5 +-
 e2e-tests/data/cr.yaml                             |   1 +
 ...pplication_ha.sh => test_last_state_upgrade.sh} |  30 ++--
 .../operator/reconciler/JobReconciler.java         |  57 +++----
 .../kubernetes/operator/service/FlinkService.java  |  15 +-
 .../kubernetes/operator/utils/FlinkUtils.java      |  12 +-
 .../kubernetes/operator/TestingClusterClient.java  | 149 ++++++++++++++++++
 .../operator/reconciler/JobReconcilerTest.java     |  80 ++++++++--
 .../operator/service/FlinkServiceTest.java         | 175 +++++++++++++++++++++
 9 files changed, 467 insertions(+), 57 deletions(-)
 copy e2e-tests/{test_kubernetes_application_ha.sh => 
test_last_state_upgrade.sh} (66%)
 create mode 100644 
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/TestingClusterClient.java
 create mode 100644 
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/service/FlinkServiceTest.java

Reply via email to