Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/8618 )
Change subject: Add a test for data consistency after stopping tablets ...................................................................... Add a test for data consistency after stopping tablets This adds a new test which starts a write workload and then shuts down all of the servers while the writes are in-flight. The shutdown of the servers causes the tablets to shut down, hence testing the new "abort" path for in-flight writes. Passed 1000/1000 in a TSAN build: http://dist-test.cloudera.org/job?job_id=todd.1511294742.123710 Change-Id: I7b3b9e90fd1fbfb555a22074fd4a777a2b2e56e2 Reviewed-on: http://gerrit.cloudera.org:8080/8618 Reviewed-by: Andrew Wong <[email protected]> Tested-by: Andrew Wong <[email protected]> Reviewed-by: Mike Percy <[email protected]> --- M src/kudu/integration-tests/cluster_verifier.cc M src/kudu/integration-tests/cluster_verifier.h M src/kudu/integration-tests/stop_tablet-itest.cc M src/kudu/integration-tests/test_workload.cc M src/kudu/integration-tests/test_workload.h M src/kudu/mini-cluster/external_mini_cluster.cc M src/kudu/mini-cluster/internal_mini_cluster.cc M src/kudu/tools/ksck_remote.cc 8 files changed, 81 insertions(+), 15 deletions(-) Approvals: Andrew Wong: Looks good to me, approved; Verified Mike Percy: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/8618 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7b3b9e90fd1fbfb555a22074fd4a777a2b2e56e2 Gerrit-Change-Number: 8618 Gerrit-PatchSet: 4 Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
