msokolov commented on issue #12386:
URL: https://github.com/apache/lucene/issues/12386#issuecomment-1604186500
It seems the issue is that this (and other related) tests start another java
process and it is *that* process that writes files in /tmp. I was able to fix
by adding:
cmd.add("-Djava.io.tmpdir=" + childTempDir.toFile());
to `TestNRTReplication.startNode`. I don't know these tests well (at all!)
but this seems pretty safe to me? Would appreciate some eyes on it though that
might know better
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]