-
Notifications
You must be signed in to change notification settings - Fork 979
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
Sped up tests by 1.5seconds/test #1060
Conversation
✔️ Deploy Preview for karpenter-docs-prod canceled. 🔨 Explore the source changes: 198a014 🔍 Inspect the deploy log: https://app.netlify.com/sites/karpenter-docs-prod/deploys/61ce39f58b8aeb00081f825e |
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)enviction Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 72 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct, run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
} { | ||
wg.Add(1) | ||
go func(object client.Object) { | ||
Expect(c.DeleteAllOf(ctx, object, client.InNamespace("default"))).ToNot(HaveOccurred()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we restricting just to the default namespace here? Shouldn't we be deleting every namespace (regardless if we have tests with non-default namespaces or not) when we clean up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DeleteAllOf api call requires all namespaces. I suppose you're right that I should describe all namespaces and include them.
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)enviction Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 72 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct, run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)enviction Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 72 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct, run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
@check-spelling-bot Report🔴 Please reviewSee the files view or the action log for details. Unrecognized words (1)enviction Available dictionaries could cover words not in the dictionarycspell:cpp/cpp.txt (104293) covers 72 of them Consider adding them using:
To stop checking additional dictionaries, add:
To accept these unrecognized words as correct, run the following commands... in a clone of the [email protected]:ellistarn/karpenter.git repository
If the flagged items do not appear to be textIf items relate to a ...
|
Odd -- I tried to find/replace multiple times and couldn't find it. Found it now. |
It's in the |
Do you have a slack where I can ask some questions on spelling? I'm on the Kubernetes slack |
Just found you on that slack. I'm |
1. Issue, if available:
2. Description of changes:
3. Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.