Skip to content

fix(test): resolve dgraph binary selection for macOS in dgraphtest and testutil#9603

Open
shiva-istari wants to merge 1 commit intomainfrom
shiva/test-mac-os
Open

fix(test): resolve dgraph binary selection for macOS in dgraphtest and testutil#9603
shiva-istari wants to merge 1 commit intomainfrom
shiva/test-mac-os

Conversation

@shiva-istari
Copy link
Contributor

On macOS, setupBinary() now copies both the Linux binary (for Docker containers) and the host-native binary (for local bulk/live loader commands) into tempBinDir. On Linux, a single binary serves both purposes. BulkLoad() and LiveLoad() use hostDgraphBinaryPath() to pick the correct one based on the platform. Removed macOS skip guards from 13 test files so all tests run on both platforms after make install.

@shiva-istari shiva-istari requested a review from a team as a code owner February 18, 2026 11:17
@github-actions github-actions bot added area/testing Testing related issues area/live-loader Issues related to live loading. go Pull requests that update Go code labels Feb 18, 2026
@blacksmith-sh

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/live-loader Issues related to live loading. area/testing Testing related issues go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

1 participant

Comments