You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Gautam Worah (Jira)" <ji...@apache.org> on 2022/04/19 22:26:00 UTC

[jira] [Updated] (LUCENE-10525) Improve WindowsFS emulation to catch directory names with : in them (which is not allowed)

     [ https://issues.apache.org/jira/browse/LUCENE-10525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gautam Worah updated LUCENE-10525:
----------------------------------
    Description: 
In PR ([https://github.com/apache/lucene/pull/762)] we missed the case where a tempDir name was using `:` in the dir name. This test was passing in Linux, MacOS environments but ended up failing in Windows build systems.

We ended up pushing a fix to not use `:` in the names.

Open to other ideas as well!

  was:
In PR ([https://github.com/apache/lucene/pull/762)] we missed the case where a tempDir name was using `:` in the dir name. This test was passing in Linux, MacOS environments but ended up failing in Windows build systems.

We ended up pushing a fix to not use `:` in the names.


> Improve WindowsFS emulation to catch directory names with : in them (which is not allowed) 
> -------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-10525
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10525
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Gautam Worah
>            Priority: Minor
>
> In PR ([https://github.com/apache/lucene/pull/762)] we missed the case where a tempDir name was using `:` in the dir name. This test was passing in Linux, MacOS environments but ended up failing in Windows build systems.
> We ended up pushing a fix to not use `:` in the names.
> Open to other ideas as well!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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