We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d0e88 commit 4c980eeCopy full SHA for 4c980ee
release_tester/arangodb/starter/deployments/cluster.py
@@ -568,6 +568,7 @@ def test_hotbackup_impl(self):
568
self.create_backup_and_upload("thy_name_is_" + self.name + "_plus1_server_minus1_server", False)
569
570
with step("step 6: create non-backup data"):
571
+ self._check_for_shards_in_sync()
572
self.create_non_backup_data()
573
self.tcp_ping_all_nodes()
574
@@ -611,6 +612,7 @@ def test_hotbackup_impl(self):
611
612
self.remove_starter_dbserver(old_servers[1])
613
614
with step("step 14: create non-backup data"):
615
616
617
618
0 commit comments