- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_concurrentOperations (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/thumbnail/ThumbnailGeneratorTest.java
docMap.put("mimetype", mimeType); assertFalse("Should not support " + mimeType, thumbnailGenerator.isTarget(docMap)); } } @Test public void test_concurrentOperations() throws InterruptedException { // Test thread safety with concurrent operations final int threadCount = 10; Thread[] threads = new Thread[threadCount];
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
// with message "Failed to write a userDict file." - this is covered by // the constructor's exception handling implementation } @Test public void test_concurrent_operations() { // Test concurrent read operations protwordsFile.reload(null); // Multiple reads should work fine OptionalEntity<ProtwordsItem> item1 = protwordsFile.get(1);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 21.2K bytes - Click Count (0)