Skip to content

Improve SANO Sample#327

Merged
Quinn-With-Two-Ns merged 3 commits into
mainfrom
improve-sano-sample
Jul 13, 2026
Merged

Improve SANO Sample#327
Quinn-With-Two-Ns merged 3 commits into
mainfrom
improve-sano-sample

Conversation

@Quinn-With-Two-Ns

Copy link
Copy Markdown
Contributor

What was changed

Improve SANO Sample

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

@Quinn-With-Two-Ns Quinn-With-Two-Ns requested review from a team as code owners July 13, 2026 21:29

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 55367e0f8c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread tests/conftest.py
Comment on lines 44 to 46
env = await WorkflowEnvironment.start_local(
dev_server_download_version="v1.7.3-standalone-nexus-operations",
dev_server_extra_args=[
"--dynamic-config-value",
"frontend.enableExecuteMultiOperation=true",
"--dynamic-config-value",
"system.enableEagerWorkflowStart=true",
"--dynamic-config-value",
"nexusoperation.enableStandalone=true",
"--dynamic-config-value",
"history.enableChasmCallbacks=true",
],
dev_server_download_version="v1.7.4-standalone-nexus-operations",
)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep standalone Nexus feature gates enabled

Starting the local test server with only the download version drops the dynamic config values that enabled the pre-release standalone Nexus paths. The default poe test run uses this fixture for tests/nexus_standalone_operations/nexus_standalone_operations_test.py, which still executes and counts standalone Nexus operations; with nexusoperation.enableStandalone/CHASM callbacks not passed via the repeatable --dynamic-config-value start-dev flag, those RPCs are rejected by the v1.7.x standalone server. Please keep the SANO dev_server_extra_args when bumping to v1.7.4.

Useful? React with 👍 / 👎.

@Quinn-With-Two-Ns Quinn-With-Two-Ns merged commit 9c0f306 into main Jul 13, 2026
11 checks passed
@Quinn-With-Two-Ns Quinn-With-Two-Ns deleted the improve-sano-sample branch July 13, 2026 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants