Closed hongkailiu closed 1 week ago
/test-required
/test unit
/retest-required
@hongkailiu: all tests passed!
Full PR test history. Your PR dashboard.
/jira cherrypick OCPBUGS-43964
@hongkailiu: Jira Issue OCPBUGS-43964 has been cloned as Jira Issue OCPBUGS-44328. Will retitle bug to link to clone. /retitle OCPBUGS-44328: [wip][release-4.15] OCPBUGS-TODO: Fix desired before sync_worker's work is initialized
@hongkailiu: This pull request references Jira Issue OCPBUGS-44328, which is valid. The bug has been moved to the POST state.
Requesting review from QA contact: /cc @jiajliu
The bug has been updated to refer to the pull request using the external bug tracker.
/jira refresh
@hongkailiu: This pull request references Jira Issue OCPBUGS-44328, which is valid.
Requesting review from QA contact: /cc @jiajliu
The bug has been updated to refer to the pull request using the external bug tracker.
/retitle OCPBUGS-44328: Fix desired before sync_worker's work is initialized
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: hongkailiu, wking
The full list of commands accepted by this bot can be found here.
The pull request process is described here
so the only change outside of the unit test, is the alwaysEnableCapabilities
in sync worker, which anyway weren't there in 4.15 right? if such, no real change in behavior compared to the parent fix right?
so the only change outside of the unit test, is the
alwaysEnableCapabilities
in sync worker, which anyway weren't there in 4.15 right? if such, no real change in behavior compared to the parent fix right?
Correct and correct.
ok then, verified. /label qe-approved /cc @jiajliu for approval tnx
@hongkailiu: This pull request references Jira Issue OCPBUGS-44328, which is valid.
Requesting review from QA contact: /cc @evakhoni
The bug has been updated to refer to the pull request using the external bug tracker.
/cherrypick release-4.14
@hongkailiu: once the present PR merges, I will cherry-pick it on top of release-4.14
in a new PR and assign it to you.
/label cherry-pick-approved
@hongkailiu: Jira Issue OCPBUGS-44328: All pull requests linked via external trackers have merged:
Jira Issue OCPBUGS-44328 has been moved to the MODIFIED state.
@hongkailiu: new pull request created: #1109
[ART PR BUILD NOTIFIER]
Distgit: cluster-version-operator This PR has been included in build cluster-version-operator-container-v4.15.0-202411190104.p0.gfbb41e8.assembly.stream.el9. All builds following this will include this PR.
Fix included in accepted release 4.15.0-0.nightly-2024-11-19-015320
This PR is generated by
and then fix the backported unit test
TestCVO_UpgradePayloadStillInitializing
by the following editting:where
alwaysEnableCapabilities
is removed because it is not used in 4.15 and the variablessortedCaps
andsortedKnownCaps
are added because they are used in the backported unit test.Note that https://github.com/openshift/cluster-version-operator/pull/1097/commits/e94580f609e346bf8bee71ef2e362bf76cc8b0df is not picked to keep the manual work simple. Otherwise it would lead to more manual work such as fixing using constants from the new API like
configv1.ClusterVersionCapabilityIngress
which is not available for 4.15.