Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_commit_behavior (0.15 seconds)

  1. src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackTest.java

                }
            };
    
            callback.store(new DataStoreParams(), new HashMap<>());
            assertEquals(1L, callback.getDocumentSize());
        }
    
        @Test
        public void test_commit_behavior() {
            // Test commit behavior with state tracking
            final AtomicInteger commitCount = new AtomicInteger(0);
            final AtomicLong documentsBeforeCommit = new AtomicLong(0);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 12.5K bytes
    - Click Count (0)
Back to Top