From 5e7acbb396080bf26914b8077ab93faba47c3706 Mon Sep 17 00:00:00 2001 From: Stepan Bagritsevich <43710058+BagritsevichStepan@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:38:57 +0400 Subject: [PATCH] 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 * feat: Temporary run test 30 times Signed-off-by: Stepan Bagritsevich * fix: Remove repeat Signed-off-by: Stepan Bagritsevich * Revert "fix: Remove repeat" This reverts commit b7f1ed90b21c313d0018d7fc16bcfde5609aae03. * Revert "feat: Temporary run test 30 times" This reverts commit 78bfb0fc2607bf364700c74ad1584470e1bcdae3. * Revert "fix(snapshot_test): Fix test_big_value_serialization_memory_limit after adding streams support" This reverts commit f33036db2ac9186ab900f9fa48e4343524eacc9c. * refactor: address comments Signed-off-by: Stepan Bagritsevich --------- Signed-off-by: Stepan Bagritsevich --- tests/dragonfly/snapshot_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/dragonfly/snapshot_test.py b/tests/dragonfly/snapshot_test.py index cb3f658fc..81fd7f7fc 100644 --- a/tests/dragonfly/snapshot_test.py +++ b/tests/dragonfly/snapshot_test.py @@ -574,7 +574,6 @@ async def test_tiered_entries_throttle(async_client: aioredis.Redis): ("SET"), ("ZSET"), ("LIST"), - ("STREAM"), ], ) @pytest.mark.slow