Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_jvmOptions_concurrent (0.6 sec)

  1. src/test/java/org/codelibs/fess/job/ExecJobTest.java

            } catch (RuntimeException e) {
                assertEquals("Test exception", e.getMessage());
            }
        }
    
        // Test concurrent modification of jvmOptions
        public void test_jvmOptions_concurrent() throws InterruptedException {
            CountDownLatch latch = new CountDownLatch(2);
    
            Thread t1 = new Thread(() -> {
                for (int i = 0; i < 100; i++) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 24.5K bytes
    - Viewed (0)
Back to top