ringles commented on a change in pull request #6325:
URL: https://github.com/apache/geode/pull/6325#discussion_r618646851
##########
File path:
geode-apis-compatible-with-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/server/AbstractHitsMissesIntegrationTest.java
##########
@@ -168,7 +169,7 @@ public void testExpire() {
@Test
public void testPassiveExpiration() {
runCommandAndAssertNoStatUpdates("hash", (k) -> {
- jedis.expire(k, 1);
+ jedis.expire(k, PassiveExpirationManager.INTERVAL);
GeodeAwaitility.await().during(Duration.ofSeconds(3)).until(() -> true);
});
}
Review comment:
Yeah, I see what you mean now. I'll fix it up!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]