David Ribeiro Alves has uploaded this change for review. ( http://gerrit.cloudera.org:8080/8885
Change subject: KUDU-2233 Add a test case for compactions in the past ...................................................................... KUDU-2233 Add a test case for compactions in the past This patch adds a "hard" repro of the issue that is described in KUDU-2233. The repro is "hard" as the reason why the bug happens is hard to track from this patch alone, as the bug manifests as particular problem merging duplicate rows and not as the more general problem of having compactions happen in the past. Follow up patches will add the debugging niceties that make the problem more apparent. Change-Id: Ibf5685897ef7580dd743faac4d68690a25663e4c --- M src/kudu/integration-tests/fuzz-itest.cc 1 file changed, 19 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/85/8885/1 -- To view, visit http://gerrit.cloudera.org:8080/8885 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ibf5685897ef7580dd743faac4d68690a25663e4c Gerrit-Change-Number: 8885 Gerrit-PatchSet: 1 Gerrit-Owner: David Ribeiro Alves <davidral...@gmail.com>