Check for nil waitOp before examining error code#2238
Conversation
|
/retest |
|
/assign @msau42 I think the test failures are flakes --- we're not seeming to be able to create instances. I'll keep retrying. /retry |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mattcary, msau42 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
|
Seems to be flaking on creating an HaHA. It's probably a flake, let's see. /retest |
|
Hmm, same HdHA provisioning flake. I'll see if I can reproduce, maybe the test needs to be disabled. |
|
Seems to be a GCP backend problem. I'll just skip the HdHA test while we work that out. |
Change-Id: Iab5a2c41528e49c5d8e2e092a22a89c2f8edd232
|
/retest |
|
/lgtm |
|
@mattcary: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required |
/kind bug
If the nil check for the waitOp is not done, the driver can panic.
This PR also cleans up some error code handling and does a better job at retrying errors that are transient (although the flakes we're hitting on the e2e test seem to last longer than the two minute retry).
/assign @msau42