Closed
Description
TestKMSProvider is flaking slightly in head:
https://storage.googleapis.com/k8s-gubernator/triage/index.html?test=TestKMSProvider
--- FAIL: TestKMSProvider (10.47s)
testserver.go:106: Starting kube-apiserver on port 37352...
testserver.go:118: Waiting for /healthz to be ok...
kms_transformation_test.go:109: failed to get DEK from KMS: timed-out while getting encryption request from KMS Plugin Mock
The timeout block is suspect:
kubernetes/test/integration/master/kms_transformation_test.go
Lines 140 to 147 in 07240b7
If this is asynchronous, 1 ms is a super tight tolerance for an integration test. looking at the test, though, it's unclear which piece would be asynchronous.