- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testRetryLogicExceedsMaxRetryCount (0.42 seconds)
-
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java
} /** * Test: Retry logic fails after exceeding maxRetryCount * Verifies that the operation fails after maxRetryCount attempts */ @Test public void testRetryLogicExceedsMaxRetryCount() { fesenClient.setMaxRetryCount(3); fesenClient.setRetryInterval(10L); final AtomicInteger attemptCount = new AtomicInteger(0);Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Mon Jan 12 06:25:38 GMT 2026 - 16.9K bytes - Click Count (0)