-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testListAllIsSorted failures for SMB with a particular seed #24886
Comments
@tlrx I have been told you know about this plugin, so please could you take a look or reassign to someone else if I've been misinformed. |
Actually @tlrx :) |
Oops, sorry. I corrected the comment above. |
I'm able to reproduce this on a virtual Windows 10 box, however the error looks a bit different (probably because using java 9.0.4). For
I get
And similarly for
So no direct mentioning of a 1> tweoxp The test creates either tmp-files (with the name as prefix and a certain suffix) or simply files with the given name and checks that they exist afterwards. The last name seems to cause trouble when creating the output, but its unclear to me so far why none of the earlier cases triggers a similar problem. |
@romseygeek pointed me to this list of forbidden Windows 10 file names which |
The underlying issue is tracked in https://issues.apache.org/jira/browse/LUCENE-8163 |
Closing as this is tracked in the upstream Lucene issue. |
Looks like https://issues.apache.org/jira/browse/LUCENE-8163 made it into Lucene 7.3 which was just merged to master and 6.3 (#29387). Just mentioning it here for future reference. |
The following tests fail with a specific seed:
The full log is here: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-windows-compatibility/219/console
The repro commands are:
The CI build ran on either Windows 10 or Windows Server 2016. I managed to reproduce both failures on Windows Server 2012r2.
The problem is that the Java security manager denies access to a file:
However, similar commands without the seed work fine, for example:
So it's a seed-specific failure.
The text was updated successfully, but these errors were encountered: