You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SOLR-16903: Migrate all tests using File to NIO Path (#3263)
* Remove unnecessary toAbsolutePath() calls
* Remove some callers of FileSystems.getDefault().getSeparator()
* Remove Path.toString in where it could easily be avoided.
* Use Path.toFile().setReadable in TestCoreDiscovery
* Throw AssumptionViolatedException for file permissions on windows
Co-authored-by: David Smiley <[email protected]>
0 commit comments