Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/tests/integration/testHighAvailability.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/tests/integration/testHighAvailability.php b/ui/tests/integration/testHighAvailability.php
index 3214d901078..17d9883aa50 100644
--- a/ui/tests/integration/testHighAvailability.php
+++ b/ui/tests/integration/testHighAvailability.php
@@ -209,6 +209,8 @@ class testHighAvailability extends CIntegrationTest {
$this->waitForLogLineToBePresent(self::COMPONENT_SERVER_HANODE1, '"'.self::NODE2_NAME.'" node switched to "active" mode');
$this->startComponent(self::COMPONENT_SERVER, 'HA manager started in standby mode');
+ $this->waitForLogLineToBePresent(self::COMPONENT_SERVER_HANODE1, 'started [trigger housekeeper');
+ sleep(1);
self::killComponent(self::COMPONENT_SERVER_HANODE1);