mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
feat: Temporary run test 30 times
Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>
This commit is contained in:
parent
f33036db2a
commit
78bfb0fc26
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ async def test_tiered_entries_throttle(async_client: aioredis.Redis):
|
||||||
("STREAM"),
|
("STREAM"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@pytest.mark.repeat(30)
|
||||||
@pytest.mark.slow
|
@pytest.mark.slow
|
||||||
async def test_big_value_serialization_memory_limit(df_factory, cont_type):
|
async def test_big_value_serialization_memory_limit(df_factory, cont_type):
|
||||||
dbfilename = f"dump_{tmp_file_name()}"
|
dbfilename = f"dump_{tmp_file_name()}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue