未验证 提交 cc95929f 编写于 作者: Z zhuwenxing 提交者: GitHub

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

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 6ea7340d
...@@ -123,7 +123,7 @@ class TestChaos(TestChaosBase): ...@@ -123,7 +123,7 @@ class TestChaos(TestChaosBase):
# parse chaos object # parse chaos object
chaos_config = cc.gen_experiment_config(chaos_yaml) chaos_config = cc.gen_experiment_config(chaos_yaml)
self._chaos_config = chaos_config # cache the chaos config for tear down 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 # parse the test expectations in testcases.yaml
if self.parser_testcase_config(chaos_yaml) is False: if self.parser_testcase_config(chaos_yaml) is False:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册