Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9722 )
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]> --- M src/kudu/integration-tests/delete_table-itest.cc 1 file changed, 30 insertions(+), 18 deletions(-) Approvals: Kudu Jenkins: Verified Will Berkeley: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/9722 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ib6fd439c0ef5fb66b752f7f49175e4c2d818412e Gerrit-Change-Number: 9722 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Will Berkeley <[email protected]>
