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
Occasionally force cache cleanup in PreparedStatementCachingIT
This integration test periodically fails on one of its methods.
Evidence points to the cache itself being the culprit, as there is
no guarantee that elements will be removed right away.
This leads to removal event not being fired and timing out on wait for it.
Calling `cache.cleanUp()` seems to greatly improve stability of this test.
Fixes#476 and #477
0 commit comments