mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
Mark test_get_multiple_2000_store_messages to run in shard 1
This commit is contained in:
parent
2b01284f24
commit
36563f7864
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest --dist=loadgroup -k "test_get_multiple_2000_store_messages" -n 1 --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
pytest --dist=loadgroup --reruns 2 --shard-id=${{ matrix.shard }} --num-shards=11 --alluredir=allure-results
|
||||
|
||||
- name: Get allure history
|
||||
if: always()
|
||||
|
||||
@ -10,6 +10,7 @@ from src.steps.store import StepsStore
|
||||
class TestCursor(StepsStore):
|
||||
# we implicitly test the reusabilty of the cursor for multiple nodes
|
||||
|
||||
@pytest.mark.shard1
|
||||
def test_get_multiple_2000_store_messages(self):
|
||||
expected_message_hash_list = []
|
||||
for i in range(2000):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user