mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
## What changed? Enable the `activity.enableStandalone` dynamic config on the release server in the mixed-brain test. ## Why? omes `throughput_stress` auto-enables standalone-activity load when the namespace reports support. The current server (1.32) defaults it on, so omes sends SAA calls; the previous release (v1.31.2) defaults it off, so calls routed to the release frontend were rejected (`Unimplemented: "Standalone activity is disabled"`), stalling workflows until the run timed out. Enabling the DC on the release server matches a real rolling-upgrade cluster and lets the test exercise SAA across both versions instead of failing on every branch. ## How did you test it? - [X] built - [X] run locally and tested manually - [ ] covered by existing tests - [ ] added new unit test(s) - [ ] added new functional test(s)