- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_aliveField_volatileVisibility (0.14 seconds)
-
src/test/java/org/codelibs/fess/ds/AbstractDataStoreTest.java
/** * Test that the volatile alive field is visible across threads. * One thread sets alive to false, other threads should see the change immediately. */ @Test public void test_aliveField_volatileVisibility() throws Exception { // Ensure alive starts as true assertTrue(dataStore.alive); final int readerThreadCount = 5; final long testDurationMs = 200; // Run for 200msCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (1)