NO-ISSUE: align statefulset/log-scan tests with the main-branch versions - #7363
NO-ISSUE: align statefulset/log-scan tests with the main-branch versions#7363agullon wants to merge 1 commit into
Conversation
The consolidation PR was merged to release-5.0 (openshift#7327) before two follow-up refinements landed on the main-branch equivalent (openshift#7326). Bring those over so the two branches stay consistent: - otp-workloads/statefulset-pvc: use `microshift healthcheck --statefulsets` to wait for the StatefulSet instead of the oc-wait-on-named-pod workaround (the --statefulsets flag is supported on release-5.0). - standard2/log-scan: rename "Boot And Scan Journal"/"Scan Boot Journal" to "Service Startup And Scan Journal"/"Scan Service Startup Journal" (the test restarts the service, it does not reboot the host). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> pre-commit.check-secrets: ENABLED
|
@agullon: This pull request explicitly references no jira issue. 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. |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
/retest |
|
Scheduling tests matching the |
|
/test e2e-aws-tests-release |
|
/label jira/valid-bug |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agullon, pmtk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@agullon: The following tests 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 |
Summary
The test/script consolidation PR merged to
release-5.0(#7327) before two follow-up refinements landed on itsmain-branch equivalent (#7326). This brings those two refinements torelease-5.0so the branches stay consistent. Test-only.Changes
otp-workloads/statefulset-pvc.robot— wait for the StatefulSet viamicroshift healthcheck --namespace ${NAMESPACE} --statefulsets hello-statefulset --timeout 5minstead of theoc waiton a named pod (Wait Until Resource Exists+Named Pod Should Be Ready). Cleaner and uses the product healthcheck directly (--statefulsetsis supported on release-5.0,pkg/cmd/healthcheck.go). Renames${POD_NAME}→${STATEFULSET_NAME}.standard2/log-scan.robot— renameBoot And Scan Journal→Service Startup And Scan JournalandScan Boot Journal→Scan Service Startup Journal(plus wording), since the test restarts the MicroShift service rather than rebooting the host.Testing
Notes
Backport of the delta between #7326 (main) and the already-merged #7327 (release-5.0).