Adar Dembo has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/13537 )

Change subject: KUDU-2809 (5/6): add diff scan support to fuzz-itest
......................................................................

KUDU-2809 (5/6): add diff scan support to fuzz-itest

This patch adds diff scans to the set of operations supported by fuzz-itest.
The existing saved_values_ map is quite difficult to reuse for verifying
diff scan results, so instead I added a saved_redos_ map that tracks every
insertion/mutation as a discrete "redo".

For coverage, there are two new tests for KUDU-2809. I also ran fuzz-itest
in slow mode a few thousands times on this patch series without failure.

Change-Id: I3f7dae20ef1b903dba80e90d5f491e4322815fbb
Reviewed-on: http://gerrit.cloudera.org:8080/13537
Reviewed-by: Mike Percy <[email protected]>
Tested-by: Kudu Jenkins
---
M src/kudu/integration-tests/fuzz-itest.cc
M src/kudu/tablet/key_value_test_schema.h
2 files changed, 262 insertions(+), 18 deletions(-)

Approvals:
  Mike Percy: Looks good to me, approved
  Kudu Jenkins: Verified

--
To view, visit http://gerrit.cloudera.org:8080/13537
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3f7dae20ef1b903dba80e90d5f491e4322815fbb
Gerrit-Change-Number: 13537
Gerrit-PatchSet: 9
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Will Berkeley <[email protected]>

Reply via email to