GJL commented on a change in pull request #6712: [FLINK-10311][tests] HA 
end-to-end/Jepsen tests for standby Dispatchers
URL: https://github.com/apache/flink/pull/6712#discussion_r219282159
 
 

 ##########
 File path: flink-jepsen/scripts/run-tests.sh
 ##########
 @@ -36,8 +36,15 @@ do
   lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-task-managers 
--deployment-mode yarn-session
   lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-job-managers 
--deployment-mode yarn-session
   lein run test "${common_jepsen_args[@]}" --nemesis-gen 
fail-name-node-during-recovery --deployment-mode yarn-session
+
   lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-task-managers 
--deployment-mode yarn-job
   lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-job-managers 
--deployment-mode yarn-job
   lein run test "${common_jepsen_args[@]}" --nemesis-gen 
fail-name-node-during-recovery --deployment-mode yarn-job
+
+  lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-task-managers 
--deployment-mode mesos-session
+  lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-job-managers 
--deployment-mode mesos-session
+
+  lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-job-managers 
--deployment-mode standalone-session
+  lein run test "${common_jepsen_args[@]}" --nemesis-gen kill-job-managers 
--client-gen cancel-job --deployment-mode standalone-session
 
 Review comment:
   It is asserted that the job must not be running after cancellation. Here is 
the unit test: a74d25cb5243f77d98b7e2720183ae50R76

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to