rmuir commented on PR #829: URL: https://github.com/apache/lucene/pull/829#issuecomment-1106741520
Looks like a bug in the checking? We may have to "normalize" the path first or something before doing the check? I see fails like this: ``` java.nio.file.InvalidPathException: File name: trecdocs/ contains a reserved character: /: trecdocs/ ``` Looks like the tests are just doing stuff like `path.resolve("trecdocs/")` to access a subdirectory. there's no actual `/` character in the name, if you get my drift. -- 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