Commit dec8ac9
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
1 parent 7d01a5b commit dec8ac9
3 files changed
Lines changed: 446 additions & 158 deletions
File tree
- integration-tests/src/test/java/com/datastax/oss/driver/core/cql
- test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/session
0 commit comments