rmuir commented on issue #14315: URL: https://github.com/apache/lucene/issues/14315#issuecomment-2691492019
> That's even more weird. What OS/filesystem are you using, if you don't mind me asking? I wonder if it's ext4 to blame here. I'll try to narrow it down during the weekend, I'm curious what's happening here. for purpose of tests: tmpfs: ``` tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime,size=3145728k,inode64) ``` In my gradle.properties i force tests to use it (I dont know what they default to otherwise), because I don't want them wearing out my SSD. The lucene tests gave my previous SSDs early deaths. ``` tests.workDir=/tmp/lucene_gradle ``` That's why i ask if specifying `tests.workDir=/dev/shm/lucene` or similiar is enough to fix CI. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org