From 78650cd847290f1135a4546ac7a7ca613c3386f7 Mon Sep 17 00:00:00 2001 From: jiajingbin <39030567+jiajingbin@users.noreply.github.com> Date: Sun, 19 Dec 2021 01:30:08 +0800 Subject: [PATCH] Update common.py --- .../perftest-scripts/taosadapter_perftest/src/common/common.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/perftest-scripts/taosadapter_perftest/src/common/common.py b/tests/perftest-scripts/taosadapter_perftest/src/common/common.py index 48dc9c7249..9ae236972d 100644 --- a/tests/perftest-scripts/taosadapter_perftest/src/common/common.py +++ b/tests/perftest-scripts/taosadapter_perftest/src/common/common.py @@ -137,8 +137,6 @@ class Common: ''' recreate jmeter report path ''' - if config["jmeter"]["clean_aggregate_report"]: - self.exec_local_cmd(f'sudo rm -rf {self.log_dir}/testcase*') if os.path.exists(path): self.exec_local_cmd(f'rm -rf {path}/*') else: -- GitLab