Skip to content

Commit d792001

Browse files
committed
test: investigate hanging failover test
1 parent 3156fc7 commit d792001

File tree

4 files changed

+712
-683
lines changed

4 files changed

+712
-683
lines changed

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: [ "3.8", "3.11" ]
22-
engine-version: [ "lts", "latest" ]
23-
environment: ["mysql", "pg"]
21+
python-version: [ "3.11" ]
22+
engine-version: [ "latest" ]
23+
environment: [ "mysql" ]
2424

2525
steps:
2626
- name: 'Clone repository'
@@ -57,6 +57,7 @@ jobs:
5757
RDS_DB_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
5858
AURORA_MYSQL_DB_ENGINE_VERSION: ${{ matrix.engine-version }}
5959
AURORA_PG_ENGINE_VERSION: ${{ matrix.engine-version }}
60+
NUM_INSTANCES: 2
6061

6162
- name: 'Archive results'
6263
if: always()

0 commit comments

Comments
 (0)