Skip to content

Commit 1bfffef

Browse files
committed
Investigate server failures during 8.4 tests
1 parent d1cea54 commit 1bfffef

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/actions/run-tests/action.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ runs:
127127
128128
echo "::endgroup::"
129129
130-
echo "::group::RESP${protocol} cluster tests"
131-
invoke cluster-tests $eventloop --protocol=${protocol}
132-
echo "::endgroup::"
130+
# echo "::group::RESP${protocol} cluster tests"
131+
# invoke cluster-tests $eventloop --protocol=${protocol}
132+
# echo "::endgroup::"
133133
}
134134
135135
run_tests 2 "${{inputs.event-loop}}"
@@ -142,6 +142,8 @@ runs:
142142
sudo apt-get install -y redis-tools
143143
echo "Docker Containers:"
144144
docker ps
145+
ls -l dockers/standalone/node-0
146+
cat dockers/standalone/node-0/redis.log
145147
redis-cli -p 16379 CLUSTER NODES
146148
shell: bash
147149

.github/workflows/integration.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
max-parallel: 15
7777
fail-fast: false
7878
matrix:
79-
redis-version: ['8.4-RC1-pre.2', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9']
79+
#redis-version: ['8.4-RC1-pre', '${{ needs.redis_version.outputs.CURRENT }}', '8.0.2' ,'7.4.4', '7.2.9']
80+
redis-version: ['8.4-RC1-pre', '8.4-RC1-pre.2']
8081
python-version: ['3.10', '3.14']
8182
parser-backend: ['plain']
8283
event-loop: ['asyncio']

0 commit comments

Comments
 (0)