Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/17114 )
Change subject: test: add more natural test for KUDU-2233 ...................................................................... Patch Set 2: (1 comment) I quickly looked through the change. I didn't get to the essence yet, but posted a question w.r.t. defining and using the newly introducing test flags. http://gerrit.cloudera.org:8080/#/c/17114/2/src/kudu/tablet/compaction.cc File src/kudu/tablet/compaction.cc: http://gerrit.cloudera.org:8080/#/c/17114/2/src/kudu/tablet/compaction.cc@77 PS2, Line 77: DEFINE_bool(dcheck_on_kudu_2233_invariants, true Since this is a test-only flag (correct me if I'm wrong), maybe put the definition of this flag and its usages in the code under #ifndef correspondingly? Otherwise, why to have such flags in a release binary? -- To view, visit http://gerrit.cloudera.org:8080/17114 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Icac3ad0a1b6bb9b17d5b6a901dc5bba79c0840fa Gerrit-Change-Number: 17114 Gerrit-PatchSet: 2 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Wed, 24 Feb 2021 21:53:07 +0000 Gerrit-HasComments: Yes
