arturobernalg opened a new pull request, #650: URL: https://github.com/apache/httpcomponents-core/pull/650
This change adds a new deterministic fuzzer-style test for the connection pools (STRICT / LAX / OFFLOCK) driven by an injected test Clock. Key points: - No Thread.sleep() and no dependency on System.currentTimeMillis(): time is advanced explicitly via a test clock. - Single-threaded lease operations use an immediate request timeout (0ms) to avoid waiting; pending is bounded via cancellation. - Adds basic invariants that validate stats consistency and non-negative limits. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
