mirror of https://github.com/milvus-io/milvus.git
[skip ci]Refine log of test_chaos (#10513)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/10517/head
parent
6ea7340dd5
commit
cc95929f12
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue