Expand versioned E2E coverage #1295
Open
aikuznetsov wants to merge 6 commits into
Open
Conversation
Collaborator
Collaborator
Author
@a-kuprin So I’d treat the API wrapper failure as a separate CI/build issue and fix it in a separate PR, rather than mixing it with the versioned E2E coverage changes. |
Collaborator
@aikuznetsov yes it is. There is already fix for it in release branch #1289 |
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
This expands versioned E2E coverage around versiond reconciliation and failure-handling behavior, and cleans up the make e2e runner so one command builds, runs, merges JUnit, verifies, and prints a readable summary.
The new tests cover integration paths that were previously easy to miss because most existing E2E cases mutated oracle state only after all services were already running.
Added E2E scenarios:
Startup From Existing Oracle State
Oracle Temporary Failure Keeps Children Running
Empty Oracle Response Keeps Children Running
Failed Same-Version Update Keeps Old Child Running
Child Process Crash Recovery
Added test report summary output via gotestsum + JUnit merge/reporting:
Summary example:
Safety
Production versiond logic is unchanged. This PR changes the E2E suite, mock oracle, test app, Docker test runner, and Makefile only.