ROX-36944: Upgrade test reduced to versions +/= 3 - #22791
dashrews78 wants to merge 2 commits into
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
|
Skipping CI for Draft Pull Request. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. 📝 SummarySummary by CodeRabbit
WalkthroughThe end-to-end and upgrade tests now use generic PostgreSQL restore helpers and a PostgreSQL 4.10 fixture. Upgrade scenarios use updated 4.10 releases. Central upgrade support adds Helm orchestration and readiness handling. ChangesPostgreSQL upgrade test updates
Priority: ⬇️ Low Estimated code review effort: 3 (Moderate) | ~20 minutes Change: Other Sequence Diagram(s)sequenceDiagram
participant UpgradeTest
participant Helm
participant Central
participant ScannerV4
UpgradeTest->>Helm: upgrade_central_helm_to_head
Helm->>Central: apply upgrade configuration
Central-->>Helm: report API and database readiness
Helm->>ScannerV4: enable Scanner V4
ScannerV4-->>Helm: report vulnerability readiness
Helm-->>UpgradeTest: complete upgrade
Suggested reviewers: Merge Risk: ⚪ Minimal · up to The upgrade test changes update the intended release sequence without establishing a current failure, so the PR is mergeable subject to normal validation. 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #22791 +/- ##
==========================================
- Coverage 51.82% 51.79% -0.04%
==========================================
Files 2901 2901
Lines 182819 182819
==========================================
- Hits 94755 94691 -64
- Misses 79777 79822 +45
- Partials 8287 8306 +19
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
🚀 Build Images ReadyImages are ready for commit 571dc0f. To use with deploy scripts: export MAIN_IMAGE_TAG=5.0.x-302-g571dc0f445 |
c7286b1 to
89f8690
Compare
c53d5bd to
571dc0f
Compare
Description
change me!
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!