Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
4f6d19d3
Commit
4f6d19d3
authored
5 months ago
by
Georgy Moshkin
Browse files
Options
Downloads
Patches
Plain Diff
test: fix test_migration_lock flakiness (use alter system)
parent
299450c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1303
fix: expel is blocked until buckets are rebalanced from last instance
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/int/test_plugin.py
+1
-3
1 addition, 3 deletions
test/int/test_plugin.py
with
1 addition
and
3 deletions
test/int/test_plugin.py
+
1
−
3
View file @
4f6d19d3
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment