@@ -33,21 +33,22 @@ jobs:
3333 - {redis: '7.2', ruby: '3.3', driver: 'hiredis', compose: compose.ssl.yaml}
3434 - {redis: '7.2', ruby: '3.3', compose: compose.replica.yaml, replica: '2'}
3535 - {redis: '8', ruby: '3.3', compose: compose.valkey.yaml, replica: '2'}
36- - {task: test_cluster_broken, redis: '7.2', restart: 'no', startup: '6'}
37- - {task: test_cluster_broken, redis: '6.2', restart: 'no', startup: '6'}
38- - {task: test_cluster_scale, redis: '7.2', compose: compose.scale.yaml, startup: '8'}
39- - {task: test_cluster_scale, redis: '6.2', compose: compose.scale.yaml, startup: '8'}
4036 - {redis: '7.2', ruby: '3.2', compose: compose.auth.yaml}
37+ - {task: test_cluster_broken, restart: 'no', startup: '6'}
4138 - {redis: '7.0', ruby: '3.1'}
4239 - {redis: '6.2', ruby: '3.0'}
4340 - {redis: '5.0', ruby: '2.7'}
44- - {task: test_cluster_state, redis: '8', pattern: 'PrimaryOnly', compose: compose.valkey.yaml, replica: '2', startup: '9'}
45- - {task: test_cluster_state, redis: '8', pattern: 'Pooled', compose: compose.valkey.yaml, replica: '2', startup: '9'}
46- - {task: test_cluster_state, redis: '8', pattern: 'ScaleReadRandom', compose: compose.valkey.yaml, replica: '2', startup: '9'}
47- - {task: test_cluster_state, redis: '8', pattern: 'ScaleReadRandomWithPrimary', compose: compose.valkey.yaml, replica: '2', startup: '9'}
48- - {task: test_cluster_state, redis: '8', pattern: 'ScaleReadLatency', compose: compose.valkey.yaml, replica: '2', startup: '9'}
41+ - {task: test_cluster_scale, pattern: 'Single', compose: compose.scale.yaml, startup: '8'}
42+ - {task: test_cluster_scale, pattern: 'Pipeline', compose: compose.scale.yaml, startup: '8'}
43+ - {task: test_cluster_scale, pattern: 'Transaction', compose: compose.scale.yaml, startup: '8'}
44+ - {task: test_cluster_scale, pattern: 'PubSub', compose: compose.scale.yaml, startup: '8'}
4945 - {ruby: 'jruby'}
5046 - {ruby: 'truffleruby'}
47+ - {task: test_cluster_state, pattern: 'PrimaryOnly', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
48+ - {task: test_cluster_state, pattern: 'Pooled', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
49+ - {task: test_cluster_state, pattern: 'ScaleReadRandom', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
50+ - {task: test_cluster_state, pattern: 'ScaleReadRandomWithPrimary', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
51+ - {task: test_cluster_state, pattern: 'ScaleReadLatency', compose: compose.valkey.yaml, redis: '8', replica: '2', startup: '9'}
5152 env :
5253 REDIS_VERSION : ${{ matrix.redis || '7.2' }}
5354 DOCKER_COMPOSE_FILE : ${{ matrix.compose || 'compose.yaml' }}
0 commit comments