[skip ci]Refine log of test_chaos (#10513)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/10517/head
zhuwenxing 2021-10-23 18:29:19 +08:00 committed by GitHub
parent 6ea7340dd5
commit cc95929f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class TestChaos(TestChaosBase):
# parse chaos object
chaos_config = cc.gen_experiment_config(chaos_yaml)
self._chaos_config = chaos_config # cache the chaos config for tear down
log.info(chaos_config)
log.info(f"chaos_config: {chaos_config}")
# parse the test expectations in testcases.yaml
if self.parser_testcase_config(chaos_yaml) is False: