Will Berkeley has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11884
Change subject: Disable rowset compaction in TestUndoDeltaBlockGc ...................................................................... Disable rowset compaction in TestUndoDeltaBlockGc In a follow-up to this patch, rowset compaction is enhanced to merge small rowsets. This will cause TestUndoDeltaBlockGc to be flaky, since it creates small rowsets with undo deltas and tries to wait until they are GC'd by the UndoDeltaBlockGc maintenance op; however, if rowset compaction merges the rowsets after the undos have passed the AHM but before UndoDeltaBlockGc runs, no undos will be deleted by the UndoDeltaBlockGc task and the test will fail. This fixes the test by simply disabling rowset compactions. I ran the test 100 times with the change and the KUDU-1400 change on top and saw zero failures. Change-Id: If23f4568d10d83b7f463663cfc0d4052f2602224 --- M src/kudu/integration-tests/tablet_history_gc-itest.cc 1 file changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/11884/1 -- To view, visit http://gerrit.cloudera.org:8080/11884 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If23f4568d10d83b7f463663cfc0d4052f2602224 Gerrit-Change-Number: 11884 Gerrit-PatchSet: 1 Gerrit-Owner: Will Berkeley <[email protected]>
