test(daemon): assert NetworkUpgradeExecute GVR group matches installe… - #941
Open
radkomih wants to merge 2 commits into
Open
test(daemon): assert NetworkUpgradeExecute GVR group matches installe…#941radkomih wants to merge 2 commits into
radkomih wants to merge 2 commits into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
radkomih
force-pushed
the
00851-upgrade-solo-operator-and-integration-test
branch
from
July 30, 2026 08:05
603f121 to
a5e4e5e
Compare
…d CRD Signed-off-by: Rado M <radkomih@gmail.com>
radkomih
force-pushed
the
00851-upgrade-solo-operator-and-integration-test
branch
from
August 11, 2026 08:22
a5e4e5e to
c22b342
Compare
Signed-off-by: Rado M <radkomih@gmail.com>
radkomih
force-pushed
the
00851-upgrade-solo-operator-and-integration-test
branch
from
August 11, 2026 08:22
c22b342 to
d25d5cf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request changes the following:
require_clusterintegration test (TestWithCluster_UpgradeMonitor_GVRMatchesInstalledCRD) that asserts the monitor'sNetworkUpgradeExecuteGVR (group, resource, served version) matches the CRD solo-operator actually installs. The CRD is looked up by plural name, so a wrong group still resolves the installed CRD and the assertion fails — catching real API-group drift rather than silently skipping.consensus.NetworkUpgradeExecuteGVR()so the test asserts against the production GVR value instead of a copy.SoloOperatorinTest_ClusterSetupso its CRDs are provisioned in Phase 2, making the guard a real assertion (not a skip) in Phase 3.step_health.go) and UAT task (uat.yaml) to the 0.3.2 set (dropnetworkoperations, add thenetworkgeneses/networkupgrade*CRDs).0.3.1→0.3.2in the infrastructure catalog (with checksum) and update the config integration-test expectation.Related Issues
Manual UAT