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
!276
test: align Cluster.add_instance args types
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
test: align Cluster.add_instance args types
align-pytest-typing
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Yaroslav Dynnikov
requested to merge
align-pytest-typing
into
master
2 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b9eb684c
1 commit,
2 years ago
2 files
+
21
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
test/int/test_joining.py
+
1
−
0
Options
@@ -348,6 +348,7 @@ def test_fail_to_join(cluster: Cluster):
# An instance with the given instance_id is already present in the cluster
# so this instance cannot join
# and therefore exits with failure
assert
i1
.
instance_id
is
not
None
cluster
.
fail_to_add_instance
(
instance_id
=
i1
.
instance_id
,
failure_domain
=
dict
(
owner
=
"
Jim
"
)
)
Loading