tests: Add reproduce #13766 scenario

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
Marek Siarkowicz
2023-01-13 21:12:57 +01:00
parent 09b5663301
commit a0d12d316d
4 changed files with 41 additions and 18 deletions

View File

@@ -10,17 +10,17 @@ jobs:
uses: ./.github/workflows/linearizability-template.yaml
with:
ref: main
count: 300
testTimeout: 170m
count: 100
testTimeout: 200m
test-35:
uses: ./.github/workflows/linearizability-template.yaml
with:
ref: release-3.5
count: 300
testTimeout: 170m
count: 100
testTimeout: 200m
test-34:
uses: ./.github/workflows/linearizability-template.yaml
with:
ref: release-3.4
count: 300
testTimeout: 170m
count: 100
testTimeout: 200m

View File

@@ -15,7 +15,7 @@ on:
permissions: read-all
jobs:
test:
timeout-minutes: 180
timeout-minutes: 210
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

View File

@@ -6,5 +6,5 @@ jobs:
uses: ./.github/workflows/linearizability-template.yaml
with:
ref: ${{ github.ref }}
count: 60
count: 15
testTimeout: 30m