File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -473,7 +473,7 @@ start: cleanup compile-module
473
473
echo " $$ REDIS_UDS" | redis-server -
474
474
echo " $$ REDIS_UNAVAILABLE_CONF" | redis-server -
475
475
redis-cli -a cluster --cluster create 127.0.0.1:7479 127.0.0.1:7480 127.0.0.1:7481 --cluster-yes
476
- docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.0-M04-pre
476
+ docker run -p 6479:6379 --name jedis-stack -e PORT=6379 -d redislabs/client-libs-test:8.0.2
477
477
478
478
cleanup :
479
479
- rm -vf /tmp/redis_cluster_node* .conf 2> /dev/null
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ public void testCloseConnectionOnMakeObject() {
276
276
int currentClientCount = getClientCount (jedis .clientList ());
277
277
assertThrows (JedisAccessControlException .class , pool ::getResource );
278
278
// wait for the redis server to close the connection
279
- await ().pollDelay (Duration .ofMillis (10 )).atMost (50 , MILLISECONDS )
279
+ await ().pollDelay (Duration .ofMillis (10 )).atMost (500 , MILLISECONDS )
280
280
.until (() -> getClientCount (jedis .clientList ()) == currentClientCount );
281
281
assertEquals (currentClientCount , getClientCount (jedis .clientList ()));
282
282
}
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ public void testCloseConnectionOnMakeObject() {
397
397
int currentClientCount = getClientCount (jedis .clientList ());
398
398
assertThrows (JedisAccessControlException .class , pool ::getResource );
399
399
// wait for the redis server to close the connection
400
- await ().pollDelay (Duration .ofMillis (10 )).atMost (50 , MILLISECONDS )
400
+ await ().pollDelay (Duration .ofMillis (10 )).atMost (500 , MILLISECONDS )
401
401
.until (() -> getClientCount (jedis .clientList ()) == currentClientCount );
402
402
assertEquals (currentClientCount , getClientCount (jedis .clientList ()));
403
403
}
Original file line number Diff line number Diff line change 1
- REDIS_VERSION = 8.0-RC2-pre
2
- REDIS_STACK_VERSION = 8.0-RC2-pre
1
+ REDIS_VERSION = 8.0.2
2
+ REDIS_STACK_VERSION = 8.0.2
3
3
CLIENT_LIBS_TEST_IMAGE = redislabs/client-libs-test
4
4
REDIS_ENV_CONF_DIR = ./
5
5
REDIS_MODULES_DIR = /tmp
Original file line number Diff line number Diff line change 1
- REDIS_VERSION=7.2.7
2
- REDIS_STACK_VERSION=rs-7.2.0-v15
1
+ REDIS_VERSION=7.2.9
2
+ REDIS_STACK_VERSION=rs-7.2.0-v17
Original file line number Diff line number Diff line change 1
- REDIS_VERSION=7.4.2
2
- REDIS_STACK_VERSION=rs-7.4.0-v2
1
+ REDIS_VERSION=7.4.4
2
+ REDIS_STACK_VERSION=rs-7.4.0-v5
You can’t perform that action at this time.
0 commit comments