Alexey Serbin has posted comments on this change. Change subject: Allow to skip the scan part of full_stack-insert-scan-test ......................................................................
Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/5233/1/src/kudu/integration-tests/full_stack-insert-scan-test.cc File src/kudu/integration-tests/full_stack-insert-scan-test.cc: PS1, Line 275: if (FLAGS_skip_scans) { : LOG(INFO) << "Skipped scan part of the test."; : return; : } nit: may be, move this into the DoTestScans() itself? PS1, Line 286: if (FLAGS_skip_scans) { : LOG(INFO) << "Skipped scan part of the test."; : return; : } ditto -- To view, visit http://gerrit.cloudera.org:8080/5233 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I93e4c0dd5637bb8992f5f2fd51d4f3811e468974 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
