Annotation Type LuceneTestCase.SuppressFsync


  • @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.