Skip to content

fix(harness): pass LUCE_SERVER_BIN in the omp launcher test - #762

Merged
davide221 merged 1 commit into
mainfrom
fix/omp-harness-test-server-bin
Sep 24, 2026
Merged

davide221 merged 1 commit into
mainfrom
fix/omp-harness-test-server-bin

Conversation

@davide221

@davide221 davide221 commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

Fixes the red Build (cmake + uv sync --extra megakernel) job on main (run 35985420610): server_unit_omp_harness_config failed with luce_server not found or not executable.

Cause: #603 added harness/tests/test_run_omp_config.sh before the dflash -> luce engine rename (88d3340) and merged main without a textual conflict. The test still set DFLASH_SERVER_BIN, but harness/clients/common.sh now reads LUCE_SERVER_BIN, so it ignored the fake server and fell back to $REPO_DIR/server/build/luce_server, which the test's fake repo doesn't have.

Fix: set LUCE_SERVER_BIN and rename the fake binary to luce_server, matching the pi and client-timeout tests.

Test: bash harness/tests/test_run_omp_config.sh harness/clients/run_omp.sh -> OMP launcher configuration: PASS

🤖 Generated with Claude Code

Review in cubic

#603 added test_run_omp_config.sh before the dflash -> luce engine rename
and merged main without textual conflict, so the test still set
DFLASH_SERVER_BIN. common.sh now reads LUCE_SERVER_BIN, ignored the fake
server and fell back to $REPO_DIR/server/build/luce_server, which does
not exist, failing server_unit_omp_harness_config on main.

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

@davide221
davide221 merged commit 97d7c74 into main Sep 24, 2026
8 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