Enable port-sharded concurrent NP and LR tests - #369
Merged
Conversation
huangminghuang
force-pushed
the
codex/port-sharded-np-lr-tests
branch
from
June 5, 2026 18:16
9fc7a33 to
66606d7
Compare
huangminghuang
force-pushed
the
codex/port-sharded-np-lr-tests
branch
2 times, most recently
from
June 5, 2026 21:57
cbfc50d to
c26e3fa
Compare
huangminghuang
force-pushed
the
codex/port-sharded-np-lr-tests
branch
from
June 5, 2026 21:59
c26e3fa to
144299f
Compare
huangminghuang
marked this pull request as ready for review
June 5, 2026 23:48
huangminghuang
changed the base branch from
master
to
codex/fix-trx-listener-connection-type
June 5, 2026 23:54
huangminghuang
changed the base branch from
codex/fix-trx-listener-connection-type
to
master
June 8, 2026 13:21
…into codex/resolve-pr-381-conflict # Conflicts: # cmake/test-helpers.cmake # docs/port-sharding-design.md
…er-detect Document opt-in test port avoidance
Resolves conflict in testUtils.py by keeping both the port-sharding infrastructure (getPort/getTestPortOffset) from this branch and the SYS VM OC helper methods (nodeopSupportsOption, etc.) from master. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fix launcher option replacement guard
…np-lr-tests # Conflicts: # tests/CMakeLists.txt # tests/TestHarness/testUtils.py
…np-lr-tests # Conflicts: # tests/CMakeLists.txt # tests/cli_test.py # tests/resource_monitor_plugin_test.py
…np-lr-tests # Conflicts: # tests/CMakeLists.txt
heifner
approved these changes
Jun 18, 2026
heifner
approved these changes
Jun 18, 2026
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.
Summary
Purpose: allow macOS CI to run the full integration test suite in preparation for PR #356, so the PR #356 work can be validated against the complete macOS test surface instead of the reduced CI path.
build -> tests -> packagematrix jobs so each platform starts testing as soon as its own build finishes.build_base.yamlreusable workflow now that the active CI no longer round-trips build artifacts between jobs.ctest -jcan schedule previously slower tests earlier across CI runs.Local Validation
python3 -m py_compile tests/TestHarness/testUtils.py tests/TestHarness/Cluster.py tests/TestHarness/WalletMgr.py tests/TestHarness/launcher.pypython3 -m py_compile tests/TestHarness/WalletMgr.py tests/PerformanceHarness/performance_test_basic.py tests/ship_test.py tests/ship_reqs_across_svnn_test.pyninja -C build/codex-system-contracts -j6 ship_client ship_streamerctest --test-dir build/codex-system-contracts -j25 -L 'nonparallelizable_tests|long_running_tests' --output-on-failure --timeout 1800100% tests passed, 0 tests failed out of 105ctest --test-dir build/codex-system-contracts -R '^p2p_multiple_listen_test$' --output-on-failure --timeout 1000actionlintpassedgit diff --checkpassedgit diff --checkpassedgit diff --checkpassed