Alexey Serbin has posted comments on this change. Change subject: [security] leader master sends public TSKs to tservers ......................................................................
Patch Set 3: (2 comments) http://gerrit.cloudera.org:8080/#/c/6065/3/src/kudu/integration-tests/registration-test.cc File src/kudu/integration-tests/registration-test.cc: PS3, Line 219: list > the list Done Line 224: ASSERT_FALSE(ts->server()->token_verifier().ExportKeys().empty()); > Is this not checking that the token verifier has no keys? This is checking that token verifier eventually gets some keys, i.e. it checks that (!ExportKeys().empty()) is true. -- To view, visit http://gerrit.cloudera.org:8080/6065 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idd65bda944be9d365580e2d4b37b293b4dcff3e0 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
