We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug OnDemandBlockSnapshotIndexInputTests.testVariousBlockSize fails on windows. See https://build.ci.opensearch.org/job/gradle-check/7153/testReport/junit/org.opensearch.index.store.remote.file/OnDemandBlockSnapshotIndexInputTests/testVariousBlockSize/
Expected behavior Test should pass.
Plugins None
Host/Environment (please complete the following information):
Additional context The test is failing to delete files in its cleanDirectory method because it uses an MMapDirectory. Attempts to delete the files throw an AccessDeniedException unless the IndexInput is closed & a round of gc runs. See https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java#LL46C4-L46C4
The text was updated successfully, but these errors were encountered:
A couple options.
Sorry, something went wrong.
Submit a PR to skip this for Windows.
No branches or pull requests
Describe the bug
OnDemandBlockSnapshotIndexInputTests.testVariousBlockSize fails on windows. See https://build.ci.opensearch.org/job/gradle-check/7153/testReport/junit/org.opensearch.index.store.remote.file/OnDemandBlockSnapshotIndexInputTests/testVariousBlockSize/
Expected behavior
Test should pass.
Plugins
None
Host/Environment (please complete the following information):
Additional context
The test is failing to delete files in its cleanDirectory method because it uses an MMapDirectory. Attempts to delete the files throw an AccessDeniedException unless the IndexInput is closed & a round of gc runs.
See https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/store/MMapDirectory.java#LL46C4-L46C4
The text was updated successfully, but these errors were encountered: