Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_multiple_datastore_instances (0.17 seconds)

  1. src/test/java/org/codelibs/fess/ds/DataStoreTest.java

            // Verify callback was used correctly
            assertEquals(2, callback.getDocumentSize());
            assertTrue(callback.isCommitted());
        }
    
        @Test
        public void test_multiple_datastore_instances() {
            // Test multiple DataStore instances working independently
            final AtomicInteger store1CallCount = new AtomicInteger(0);
            final AtomicInteger store2CallCount = new AtomicInteger(0);
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Wed Jan 14 14:29:07 GMT 2026
    - 13.2K bytes
    - Click Count (0)
Back to Top