Standalone Nexus support#339
Draft
stephanos wants to merge 2 commits into
Draft
Conversation
d0b8597 to
6ddd638
Compare
stephanos
commented
Apr 28, 2026
| } | ||
| } | ||
| } | ||
| } |
Collaborator
Author
There was a problem hiding this comment.
The endpoint isn't available at the time the testInput is created and we therefore have to patch it here. We could change the test input to come from a closure and pass in the endpoint there; but not sure that's worth it.
6ddd638 to
94548e5
Compare
94548e5 to
213691f
Compare
bab944d to
c860e41
Compare
145a039 to
b1ee98e
Compare
a3d7a75 to
bc3f266
Compare
63ef2e0 to
10bd1a6
Compare
bc3f266 to
d2cd37c
Compare
10bd1a6 to
53dab88
Compare
cd60bd2 to
47475ae
Compare
53dab88 to
5d4d0dd
Compare
47475ae to
9c43257
Compare
5d4d0dd to
7aeffca
Compare
9c43257 to
1bd6851
Compare
7aeffca to
fcd36ea
Compare
1bd6851 to
83b747e
Compare
bdcf565 to
b7a135b
Compare
3 tasks
b7a135b to
2164bbf
Compare
stephanos
added a commit
to temporalio/temporal
that referenced
this pull request
May 13, 2026
Verifies that omes' standalone Nexus support degrades gracefully when half the cluster doesn't have the feature. The current server gets nexusoperation.enableStandalone=true via DynamicConfigValues; the release server (pre-1.31) returns Unimplemented for the StartNexusOperationExecution RPC, which the omes scenario catches and treats as a no-op (see temporalio/omes#339). Bumps omes to stephanos/sano-load-testing's tip so the cloned omes binary has the Unimplemented handling and the include-standalone-nexus throughput_stress option. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5d58972 to
065afac
Compare
stephanos
added a commit
to temporalio/temporal
that referenced
this pull request
May 14, 2026
Verifies that omes' standalone Nexus support degrades gracefully when half the cluster doesn't have the feature. The current server gets nexusoperation.enableStandalone=true via DynamicConfigValues; the release server (pre-1.31) returns Unimplemented for the StartNexusOperationExecution RPC, which the omes scenario catches and treats as a no-op (see temporalio/omes#339). Bumps omes to stephanos/sano-load-testing's tip so the cloned omes binary has the Unimplemented handling and the include-standalone-nexus throughput_stress option. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
stephanos
added a commit
to temporalio/temporal
that referenced
this pull request
May 15, 2026
Verifies that omes' standalone Nexus support degrades gracefully when half the cluster doesn't have the feature. The current server gets nexusoperation.enableStandalone=true via DynamicConfigValues; the release server (pre-1.31) returns Unimplemented for the StartNexusOperationExecution RPC, which the omes scenario catches and treats as a no-op (see temporalio/omes#339). Bumps omes to stephanos/sano-load-testing's tip so the cloned omes binary has the Unimplemented handling and the include-standalone-nexus throughput_stress option. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
508dfbb to
8f25b16
Compare
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
4424de5 to
fef2ab6
Compare
fef2ab6 to
c26f4a2
Compare
fcd36ea to
0781ef6
Compare
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 was changed
Why?
Checklist
Closes
How was this tested: