Skip to content
Snippets Groups Projects
Commit 4f6d19d3 authored by Georgy Moshkin's avatar Georgy Moshkin :speech_balloon:
Browse files

test: fix test_migration_lock flakiness (use alter system)

parent 299450c0
No related branches found
No related tags found
1 merge request!1303fix: expel is blocked until buckets are rebalanced from last instance
......@@ -1062,9 +1062,7 @@ def test_migration_lock(cluster: Cluster):
# Decrease auto_offline_timeout so that sentinel notices that the instance
# disappeared quicker
i1.sql(
""" UPDATE "_pico_property" SET "value" = 1 WHERE "key" = 'auto_offline_timeout' """
)
i1.sql(""" ALTER SYSTEM SET auto_offline_timeout = 1 """)
# successfully install v0.1.0
i2.call(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment