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}, > Exactly: my question was more on how to decide what fuzz sequences to add. Right. This sequence found an issue, but I fixed the issue before finished updating this test, so I'm adding the sequence in now. Not sure what "auto-fuzzing" means, but the TestRandomFuzz* cases generate random sequences that should encompass maybe the sequence you're mentioning. -- 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:01:48 +0000 Gerrit-HasComments: Yes
