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
Merge requests
!1511
Dkr/investigate flaky
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dkr/investigate flaky
dkr/investigate-flaky
into
master
Overview
0
Commits
5
Pipelines
8
Changes
5
Merged
Dmitry Rodionov
requested to merge
dkr/investigate-flaky
into
master
3 months ago
Overview
0
Commits
5
Pipelines
8
Changes
5
Expand
Summary
Close:
#1032 (closed)
Cherry-pick to: none / 24.6
Docs follow-up: not necessary /
new issue
Changelog is updated
Edited
3 months ago
by
Dmitry Rodionov
0
0
Merge request reports
Compare
master
version 6
e3ff020c
3 months ago
version 5
91a50d32
3 months ago
version 4
8a169aa1
3 months ago
version 3
91a91501
3 months ago
version 2
c93d47e6
3 months ago
version 1
e708e5cf
3 months ago
master (base)
and
latest version
latest version
43b6a935
5 commits,
3 months ago
version 6
e3ff020c
5 commits,
3 months ago
version 5
91a50d32
5 commits,
3 months ago
version 4
8a169aa1
4 commits,
3 months ago
version 3
91a91501
3 commits,
3 months ago
version 2
c93d47e6
2 commits,
3 months ago
version 1
e708e5cf
1 commit,
3 months ago
5 files
+
20
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
test/int/test_couple.py
+
2
−
2
Options
@@ -91,10 +91,10 @@ def test_restart_both(cluster2: Cluster):
# This synchronization is necessary for proper test case reproducing.
# i1 has already initialized raft node but can't win election yet
# i2 starts discovery and should be able to advance further
Retriable
(
timeout
=
2
,
rps
=
10
).
call
(
check_alive
,
i1
)
Retriable
(
timeout
=
10
,
rps
=
10
).
call
(
check_alive
,
i1
)
i2
.
start
()
Retriable
(
timeout
=
2
,
rps
=
10
).
call
(
check_alive
,
i2
)
Retriable
(
timeout
=
10
,
rps
=
10
).
call
(
check_alive
,
i2
)
# Speed up elections
i2
.
promote_or_fail
()
Loading