Alexey Serbin has submitted this change and it was merged. Change subject: [kudu-jepsen] updated client model for Jepsen tests ......................................................................
[kudu-jepsen] updated client model for Jepsen tests Use a single Kudu client object across all test actors. This is to achieve automatic timestamp propagation between all operations. Prior to this patch, every test actor operated in the context of a separate Kudu client. That did not make much sense for running consistency tests: by design, in Kudu the consistency for operations performed by multiple clients can be achieved only if passing timestamp between them. Change-Id: If67328230cc821129babcb5fa40fcbbb503eea39 Reviewed-on: http://gerrit.cloudera.org:8080/6565 Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]> --- M java/kudu-jepsen/src/main/clojure/jepsen/kudu/register.clj 1 file changed, 16 insertions(+), 17 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6565 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: If67328230cc821129babcb5fa40fcbbb503eea39 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
