Hao Hao has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9526 )
Change subject: A new Jepsen checker for READ_YOUR_WRITES scan mode ...................................................................... A new Jepsen checker for READ_YOUR_WRITES scan mode This patch adds a new Jepsen checker to validate READ_YOUR_WRITES scan mode. In this validation mode, each Jepsen client writes unique values in a shared table concurrently. The checker generates two kind of operations: 'count' which counts the number of rows of the table, 'add' which inserts a unique value to the table. It validates that the total row count of the table read by the client is always greater than or equal to the count of previous writes by the same client, and the row count never go down from the previous reads. Change-Id: I92d5c0e3b91af58576eb6cd408d922ec7c0fef6c Reviewed-on: http://gerrit.cloudera.org:8080/9526 Reviewed-by: David Ribeiro Alves <[email protected]> Tested-by: Hao Hao <[email protected]> --- A java/kudu-jepsen/src/main/clojure/jepsen/kudu/sets.clj M java/kudu-jepsen/src/main/clojure/jepsen/kudu/table.clj M java/kudu-jepsen/src/test/clojure/jepsen/kudu_test.clj 3 files changed, 234 insertions(+), 3 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Hao Hao: Verified -- To view, visit http://gerrit.cloudera.org:8080/9526 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I92d5c0e3b91af58576eb6cd408d922ec7c0fef6c Gerrit-Change-Number: 9526 Gerrit-PatchSet: 15 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins
