- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRetryLogicMaxRetryCount (1.36 sec)
-
fess-crawler-opensearch/src/test/java/org/codelibs/fess/crawler/client/FesenClientTest.java
/** * Test: Retry logic correctly enforces maxRetryCount * Verifies that with maxRetryCount=5, the operation is tried exactly 6 times (initial + 5 retries) */ @Test public void testRetryLogicMaxRetryCount() throws Exception { fesenClient.setMaxRetryCount(5); fesenClient.setRetryInterval(10L); // Short interval for testing final AtomicInteger attemptCount = new AtomicInteger(0);Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 20 08:44:44 UTC 2025 - 17K bytes - Viewed (0)