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
path: root/ui
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-11-04 17:40:46 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-11-04 17:40:46 +0300
commitb38369327ee3f5b69ee32fa526fba301a4666283 (patch)
tree063a5b398ded863c3288f580bac41c026179a651 /ui
parent1aafd0db747170bfd6b13647961326bfe8dbf0dd (diff)
.......... [DEV-2329] added backup/restore annotation
Diffstat (limited to 'ui')
-rw-r--r--ui/tests/integration/testProxyConfSync.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/tests/integration/testProxyConfSync.php b/ui/tests/integration/testProxyConfSync.php
index 9a3a47bb9a9..ac1a73ae170 100644
--- a/ui/tests/integration/testProxyConfSync.php
+++ b/ui/tests/integration/testProxyConfSync.php
@@ -1513,6 +1513,11 @@ class testProxyConfSync extends CIntegrationTest
*/
public function testProxyConfSync_Insert()
{
+ self::stopComponent(self::COMPONENT_SERVER);
+ self::clearLog(self::COMPONENT_SERVER);
+ self::stopComponent(self::COMPONENT_PROXY);
+ self::clearLog(self::COMPONENT_PROXY);
+
$this->purgeExisting('host', 'hostids');
$this->purgeExisting('proxy', 'extend');
$this->purgeExisting('template', 'templateids');
@@ -1522,11 +1527,6 @@ class testProxyConfSync extends CIntegrationTest
$this->purgeHostGroups();
$this->purgeGlobalMacros();
- self::stopComponent(self::COMPONENT_SERVER);
- self::clearLog(self::COMPONENT_SERVER);
- self::stopComponent(self::COMPONENT_PROXY);
- self::clearLog(self::COMPONENT_PROXY);
-
$this->loadInitialConfiguration();
self::startComponent(self::COMPONENT_SERVER);