Skip to content

Commit 4c980ee

Browse files
committed
make sure clusters are in ok condition before creating new collections
1 parent 99d0e88 commit 4c980ee

File tree

1 file changed

+2
-0
lines changed
  • release_tester/arangodb/starter/deployments

1 file changed

+2
-0
lines changed

release_tester/arangodb/starter/deployments/cluster.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ def test_hotbackup_impl(self):
568568
self.create_backup_and_upload("thy_name_is_" + self.name + "_plus1_server_minus1_server", False)
569569

570570
with step("step 6: create non-backup data"):
571+
self._check_for_shards_in_sync()
571572
self.create_non_backup_data()
572573
self.tcp_ping_all_nodes()
573574

@@ -611,6 +612,7 @@ def test_hotbackup_impl(self):
611612
self.remove_starter_dbserver(old_servers[1])
612613

613614
with step("step 14: create non-backup data"):
615+
self._check_for_shards_in_sync()
614616
self.create_non_backup_data()
615617
self.tcp_ping_all_nodes()
616618

0 commit comments

Comments
 (0)