- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testHalfOpenFailureReopens (0.09 sec)
-
src/test/java/jcifs/util/SmbCircuitBreakerTest.java
assertEquals(State.CLOSED, circuitBreaker.getState(), "Circuit should be CLOSED after success threshold"); } @Test public void testHalfOpenFailureReopens() throws Exception { // Open the circuit circuitBreaker.trip(); // Wait for reset timeout Thread.sleep(1100); // First attempt should transition to HALF_OPEN
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 23.2K bytes - Viewed (0)