wangyang0918 opened a new pull request #14172:
URL: https://github.com/apache/flink/pull/14172


   Add a bash based e2e test for Kuberntes HA service.
   
   We follow the manual testing process.
   * Start a Flink application with Kubernetes HA enabled
   * Wait until we get some successful checkpoints
   * Kill the JobManager process
   * A new JobManager should be launched and recover from the latest successful 
checkpoint
   * Cancel the Flink job
   * The application should be destroyed and all the ConfigMaps will be cleaned 
up
   
   
   
   Note: Please do **NOT** merge this PR since we are not allowing to add new 
bash based e2e tests. We could refactor this e2e test with all other K8s bash 
based e2e tests to java e2e framework in the next release cycle(1.13).


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to