Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_concurrentCreateAndDestroy (2.27 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/pool/CrawlerPooledObjectFactoryTest.java

            // Component should not be modified (no close() called)
            assertFalse(component.isDestroyed());
        }
    
        /**
         * Test concurrent creation and destruction
         */
        public void test_concurrentCreateAndDestroy() throws Exception {
            TestComponent.resetCounter();
    
            final int threadCount = 5;
            final int operationsPerThread = 20;
            final List<Exception> exceptions = new ArrayList<>();
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Nov 20 13:07:01 UTC 2025
    - 36.7K bytes
    - Viewed (0)
Back to top