-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix potential issue with odo describe component
integration tests when Podman is installed
#6642
Fix potential issue with odo describe component
integration tests when Podman is installed
#6642
Conversation
…hen Podman is installed When running locally with Podman installed, the error message no longer contains the reference to the namespace.
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
odo describe component
integration tests when Podman is installed
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Flaky test - reported in #6601 /override OpenShift-Integration-tests/OpenShift-Integration-tests |
@rm3l: Overrode contexts on behalf of rm3l: OpenShift-Integration-tests/OpenShift-Integration-tests 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. |
Flaky E2E test - reported in #6582 /override windows-integration-test/Windows-test |
@rm3l: Overrode contexts on behalf of rm3l: 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. |
What type of PR is this:
/kind bug
/area testing
What does this PR do / why we need it:
I noticed this error message when running the following integration tests locally:
odo describe component command tests when creating a component [It] should not describe the component from another directory
odo describe component command tests [It] should fail, with cluster
odo describe component
tries to describe the component on both Podman (if available) and cluster. Because I have Podman installed locally, the error message is not actually the one expected in the tests.When running locally with Podman installed, the error message no longer contains the reference to the namespace.
Which issue(s) this PR fixes:
—
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
With the Podman binary installed locally, the tests mentioned above should now pass with the changes here.