Annotation Type LuceneTestCase.SuppressFsync

Enclosing class:
LuceneTestCase

@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public static @interface LuceneTestCase.SuppressFsync
Annotation for test classes that should avoid always omit actual fsync calls from reaching the filesystem.

This can be useful, e.g. if they make many lucene commits.