-
Notifications
You must be signed in to change notification settings - Fork 701
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
SOLR-16903: Migrate all tests using File to NIO Path #3263
Draft
mlbiscoc
wants to merge
17
commits into
apache:main
Choose a base branch
from
mlbiscoc:SOLR-16903-move-to-path-tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,868
−1,931
Draft
Changes from 7 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3860bc3
Part 1 of refactor
mlbiscoc be9d7a0
Fix TODOs so it's easier to find
mlbiscoc 3ef37ee
Part 2 of refactor
mlbiscoc 36489ea
Part 3 of refactor
mlbiscoc 9cd71c9
Build issues from import
mlbiscoc 37a4911
Fix tests to be runnable
mlbiscoc 2c36bee
Fix additional failing tests
mlbiscoc a3918a6
Merge branch 'main' into SOLR-16903-move-to-path-tests
mlbiscoc ad51fb2
Fix bad migration of testUpConfigLinkConfigClearZk
mlbiscoc 49e4dfe
More refactoring and cleanup
mlbiscoc 06e3d4d
Use Files.setAttribute for making file readable
mlbiscoc 7d02c14
Remove unnecessary toAbsolutePath() calls
mlbiscoc 6e44472
avoid FilterPath.unwrap
dsmiley 542e5cf
Merge branch 'apache:main' into SOLR-16903-move-to-path-tests
mlbiscoc 23d12c1
Remove some callers of FileSystems.getDefault().getSeparator()
mlbiscoc 6b37693
Add accessUserInformation for making files readable
mlbiscoc fe31ab2
Remove toString in ZkConfigFilesTest
mlbiscoc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just purely cosmentic, but should this really be
path
instead offile
? In all the places?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. I like 'file' to differentiate from a 'dir'. 'path' is generic if could be either.