Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix the java test target dependencies (#128) #129

Merged

Conversation

isaac-io
Copy link
Contributor

The test target in the Java Makefile has an incorrect dependency graph
that could cause tests to start executing before the compilation finished
(or even started) when make is invoked in job server mode.

Fix it by specifying target dependencies such that running the tests depends
on having the tests compiled first.

The `test` target in the Java Makefile has an incorrect dependency graph
that could cause tests to start executing before the compilation finished
(or even started) when make is invoked in job server mode.

Fix it by specifying target dependencies such that running the tests depends
on having the tests compiled first.
@isaac-io isaac-io added Upstreamable can be upstreamed to RocksDB build Build related labels Aug 19, 2022
@isaac-io isaac-io requested a review from mrambacher August 19, 2022 10:07
@isaac-io isaac-io self-assigned this Aug 19, 2022
@isaac-io isaac-io linked an issue Aug 19, 2022 that may be closed by this pull request
Copy link
Contributor

@mrambacher mrambacher left a comment

Choose a reason for hiding this comment

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

LGTM

@isaac-io isaac-io merged commit 7281a30 into main Aug 21, 2022
@isaac-io isaac-io deleted the 128-build-fix-java-test-depedndencies-in-the-makefile branch August 21, 2022 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build related Upstreamable can be upstreamed to RocksDB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

build: fix Java test depedndencies in the Makefile
2 participants