Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_concurrent_offerAndDrain (0.54 seconds)

  1. src/test/java/org/codelibs/fess/helper/LogNotificationHelperTest.java

            // Last event should be msg1099
            LogNotificationEvent last = events.get(events.size() - 1);
            assertEquals("msg1099", last.getMessage());
        }
    
        @Test
        public void test_concurrent_offerAndDrain() throws Exception {
            LogNotificationHelper helper = new LogNotificationHelper();
            int numThreads = 8;
            int eventsPerThread = 200;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 6.3K bytes
    - Click Count (0)
Back to Top