gnodet commented on PR #26845: URL: https://github.com/apache/camel/pull/26845#issuecomment-5854724948
Thanks @davsclaus — both points addressed in d7114251689a: - **Not-started pool**: now uses `new HikariDataSource()` + `setJdbcUrl(...)` (lazy init), with `assertNull(ds.getHikariPoolMXBean())` to verify the pool really isn't started before eviction. - **Started pool**: replaced `assertDoesNotThrow` with a physical connection identity check — `conn.unwrap(Connection.class)` before and after eviction, then `assertNotSame` to prove the pool replaced the evicted connection. CI is green ✅ -- 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]
