-
Notifications
You must be signed in to change notification settings - Fork 243
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
Fix should print warning about default namespace when running odo dev
test when Dev Session does not start correctly
#6848
Fix should print warning about default namespace when running odo dev
test when Dev Session does not start correctly
#6848
Conversation
…v` test when Dev Session does not start correctly The goal of this test is to ensure that the warning message is displayed, so it does not matter if the Dev Session does not start correctly.
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Unrelated test. /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. |
Unrelated test. /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:
The goal of this test is to ensure that the warning message is displayed when using the default namespace/project;
so it does not matter if the Dev Session does not start correctly (as can be the case in certain environments like OCP 4.14).
Which issue(s) this PR fixes:
Fixes #6847
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: