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!
|
? 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 DetailsIn 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 DetailsIn 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.CopyExampleDevfileso 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: