Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9803 )
Change subject: [delete_table-itest] fix flake in TestUnknownTabletsAreNotDeleted ...................................................................... [delete_table-itest] fix flake in TestUnknownTabletsAreNotDeleted Fixed flake in the DeleteTableITest.TestUnknownTabletsAreNotDeleted. The flake was easily reproducible under macOS. The scenario involves removing master's data directory along with the IPKI information. Once the master re-generates its IPKI system records and starts using the new TLS server certificate signed by the newly generated CA private key, the tserver fails to verify the new master's server certificate using the old CA certificate. With the RPC authentication set to "optional" and 10ms tserver->master heartbeat interval, the tserver in most cases was able to establish a connection to the restarted master before it re-generates its IPKI records, so no TLS certificate was used for authentication. Change-Id: Ib6fd439c0ef5fb66b752f7f49175e4c2d818412e Reviewed-on: http://gerrit.cloudera.org:8080/9722 Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> (cherry picked from commit 5d7b68d59ae78560d0997168a27a73c4e5280ecc) Reviewed-on: http://gerrit.cloudera.org:8080/9803 Reviewed-by: Grant Henke <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/delete_table-itest.cc 1 file changed, 30 insertions(+), 18 deletions(-) Approvals: Grant Henke: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/9803 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.7.x Gerrit-MessageType: merged Gerrit-Change-Id: Ib6fd439c0ef5fb66b752f7f49175e4c2d818412e Gerrit-Change-Number: 9803 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
