You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JAVA-3062: Figure out a better solution for PreparedStatementIT tests around JAVA-3058
PreparedStatementIT.java:
- Make tests resistant to JVM GC clearing items from prepared statement cache mid-test
PreparedStatementCachingIT.java:
- Prepared statement tests related to caching
- Uses custom session builder and driver context to use strong statement cache
- Move to IsolatedTests category because it uses system properties
- Consolidate to single invalidationResultSetTest method
- Verify exact set of types change events seen
- Best-effort check no duplicated type-change/cache-removal events were fired
SessionUtils.java
- SESSION_BUILDER_CLASS_PROPERTY property should be read dynamically
0 commit comments