fix(snapshot_test): Fix test_big_value_serialization_memory_limit after adding streams support (#4383)

* fix(snapshot_test): Fix test_big_value_serialization_memory_limit after adding streams support

Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>

* feat: Temporary run test 30 times

Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>

* fix: Remove repeat

Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>

* Revert "fix: Remove repeat"

This reverts commit b7f1ed90b2.

* Revert "feat: Temporary run test 30 times"

This reverts commit 78bfb0fc26.

* Revert "fix(snapshot_test): Fix test_big_value_serialization_memory_limit after adding streams support"

This reverts commit f33036db2a.

* refactor: address comments

Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>

---------

Signed-off-by: Stepan Bagritsevich <stefan@dragonflydb.io>
This commit is contained in:
Stepan Bagritsevich 2024-12-30 17:38:57 +04:00 committed by GitHub
parent b7532538fe
commit 5e7acbb396
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -574,7 +574,6 @@ async def test_tiered_entries_throttle(async_client: aioredis.Redis):
("SET"),
("ZSET"),
("LIST"),
("STREAM"),
],
)
@pytest.mark.slow