-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/e2e: wait for CRD deletion to complete #1116
test/e2e: wait for CRD deletion to complete #1116
Conversation
Wait for the deletion of NFD CRDs to complete before trying to re-create them. Prevents errors in case CRDs already exist on the cluster when e2e-tests are launched.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marquiz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
/assign @ArangoGutierrez |
Got this error while running the e2e locally, weird... given this patch doesn't touch that section Summarizing 1 Failure:
[FAIL] [kubernetes-sigs] NFD master and worker when running NFD with NodeFeature CRD API enabled when deploying a single nfd-master pod and NodeFeature objects deployed [It] denied labels should not be created by the NodeFeature object
/home/eduardo/SDK/github/kubernetes-sigs/node-feature-discovery/test/e2e/node_feature_discovery_test.go:659
Ran 12 of 263 Specs in 381.548 seconds
FAIL! -- 11 Passed | 1 Failed | 0 Pending | 251 Skipped
--- FAIL: TestE2E (381.55s) |
After rebasing this patch on top of current master, all works as expected |
LGTM label has been added. Git tree hash: 9845be64bc76f92ff36242661f28a881d3b09236
|
Wait for the deletion of NFD CRDs to complete before trying to re-create them. Prevents errors in case CRDs already exist on the cluster when e2e-tests are launched.