-
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 e2e test failures and doc test failures due to updated devfile registry #6735
Fix e2e test failures and doc test failures due to updated devfile registry #6735
Conversation
…gistry Signed-off-by: Parthvi Vala <pvala@redhat.com>
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/override OpenShift-Integration-tests/OpenShift-Integration-tests [FAILED] Timed out after 180.001s.
Expected process to exit. It did not.
In [AfterEach] at: /go/odo_1/tests/helper/helper_dev.go:211 @ 04/13/23 10:38:35.786
--
Summarizing 1 Failure:
[FAIL] odo dev command tests when Starting a PostgreSQL service when creating local files and dir and running odo dev - without metadata.name [AfterEach] should correctly propagate changes to the container /override windows-integration-test/Windows-test [odo] Error occurred on Push - unable to generate component from watch parameters: failed to populateAndParseDevfile: failed to read devfile from path 'C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1660618910\devfile.yaml': open C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1660618910\devfile.yaml: The system cannot find the file specified.
[odo]
Deleting dir: C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1660618910
Unable to delete C:\Users\Administrator.ANSIBLE-TEST-VS\AppData\Local\Temp\1660618910 on attempt #11, trying again...
[FAILED] in [AfterEach] - C:/Users/Administrator.ANSIBLE-TEST-VS/3685/tests/helper/helper_filesystem.go:45 @ 04/13/23 05:54:39.04
<< Timeline
[FAILED] Expected
<*url.Error | 0xc00070ef00>: {
Op: "Post",
URL: "http://127.0.0.1:55416/api/newuser",
Err: <*errors.errorString | 0xc00008a130>{s: "EOF"},
}
to be nil
In [It] at: C:/Users/Administrator.ANSIBLE-TEST-VS/3685/tests/e2escenarios/e2e_test.go:319 @ 04/13/23 05:52:32.697
There were additional failures detected. To view them in detail run ginkgo -vv
------------------------------
Summarizing 1 Failure:
[FAIL] E2E Test starting with non-empty Directory add Binding [It] should verify developer workflow of using binding as env in innerloop
C:/Users/Administrator.ANSIBLE-TEST-VS/3685/tests/e2escenarios/e2e_test.go:319
Ran 7 of 7 Specs in 207.067 seconds
FAIL! -- 6 Passed | 1 Failed | 0 Pending | 0 Skipped |
@valaparthvi: Overrode contexts on behalf of valaparthvi: OpenShift-Integration-tests/OpenShift-Integration-tests, 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. |
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.
Thanks for fixing this!
What type of PR is this:
/kind bug
/area testing
What does this PR do / why we need it:
This PR fixes e2e and doc test failures related to an update in the Devfile registry.
Prod/Staging Devfile registries updated all the JavaScript related Devfiles with a newer version, which is causing a failure in our tests.
Which issue(s) this PR fixes:
Fixes #
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: