tests(js_repl): stabilize CI runtime test execution#12407
Merged
Conversation
This was referenced Feb 21, 2026
c64d1c1 to
f26ef7a
Compare
bolinfest
reviewed
Feb 21, 2026
cec24cc to
6757420
Compare
bolinfest
reviewed
Feb 21, 2026
81baef0 to
7d20fa3
Compare
bolinfest
approved these changes
Feb 24, 2026
9d00b9f to
21e5fa9
Compare
git-stack-id: fjord/js_repl_seq---4htl2cund94dlu git-stack-title: tests(js_repl): stabilize CI runtime test execution
21e5fa9 to
2362ec2
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Stabilize
js_replruntime test setup in CI and move tool-facingjs_replbehavior coverage into integration tests.This is a test/CI change only. No production
js_replbehavior change is intended.Why
nodethan the one installed byactions/setup-node, which causedjs_replruntime/version failures.js_replruntime tests depend on platform-specific sandbox/test-harness behavior, so they need explicit gating in a base-stability commit.js_replunit test module were actually black-box/tool-level behavior tests and fit better in the integration suite.Changes
actions/setup-nodeto the Bazel and RustTestsworkflows, using the exact version pinned in the repo’s Node version file.CODEX_JS_REPL_NODE_PATH=$(which node)into test env sojs_repluses theactions/setup-noderuntime inside Bazel tests.js_repltool behavior and register it in the core integration test suite module.js_replbehavior tests into the integration suite (persistence/TLA, builtin tool invocation, recursive self-call rejection,processisolation, blocked builtin imports).js_replunit test module.js_replruntime tests to run only on macOS and only when a usable Node runtime is available (skip on other platforms / missing Node in this commit).Impact
js_replCI failures caused by Node resolution drift in Bazel.js_replruntime coverage.git stack
1feat: update Docker image digest to reflect #12205 #123722tests(js_repl): stabilize CI runtime test execution #124073tests(js_repl): remove node-related skip paths from js_repl tests #121854Add feature-gated js_repl polling flow #10673