Skip to content

Commit

Permalink
JAVA-3062: Figure out a better solution for PreparedStatementIT tests…
Browse files Browse the repository at this point in the history
… around JAVA-3058

PreparedStatementIT.java:
- Make tests resistant to JVM GC clearing items from prepared statement cache mid-test

PreparedStatementCachingIT.java:
- 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
  • Loading branch information
hhughes committed Jun 26, 2023
1 parent f757000 commit fd4be12
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 152 deletions.
Loading

0 comments on commit fd4be12

Please sign in to comment.