You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/04/17 23:38:14 UTC

[GitHub] [lucene] gautamworah96 opened a new pull request, #814: LUCENE-10482 Bug Fix: Don't use Instant.now() as prefix for the temp dir name

gautamworah96 opened a new pull request, #814:
URL: https://github.com/apache/lucene/pull/814

   Tests in Windows are failing because of an invalid `:` character in the directory name. 
   
   Full stack trace and the comment which detected the issue: https://github.com/apache/lucene/pull/762#issuecomment-1100941707
   Previous PR: https://github.com/apache/lucene/pull/762
   
   # Solution
   
   Rely on the default implementation of `createTempDir`
   
   # Tests
   
   Multiple runs of the `testAlwaysRefreshDirectoryTaxonomyReader` test through the IDE on a Mac.
   
   ---
   
   I'll also submit a fix for the backported commit once this one gets merged.
   Apologies again.
   
   cc: @uschindler @mikemccand 
   


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] mikemccand merged pull request #814: LUCENE-10482 Bug Fix: Don't use Instant.now() as prefix for the temp dir name

Posted by GitBox <gi...@apache.org>.
mikemccand merged PR #814:
URL: https://github.com/apache/lucene/pull/814


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org