CNTRLPLANE-2668:Migrating go standard etcd cases to ote#1575
CNTRLPLANE-2668:Migrating go standard etcd cases to ote#1575openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Skipping CI for Draft Pull Request. |
|
/pipeline required |
|
/test e2e-gcp-operator-disruptive |
|
/test e2e-gcp-operator |
|
/test images |
|
/test e2e-metal-ipi-ovn-ipv6 |
1 similar comment
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/retest-required |
|
/retest |
|
/test e2e-metal-ipi-ovn-ipv6 |
|
/test okd-scos-images |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dusk125, gangwgr 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 |
|
@gangwgr: all tests passed! 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. |
|
@gangwgr: This pull request references CNTRLPLANE-2668 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.22.0" version, but no target version was set. 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. |
|
/verified by @gangwgr and ci runs |
|
@gangwgr: 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. |
Summary
Migrated Go standard
_test.gotests to the Ginkgo-based OpenShift Test Extension (OTE) framework.Key Changes
*_test.gofiles to*.goto allow integration with the OTE package.g.Describeandg.Itregistration blocks across all migrated files.*testing.Ttotesting.TBto support the OTE bridge.main_test.goas test entry points are now handled by Ginkgo.Note
Since
testing.TBdoes not supportt.Run(), subtests (specifically inetcdctl.go) have been refactored into standard loops for compatibility.