Searched defs:failure (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestIndexWriterWithThreads.java214 // failure to trigger an IOException
215 public void _testMultipleThreadsFailure(MockDirectoryWrapper.Failure failure) throws Exception { argument
243 dir.failOn(failure);
244 failure.setDoFail();
256 failure.clearDoFail();
275 // Runs test, with one thread, using the specific failure
277 public void _testSingleThreadFailure(MockDirectoryWrapper.Failure failure) throws IOException { argument
288 dir.failOn(failure);
289 failure.setDoFail();
297 failure
438 Throwable failure = null; field in class:TestIndexWriterWithThreads.DelayedIndexAndCloseRunnable
[all...]
H A DTestIndexWriterExceptions.java56 volatile Throwable failure; field in class:TestIndexWriterExceptions.IndexerThread
112 failure = ioe;
118 failure = t;
132 failure = t;
184 if (thread.failure != null) {
185 thread.failure.printStackTrace(System.out);
186 fail("thread " + thread.getName() + ": hit unexpected failure");
238 if (threads[i].failure != null)
239 fail("thread " + threads[i].getName() + ": hit unexpected failure");
505 FailOnlyOnFlush failure
[all...]
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestIndexWriterWithThreads.java213 // failure to trigger an IOException
214 public void _testMultipleThreadsFailure(MockDirectoryWrapper.Failure failure) throws Exception { argument
242 dir.failOn(failure);
243 failure.setDoFail();
255 failure.clearDoFail();
274 // Runs test, with one thread, using the specific failure
276 public void _testSingleThreadFailure(MockDirectoryWrapper.Failure failure) throws IOException { argument
287 dir.failOn(failure);
288 failure.setDoFail();
296 failure
437 Throwable failure = null; field in class:TestIndexWriterWithThreads.DelayedIndexAndCloseRunnable
[all...]
H A DTestIndexWriterExceptions.java54 volatile Throwable failure; field in class:TestIndexWriterExceptions.IndexerThread
110 failure = ioe;
116 failure = t;
130 failure = t;
182 if (thread.failure != null) {
183 thread.failure.printStackTrace(System.out);
184 fail("thread " + thread.getName() + ": hit unexpected failure");
236 if (threads[i].failure != null)
237 fail("thread " + threads[i].getName() + ": hit unexpected failure");
503 FailOnlyOnFlush failure
[all...]

Completed in 982 milliseconds