You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2021/12/21 12:06:50 UTC

[lucene] 02/02: LUCENE-10330: Make MMapDirectory tests fail by default, if unmapping does not work (add changes)

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 0f41b5511e8ababe5a8a76d168165aa81f0a59e8
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Tue Dec 21 13:05:10 2021 +0100

    LUCENE-10330: Make MMapDirectory tests fail by default, if unmapping does not work (add changes)
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index b1f68ec..a7b9d14 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -20,6 +20,9 @@ New Features
 * LUCENE-10255: Lucene JARs are now proper modules, with module descriptors and dependency information.
   (Chris Hegarty, Uwe Schindler, Tomoko Uchida, Dawid Weiss)
 
+* LUCENE-10330: Make MMapDirectory tests fail by default, if unmapping does not work.
+  (Uwe Schindler, Dawid Weiss)
+
 * LUCENE-10223: Add interval function support to StandardQueryParser. Add min-should-match operator
   support to StandardQueryParser. Update and clean up package documentation in flexible query parser
   module. (Dawid Weiss, Alan Woodward)