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

chore: fix int tests

parent c62505e3
No related branches found
No related tags found
1 merge request!166feature: implement failure domains
......@@ -35,6 +35,7 @@ def raft_join(
instance_id,
replicaset_id,
address,
dict(), # failure_domains
timeout=timeout_seconds,
)
......@@ -130,6 +131,7 @@ def test_replication(cluster2: Cluster):
instance.eval("return box.info.cluster.uuid"),
None,
"Online",
dict(),
]
assert list(space_cluster) == [
......
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