- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_multiple_datastore_instances (0.13 sec)
-
src/test/java/org/codelibs/fess/ds/DataStoreTest.java
// Verify callback was used correctly assertEquals(2, callback.getDocumentSize()); assertTrue(callback.isCommitted()); } public void test_multiple_datastore_instances() { // Test multiple DataStore instances working independently final AtomicInteger store1CallCount = new AtomicInteger(0); final AtomicInteger store2CallCount = new AtomicInteger(0);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13K bytes - Viewed (0)