Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/6565
to look at the new patch set (#3).
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
---
M java/kudu-jepsen/src/main/clojure/jepsen/kudu/register.clj
1 file changed, 16 insertions(+), 17 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/65/6565/3
--
To view, visit http://gerrit.cloudera.org:8080/6565
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If67328230cc821129babcb5fa40fcbbb503eea39
Gerrit-PatchSet: 3
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]>