Skip to content

Commit 1d00075

Browse files
committed
Debug cluster tests
1 parent 2e70267 commit 1d00075

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ runs:
7676
echo "::endgroup::"
7777
shell: bash
7878

79-
- name: Run RESP2 tests
79+
- name: Run tests
8080
run: |
8181
run_tests() {
8282
local protocol=$1
@@ -102,6 +102,13 @@ runs:
102102
run_tests 3
103103
shell: bash
104104

105+
- name: Debug
106+
if: failure()
107+
run: |
108+
echo "Docker Containers:"
109+
docker ps
110+
shell: bash
111+
105112
- name: Upload test results and profiling data
106113
uses: actions/upload-artifact@v4
107114
with:

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
max-parallel: 15
6464
fail-fast: false
6565
matrix:
66-
redis-version: ['8.0-M01', '7.4.1', '7.2.6', '6.2.16']
66+
redis-version: ['7.4.1'] #, '8.0-M01', '7.2.6', '6.2.16']
6767
python-version: ['3.8', '3.12']
6868
parser-backend: ['plain']
6969
event-loop: ['asyncio']

0 commit comments

Comments
 (0)