Todd Lipcon has submitted this change and it was merged. Change subject: integration_tests: end-to-end master permanent failure test ......................................................................
integration_tests: end-to-end master permanent failure test This commit defines a workflow for handling master permanent failures, and includes an integration test to execute it. In production, the workflow will be run manually by an admin, or via a script. As part of this change, I added support for optional parameters to the new CLI tool. It was straight-forward to reuse gflags for this. Still to come: CLI help for positional (i.e. required) parameters. Change-Id: Ibfab2561e066f00fe56eb4f5d6d6ccbbb2dcbed5 Reviewed-on: http://gerrit.cloudera.org:8080/3969 Tested-by: Kudu Jenkins Reviewed-by: Todd Lipcon <[email protected]> --- M src/kudu/client/client-test-util.cc M src/kudu/integration-tests/master_failover-itest.cc M src/kudu/integration-tests/master_migration-itest.cc M src/kudu/tools/tool_action.cc M src/kudu/tools/tool_action.h M src/kudu/tools/tool_action_fs.cc M src/kudu/tools/tool_action_tablet.cc M src/kudu/tools/tool_main.cc 8 files changed, 218 insertions(+), 31 deletions(-) Approvals: Todd Lipcon: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3969 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibfab2561e066f00fe56eb4f5d6d6ccbbb2dcbed5 Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
