Skip to content

Keep cufile.log out of the Java source tree - #2553

Open
imotov wants to merge 1 commit into
NVIDIA:mainfrom
imotov:move-cufile-during-java-tests
Open

Keep cufile.log out of the Java source tree#2553
imotov wants to merge 1 commit into
NVIDIA:mainfrom
imotov:move-cufile-during-java-tests

Conversation

@imotov

@imotov imotov commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

cuFile writes cufile.log into the JVM's working directory, leaving a stray file in java/cuvs-java and java/cuvs-lucene after every test run. Point CUFILE_LOGFILE_PATH at target/ in the failsafe and surefire forks, and gitignore the file for the example and benchmark modules, which are launched as bare JVMs and so aren't covered by the plugin config.

Follow-up to #2257

cuFile writes cufile.log into the JVM's working directory, leaving a stray file in java/cuvs-java and java/cuvs-lucene after every test run. Point CUFILE_LOGFILE_PATH at target/ in the failsafe and surefire forks, and gitignore the file for the example and benchmark modules, which are launched as bare JVMs and so aren't covered by the plugin config.

Follow-up to NVIDIA#2257
@imotov
imotov requested a review from a team as a code owner September 4, 2026 18:42
@imotov imotov added bug Something isn't working non-breaking Introduces a non-breaking change Java Lucene labels Sep 4, 2026
@imotov imotov self-assigned this Sep 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Java Lucene non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant