OCPBUGS-109669: Fix pre-existing unit test failures on release-4.18 - #2372
OCPBUGS-109669: Fix pre-existing unit test failures on release-4.18#2372MrSanketkumar wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe successful context-directory integration test now references ChangesContext-directory integration test
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This updates the test context directory used by the affected unit test without changing product behavior; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
|
/pipeline required |
|
Scheduling required tests: Scheduling tests matching the |
|
/retitle OCPBUGS-109669: Fix pre-existing unit test failures on release-4.18 |
|
@MrSanketkumar: This pull request references Jira Issue OCPBUGS-109669, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@MrSanketkumar: This pull request references Jira Issue OCPBUGS-109669, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
@MrSanketkumar: This pull request references Jira Issue OCPBUGS-109669, which is valid. 7 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@MrSanketkumar: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/retest-required |
|
/label approved |
|
/lgtm |
|
@germanparente: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Scheduling required tests: Scheduling tests matching the |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: germanparente, MrSanketkumar The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Summary
Fixes a pre-existing unit test failures in
pkg/helpers/newapp/newapptestthat block all PRs on release-4.18.
fixes align with changes already applied on the
mainbranch.Changes
1. Fix TestNewAppRunAll/app_generation_using_context_dir
The test clones
openshift/sti-rubyand referencesContextDir: "3.1/test/rack-test-app", but the3.1/directory wasremoved from the upstream repository.
Fix: Update
ContextDirfrom"3.1/test/rack-test-app"to"3.3/test/rack-test-app"inpkg/helpers/newapp/newapptest/newapp_test.go.References
Summary by CodeRabbit