-
Notifications
You must be signed in to change notification settings - Fork 85
disable fail-fast, set 0 timeout for pvc delete #2012
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
base: oadp-dev
Are you sure you want to change the base?
Conversation
WalkthroughMakefile: adds public variable Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**⚙️ CodeRabbit configuration file
Files:
🔇 Additional comments (4)
Comment |
|
/retest |
|
/retest ai-retester: The The |
|
/retest ai-retester: The |
|
/retest ai-retester: The "e2e-test-aws" step timed out, and the "MySQL application DATAMOVER" test within it failed. It also seems like there maybe be some other test and deployment related issues within that step. The e2e tests failed. Specifically, the "MySQL application KOPIA" test timed out after 540 seconds when a container in a MySQL pod repeatedly failed its ready check, likely preventing the tests from completing. |
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.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Cache: Disabled due to data retention organization setting
Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting
📒 Files selected for processing (1)
Makefile(3 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**
⚙️ CodeRabbit configuration file
-Focus on major issues impacting performance, readability, maintainability and security. Avoid nitpicks and avoid verbosity.
Files:
Makefile
🔇 Additional comments (2)
Makefile (2)
787-857: Logic for conditional FAIL_FAST override is sound.The approach—setting
FAIL_FAST ?= trueas a public parameter, then overriding it tofalsewhenOPENSHIFT_CI=true—aligns well with the PR objective to disable fail-fast in CI runs while allowing local/manual overrides. The use of--fail-fast=$(FAIL_FAST)in GINKGO_FLAGS correctly propagates the decision to Ginkgo. Once the comment syntax is fixed, this change should achieve the intended behavior: faster test feedback locally, comprehensive test results in CI.
787-857: Verify related PVC deletion changes are present and consistent.The PR objective mentions "set 0 timeout for pvc delete," but the provided code only shows the Makefile changes for fail-fast. Confirm that corresponding changes to
tests/e2e/lib/k8s_common_helpers.go(as mentioned in the AI summary) are included in this PR and working as intended.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
unrelated /retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, shubham-pampattiwar, weshayutin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/LGTM |
|
@weshayutin: you cannot LGTM your own PR. 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-sigs/prow repository. |
|
@weshayutin: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Why the changes were made
testing out changes to ci params