Skip to content

test: defer test_utxo gtest discovery to PRE_TEST mode - #90

Merged
frstrtr merged 1 commit into
masterfrom
ci-steward/gtest-discovery-pretest
Jun 13, 2026
Merged

test: defer test_utxo gtest discovery to PRE_TEST mode#90
frstrtr merged 1 commit into
masterfrom
ci-steward/gtest-discovery-pretest

Conversation

@frstrtr

@frstrtr frstrtr commented Jun 12, 2026

Copy link
Copy Markdown
Owner

test-infra only: change test_utxo gtest discovery to PRE_TEST, eliminating build-parallel race on v37-dev. Validated: 14/14 UTXOTest pass, BUILD_RC=0. SAFE-COSMETIC.

gtest_discover_tests(test_utxo) ran discovery as a POST_BUILD step,
which under cmake --build -j$(nproc) races concurrent test targets and
can spuriously mark heavy targets (v37_test) Not Run. DISCOVERY_MODE
PRE_TEST defers enumeration to ctest runtime, removing it from the
parallel build graph entirely.
@frstrtr
frstrtr merged commit 9295e0a into master Jun 13, 2026
16 checks passed
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.

1 participant