- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_getDataStoreNames_concurrentAccess (0.28 seconds)
-
src/test/java/org/codelibs/fess/ds/DataStoreFactoryTest.java
/** * Test concurrent getDataStoreNames calls to verify synchronized method works correctly. * Multiple threads call getDataStoreNames() simultaneously. */ @Test public void test_getDataStoreNames_concurrentAccess() throws Exception { final int threadCount = 10; final Thread[] threads = new Thread[threadCount]; final Exception[] exceptions = new Exception[threadCount];Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 18.2K bytes - Click Count (0)