Skip to content

test(daemon): assert NetworkUpgradeExecute GVR group matches installe… - #941

Open
radkomih wants to merge 2 commits into
mainfrom
00851-upgrade-solo-operator-and-integration-test
Open

test(daemon): assert NetworkUpgradeExecute GVR group matches installe…#941
radkomih wants to merge 2 commits into
mainfrom
00851-upgrade-solo-operator-and-integration-test

Conversation

@radkomih

Copy link
Copy Markdown
Contributor

Description

This pull request changes the following:

  • Add a require_cluster integration test (TestWithCluster_UpgradeMonitor_GVRMatchesInstalledCRD) that asserts the monitor's NetworkUpgradeExecute GVR (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.
  • Export consensus.NetworkUpgradeExecuteGVR() so the test asserts against the production GVR value instead of a copy.
  • Enable SoloOperator in Test_ClusterSetup so its CRDs are provisioned in Phase 2, making the guard a real assertion (not a skip) in Phase 3.
  • Refresh the solo-operator CRD lists in the cluster health check (step_health.go) and UAT task (uat.yaml) to the 0.3.2 set (drop networkoperations, add the networkgeneses/networkupgrade* CRDs).
  • Bump solo-operator 0.3.10.3.2 in the infrastructure catalog (with checksum) and update the config integration-test expectation.

Related Issues

Manual UAT

@radkomih radkomih self-assigned this Jul 29, 2026
@radkomih
radkomih requested a review from a team as a code owner July 29, 2026 13:05
@radkomih
radkomih requested a review from alex-au July 29, 2026 13:05
@swirlds-automation

swirlds-automation commented Jul 29, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Base automatically changed from 00850-fix-crd-api-group to main July 30, 2026 08:04
@radkomih
radkomih force-pushed the 00851-upgrade-solo-operator-and-integration-test branch from 603f121 to a5e4e5e Compare July 30, 2026 08:05
…d CRD

Signed-off-by: Rado M <radkomih@gmail.com>
@radkomih
radkomih force-pushed the 00851-upgrade-solo-operator-and-integration-test branch from a5e4e5e to c22b342 Compare August 11, 2026 08:22
Signed-off-by: Rado M <radkomih@gmail.com>
@radkomih
radkomih force-pushed the 00851-upgrade-solo-operator-and-integration-test branch from c22b342 to d25d5cf Compare August 11, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add integration test asserting GVR group matches installed CRD

2 participants