Add mixed-brain process chaos reporting - #11814
Draft
chaptersix wants to merge 10 commits into
Draft
Conversation
Enable standalone activities only on the current server so the mixed-brain CI run exercises the new failure reporting against a previous release where the capability remains disabled.
chaptersix
commented
Aug 27, 2026
| }, | ||
| // TODO: remove this once the release server defaults to standalone activities on. Currently the downgrade version of 1.31 has SAA defaulted to off. | ||
| DynamicConfigValues: map[string]any{ | ||
| "activity.enableStandalone": true, |
Contributor
Author
There was a problem hiding this comment.
will revert once appoarch is approved
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.
What changed?
ERRORfindings across Omes and worker records, with occurrence counts and first-seen timesmixedbrain-summary.md/ the GitHub job summarygo testinvocation and an 18-minute timeout, withouttee, test-runner, gotestsum, JUnit, or generic test-result JSONThis replaces and supersedes #11001. Credit to @stephanos for the original process-chaos design; this ports that intent to the current Omes
devserver.Serverlifecycle introduced by temporalio/omes#458.The draft currently pins that exact Omes commit through the
chaptersix/omesfork. After temporalio/omes#458 lands, the temporaryreplacewill be removed while retaining the same exact revision.Why?
Mixed-version failures should name a repeated actionable error in the primary test result rather than only an eventual timeout and a large log dump. The suite is a small integration test, so its targeted GitHub summary and complete log artifact are more useful than a generic JUnit pipeline. Process restarts also exercise membership and rollback seams that a continuously running pair of servers misses.