- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for test_concurrentOperations (0.98 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/crawler/CrawlerContextTest.java
endLatch.await(5, TimeUnit.SECONDS); assertEquals(2, successCount.get()); } /** * Test concurrent operations on different fields */ public void test_concurrentOperations() throws Exception { final int threadCount = 10; final int operationsPerThread = 100; final CountDownLatch startLatch = new CountDownLatch(1);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 25.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/TransformerTest.java
assertEquals(1, transformer3.getTransformCallCount()); } /** * Test concurrent transformer operations */ public void test_concurrentOperations() throws Exception { final TestTransformer transformer = new TestTransformer("concurrentTransformer"); final int threadCount = 5; final int operationsPerThread = 10;
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 28K bytes - Viewed (0) -
src/test/java/jcifs/util/SmbCircuitBreakerTest.java
assertEquals(3, customCb.getFailureCount(), "Failure count should match threshold"); } finally { customCb.close(); } } @Test public void testConcurrentOperations() throws Exception { int threadCount = 10; int operationsPerThread = 100; CountDownLatch latch = new CountDownLatch(threadCount);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.2K bytes - Viewed (0)