Andrew Wong has posted comments on this change. ( http://gerrit.cloudera.org:8080/16699 )
Change subject: KUDU-2612: fuzz transactional inserts ...................................................................... Patch Set 6: (1 comment) http://gerrit.cloudera.org:8080/#/c/16699/4/src/kudu/integration-tests/fuzz-itest.cc File src/kudu/integration-tests/fuzz-itest.cc: http://gerrit.cloudera.org:8080/#/c/16699/4/src/kudu/integration-tests/fuzz-itest.cc@1734 PS4, Line 1734: CreateTabletAndStartClusterWithSchema(CreateKeyValueTestSchema()); : RunFuzzCase({ : {TEST_INSERT, 1}, : {TEST_UPSERT, 1}, : {TEST_FLUSH_OPS}, : {TEST_FLUSH_TABLET}, : {TEST_UPSERT, 1}, : {TEST_DELETE, 1}, : {TEST_UPSERT, 1}, > I guess TestRandomFuzz* would hit the issue eventually, yes. Right. That issue actually was easily reproducible after I bumped the keyspace size. From that patch: To exercise these codepaths more rigorously, I bumped fuzz-itest's default keyspace size to 5. Some bugs (this one included) can only be created when there are a mix of overlapping and non-overlapping rowsets, which is impossible to achieve with the current keyspace size of 2. -- To view, visit http://gerrit.cloudera.org:8080/16699 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I719d42327ab18fda874332c9d6e1ae34aca8e846 Gerrit-Change-Number: 16699 Gerrit-PatchSet: 6 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Comment-Date: Fri, 11 Dec 2020 20:29:01 +0000 Gerrit-HasComments: Yes
