Skip to content

Commit

Permalink
Fixed flaky ehcache test
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Alfonsi <petealft@amazon.com>
  • Loading branch information
Peter Alfonsi committed Apr 12, 2024
1 parent f60fb08 commit f465a22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ public void testInvalidateWithDropDimensions() throws Exception {
.setStoragePath(env.nodePaths()[0].indicesPath.toString() + "/request_cache")
.setKeySerializer(new StringSerializer())
.setValueSerializer(new StringSerializer())
.setIsEventListenerModeSync(true)
.setDimensionNames(dimensionNames)
.setKeyType(String.class)
.setValueType(String.class)
Expand Down

0 comments on commit f465a22

Please sign in to comment.