Skip to content

ci: drop redundant Dgraph standalone from -short unit job#21

Open
mlwelles wants to merge 1 commit into
matthewmcneely:mainfrom
mlwelles:chore/ci-short-unit-tests
Open

ci: drop redundant Dgraph standalone from -short unit job#21
mlwelles wants to merge 1 commit into
matthewmcneely:mainfrom
mlwelles:chore/ci-short-unit-tests

Conversation

@mlwelles

@mlwelles mlwelles commented Jun 4, 2026

Copy link
Copy Markdown

The unit-test job runs go test -short, which skips every test that needs a live Dgraph. Standing up a dgraph/standalone container (and setting MODUSGRAPH_TEST_ADDR) adds setup the -short job never uses.

This removes the Set up Dgraph step and the MODUSGRAPH_TEST_ADDR env from the unit-test job. Integration and load suites keep their own dedicated jobs and are unaffected.

No test coverage changes — go test -short -race -v . still runs on both linux and macos.


Summary by cubic

Remove dgraph/standalone setup and MODUSGRAPH_TEST_ADDR from the -short unit test job, since go test -short skips tests that require a live Dgraph. This removes unused CI setup; integration and load suites stay separate, and go test -short -race -v . still runs on Linux and macOS.

Written for commit a4997cf. Summary will update on new commits.

Review in cubic

The unit-test job runs `go test -short`, which skips every test that needs
a live Dgraph. Standing up a dgraph/standalone container (and setting
MODUSGRAPH_TEST_ADDR) therefore adds setup the job never uses. Remove both;
the integration and load suites keep their own dedicated jobs.
@mlwelles mlwelles requested a review from matthewmcneely as a code owner June 4, 2026 20:00

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

Copy link
Copy Markdown

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

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