Skip to content

Commit

Permalink
fix(snapshot_test): Fix test_big_value_serialization_memory_limit aft…
Browse files Browse the repository at this point in the history
…er adding streams support (#4383)

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

Signed-off-by: Stepan Bagritsevich <[email protected]>

* feat: Temporary run test 30 times

Signed-off-by: Stepan Bagritsevich <[email protected]>

* fix: Remove repeat

Signed-off-by: Stepan Bagritsevich <[email protected]>

* Revert "fix: Remove repeat"

This reverts commit b7f1ed9.

* Revert "feat: Temporary run test 30 times"

This reverts commit 78bfb0f.

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

This reverts commit f33036d.

* refactor: address comments

Signed-off-by: Stepan Bagritsevich <[email protected]>

---------

Signed-off-by: Stepan Bagritsevich <[email protected]>
  • Loading branch information
BagritsevichStepan authored Dec 30, 2024
1 parent b753253 commit 5e7acbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dragonfly/snapshot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@ async def test_tiered_entries_throttle(async_client: aioredis.Redis):
("SET"),
("ZSET"),
("LIST"),
("STREAM"),
],
)
@pytest.mark.slow
Expand Down

0 comments on commit 5e7acbb

Please sign in to comment.