Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_concurrentNameChanges (0.09 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/impl/AbstractTransformerTest.java

            assertEquals(0, errorCount.get());
            assertEquals("concurrentName", testTransformer.getName());
        }
    
        /**
         * Test concurrent name changes
         */
        public void test_concurrentNameChanges() throws Exception {
            final int threadCount = 10;
            final CountDownLatch startLatch = new CountDownLatch(1);
            final CountDownLatch endLatch = new CountDownLatch(threadCount);
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Sep 06 04:15:37 UTC 2025
    - 20.8K bytes
    - Viewed (0)
Back to top