mirror of https://github.com/apache/lucene.git
LUCENE-8310: Remove supporess WindowsFS
IW can now handle pending deletes.
This commit is contained in:
parent
414fcb8e88
commit
b3894d7f11
|
@ -26,12 +26,10 @@ import org.apache.lucene.store.Directory;
|
|||
import org.apache.lucene.store.IOContext;
|
||||
import org.apache.lucene.store.MockDirectoryWrapper;
|
||||
import org.apache.lucene.util.LineFileDocs;
|
||||
import org.apache.lucene.util.LuceneTestCase.SuppressFileSystems;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.lucene.util.PrintStreamInfoStream;
|
||||
import org.apache.lucene.util.TestUtil;
|
||||
|
||||
@SuppressFileSystems("WindowsFS")
|
||||
public class TestIndexWriterOutOfFileDescriptors extends LuceneTestCase {
|
||||
public void test() throws Exception {
|
||||
MockDirectoryWrapper dir = newMockFSDirectory(createTempDir("TestIndexWriterOutOfFileDescriptors"));
|
||||
|
|
|
@ -45,12 +45,10 @@ import org.apache.lucene.search.IndexSearcher;
|
|||
import org.apache.lucene.store.AlreadyClosedException;
|
||||
import org.apache.lucene.store.Directory;
|
||||
import org.apache.lucene.util.IOUtils;
|
||||
import org.apache.lucene.util.LuceneTestCase.SuppressFileSystems;
|
||||
import org.apache.lucene.util.TestUtil;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
@SuppressFileSystems("WindowsFS") // testRecreateAndRefresh doesn't like pending files
|
||||
public class TestDirectoryTaxonomyWriter extends FacetTestCase {
|
||||
|
||||
// A No-Op TaxonomyWriterCache which always discards all given categories, and
|
||||
|
|
Loading…
Reference in New Issue