We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838926f commit b058569Copy full SHA for b058569
tests/units/istate/manager/test_redis.py
@@ -72,6 +72,8 @@ async def test_basic_get_set(
72
state_manager_redis: The StateManagerRedis to test.
73
root_state: The root state class.
74
"""
75
+ state_manager_redis._oplock_enabled = False
76
+
77
token = str(uuid.uuid4())
78
79
fresh_state = await state_manager_redis.get_state(_substate_key(token, root_state))
@@ -90,6 +92,8 @@ async def test_modify(
90
92
91
93
94
95
96
97
98
99
# Initial modify should set count to 1
0 commit comments