feat(test): UDS journey and upgrade test scripts (#16, #17)#31
Merged
kitplummer merged 1 commit intodevelopfrom Mar 7, 2026
Merged
feat(test): UDS journey and upgrade test scripts (#16, #17)#31kitplummer merged 1 commit intodevelopfrom
kitplummer merged 1 commit intodevelopfrom
Conversation
Journey test validates the full UDS deployment lifecycle: pod readiness, Package CR, Istio VirtualService, network policies, SSO, ServiceMonitor, and API functional tests. Upgrade test validates deploying version N+1 over N with data preservation checks and timing verification. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request Test Coverage Report for Build bbd40617ef72a6c37a3e2bdeec77b288ba42fa49-PR-31Details
💛 - Coveralls |
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.
Summary
tests/journey.sh— full UDS deployment lifecycle validation (7 checks: pods, Package CR, VirtualService, NetworkPolicies, SSO, ServiceMonitor, API)tests/upgrade.sh— version N→N+1 upgrade with data preservation and timing verificationtasks.yamlto wirejourney-test(full lifecycle: build → deploy → test → cleanup),journey-test-only(against existing deployment), andupgrade-testtasksCloses #16, closes #17.
Test plan
uds run journey-testvalidates full lifecycle on local k3d clusteruds run journey-test-onlyvalidates against an existing deploymentuds run upgrade-testvalidates version N→N+1 with data preservation🤖 Generated with Claude Code