-
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 flaky odo dev
test on Podman by randomizing component names
#6833
Conversation
This way, we won't forget about this in the future.
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
odo dev
test on Podman by randomizing component names
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
? What configuration do you want change? Add new environment variable
? Enter new environment variable name:
======================
Unexpected error:
<*xpty.errPassthroughTimeout | 0xc000540020>: {
error: <*errors.errorString | 0xc000540000>{
s: "passthrough i/o timeout",
},
}
passthrough i/o timeout
occurred
In [It] at: /go/odo_1/tests/helper/helper_interactive.go:111 @ 05/22/23 16:29:38.719
------------------------------
Summarizing 1 Failure:
[FAIL] odo init interactive command tests label unauth personalizing Devfile configuration [It] should allow for personalizing configurations [unauth]
/go/odo_1/tests/helper/helper_interactive.go:111 /override OpenShift-Integration-tests/OpenShift-Unauth-Integration-tests |
@valaparthvi: Overrode contexts on behalf of valaparthvi: OpenShift-Integration-tests/OpenShift-Unauth-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. |
Network issues on Windows - tracked in #6838 /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 flake
/kind bug
/area testing
What does this PR do / why we need it:
This fixes the flakiness of the test reported in #6832, by randomizing the component names used in this test.
It also changes the signature of
helper.CopyExampleDevfile
so as to make sure we don't forget to set a component name when copying an example Devfile.Which issue(s) this PR fixes:
Fixes #6832
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: