Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23899 )
Change subject: [test_util] report random seed only with verbose logging ...................................................................... [test_util] report random seed only with verbose logging Usually, it's not important to know the exact seed used to initialize a random engine, and logging about that every time just pollutes test output. This patch changes LOG(INFO) to VLOG(1) for SeedRandom(). Change-Id: I148fdbdda5ddc7750ca7ea9fdaedd0e93875394f Reviewed-on: http://gerrit.cloudera.org:8080/23899 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Zoltan Martonka <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/util/test_util.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Alexey Serbin: Verified Zoltan Martonka: Looks good to me, but someone else must approve Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23899 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I148fdbdda5ddc7750ca7ea9fdaedd0e93875394f Gerrit-Change-Number: 23899 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Martonka <[email protected]>
