Skip to content

Commit 40826d8

Browse files
authored
Merge branch 'master' into dependabot/maven/org.apache.maven.plugins-maven-surefire-plugin-3.5.3
2 parents a7314ab + faf1762 commit 40826d8

File tree

7 files changed

+15
-14
lines changed

7 files changed

+15
-14
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ protected-mode no
255255
requirepass cluster
256256
port 7379
257257
tls-port 8379
258-
cluster-node-timeout 15000
258+
cluster-node-timeout 150
259259
pidfile /tmp/redis_cluster_node1.pid
260260
logfile /tmp/redis_cluster_node1.log
261261
save ""
@@ -274,7 +274,7 @@ protected-mode no
274274
requirepass cluster
275275
port 7380
276276
tls-port 8380
277-
cluster-node-timeout 15000
277+
cluster-node-timeout 150
278278
pidfile /tmp/redis_cluster_node2.pid
279279
logfile /tmp/redis_cluster_node2.log
280280
save ""
@@ -293,7 +293,7 @@ protected-mode no
293293
requirepass cluster
294294
port 7381
295295
tls-port 8381
296-
cluster-node-timeout 15000
296+
cluster-node-timeout 150
297297
pidfile /tmp/redis_cluster_node3.pid
298298
logfile /tmp/redis_cluster_node3.log
299299
save ""
@@ -312,7 +312,7 @@ protected-mode no
312312
requirepass cluster
313313
port 7382
314314
tls-port 8382
315-
cluster-node-timeout 15000
315+
cluster-node-timeout 150
316316
pidfile /tmp/redis_cluster_node4.pid
317317
logfile /tmp/redis_cluster_node4.log
318318
save ""
@@ -331,7 +331,7 @@ protected-mode no
331331
requirepass cluster
332332
port 7383
333333
tls-port 8383
334-
cluster-node-timeout 15000
334+
cluster-node-timeout 150
335335
pidfile /tmp/redis_cluster_node5.pid
336336
logfile /tmp/redis_cluster_node5.log
337337
save ""
@@ -351,7 +351,7 @@ daemonize yes
351351
protected-mode no
352352
requirepass cluster
353353
port 7479
354-
cluster-node-timeout 15000
354+
cluster-node-timeout 150
355355
pidfile /tmp/redis_stable_cluster_node1.pid
356356
logfile /tmp/redis_stable_cluster_node1.log
357357
save ""
@@ -365,7 +365,7 @@ daemonize yes
365365
protected-mode no
366366
requirepass cluster
367367
port 7480
368-
cluster-node-timeout 15000
368+
cluster-node-timeout 150
369369
pidfile /tmp/redis_stable_cluster_node2.pid
370370
logfile /tmp/redis_stable_cluster_node2.log
371371
save ""
@@ -379,7 +379,7 @@ daemonize yes
379379
protected-mode no
380380
requirepass cluster
381381
port 7481
382-
cluster-node-timeout 15000
382+
cluster-node-timeout 150
383383
pidfile /tmp/redis_stable_cluster_node3.pid
384384
logfile /tmp/redis_stable_cluster_node3.log
385385
save ""

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<plugin>
235235
<groupId>org.jacoco</groupId>
236236
<artifactId>jacoco-maven-plugin</artifactId>
237-
<version>0.8.12</version>
237+
<version>0.8.13</version>
238238
<executions>
239239
<execution>
240240
<goals>

src/test/resources/env/cluster-unbound/config/node-7379-8379/redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ port 7379
33
tls-port 8379
44
requirepass cluster
55
tls-auth-clients no
6-
cluster-node-timeout 15000
6+
cluster-node-timeout 150
77
save ""
88
appendonly no
99
cluster-enabled yes
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
bind 0.0.0.0
2-
requirepass cluster
32
port 7380
43
tls-port 8380
4+
requirepass cluster
55
tls-auth-clients no
6+
cluster-node-timeout 150
67
save ""
78
appendonly no
89
cluster-enabled yes

src/test/resources/env/cluster-unbound/config/node-7381-8381/redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ port 7381
33
tls-port 8381
44
requirepass cluster
55
tls-auth-clients no
6-
cluster-node-timeout 15000
6+
cluster-node-timeout 150
77
save ""
88
appendonly no
99
cluster-enabled yes

src/test/resources/env/cluster-unbound/config/node-7382-8382/redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requirepass cluster
33
port 7382
44
tls-port 8382
55
tls-auth-clients no
6-
cluster-node-timeout 15000
6+
cluster-node-timeout 150
77
save ""
88
appendonly no
99
cluster-enabled yes

src/test/resources/env/cluster-unbound/config/node-7383-8383/redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ port 7383
33
tls-port 8383
44
requirepass cluster
55
tls-auth-clients no
6-
cluster-node-timeout 15000
6+
cluster-node-timeout 150
77
save ""
88
appendonly no
99
cluster-enabled yes

0 commit comments

Comments
 (0)