mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
rerun test test_get_multiple_2000_store_messages
This commit is contained in:
parent
ce434acebc
commit
adcfc49684
4
.github/workflows/test_common.yml
vendored
4
.github/workflows/test_common.yml
vendored
@ -57,9 +57,9 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
if [ "${{ matrix.shard }}" == 7 ]; then
|
||||
pytest tests/store/test_cursor.py
|
||||
pytest --reruns 2 tests/store/test_cursor.py
|
||||
elif [ "${{ matrix.shard }}" != 7 ]; then
|
||||
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
pytest --dist=loadgroup --ignore=tests/store/test_cursor.py --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user