Julianne DeMars
Julianne DeMars
Correct, it fails w/ a backoff error in the cleanup function at the end of the It(), since a previous call within the same test case (still within the same...
Wouldn't that lead to leaking GCE resources though, if we moved to a real GCE instance backing these tests? Updating these tests to make them informational might be fine if...
Ah yes looks like if we tried after [200ms](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/cd8a6d2b7a6cdb6793c2717e5304ffac55f388f6/pkg/gce-pd-csi-driver/controller.go#L41) it would work. Maybe another option that would let us not have to insert a retry with wait into the shared...
Hey there! Just letting you know that I have just fixed and re-enabled the sanity tests for PD in go/pdcsi-oss-driver/issues/990 so if you experience failures in your sanity test PR...