-
Notifications
You must be signed in to change notification settings - Fork 244
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
Flake odo add binding in interactive doest show namespace recently created #6391
Flake odo add binding in interactive doest show namespace recently created #6391
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Signed-off-by: anandrkskd <[email protected]>
0804dcd
to
2a72a1e
Compare
odo add binding
in interactive does't show namespace recently created
tests/helper/helper_kubectl.go
Outdated
@@ -162,7 +162,6 @@ func (kubectl KubectlRunner) createAndSetRandNamespaceProject(projectName string | |||
Cmd("kubectl", "config", "set-context", "--current", "--namespace", projectName).ShouldPass() | |||
session := Cmd("kubectl", "get", "namespaces").ShouldPass().Out() | |||
Expect(session).To(ContainSubstring(projectName)) | |||
kubectl.addConfigMapForCleanup(projectName) // add configmap for cleanup |
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 did you remove this? Didn't we add this to ensure necessary cleanup?
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.
We are no longer using this function for cleanup.
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.
My bad we are using it.
2a72a1e
to
30fd769
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/override windows-integration-test/Windows-test |
@feloy: Overrode contexts on behalf of feloy: windows-integration-test/Windows-test In response to this:
Instructions 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/test-infra repository. |
/override ci/prow/v4.11-integration-e2e
|
@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.11-integration-e2e In response to this:
Instructions 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/test-infra repository. |
/override ci/prow/v4.11-integration-e2e
|
@rm3l: Overrode contexts on behalf of rm3l: ci/prow/v4.11-integration-e2e In response to this:
Instructions 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/test-infra repository. |
What type of PR is this:
/kind tests
What does this PR do / why we need it:
This PR fixes test Flake of odo interactive mode
Which issue(s) this PR fixes:
Fixes #6390
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: