From cb9647e811f9438d8a8ea403df85ef3311613d4e Mon Sep 17 00:00:00 2001 From: ThreadDao Date: Tue, 26 Oct 2021 22:54:20 +0800 Subject: [PATCH] [skip ci] Comment out memory stress case (#10704) Signed-off-by: ThreadDao --- tests/python_client/chaos/test_chaos_memory_stress.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/python_client/chaos/test_chaos_memory_stress.py b/tests/python_client/chaos/test_chaos_memory_stress.py index 4f0ab4b3f7..d80243d753 100644 --- a/tests/python_client/chaos/test_chaos_memory_stress.py +++ b/tests/python_client/chaos/test_chaos_memory_stress.py @@ -137,4 +137,12 @@ class TestChaosData: @pytest.mark.tags(CaseLabel.L3) @pytest.mark.parametrize('chaos_yaml', get_chaos_yamls()) def test_chaos_memory_stress_indexnode(self, connection, chaos_yaml): + """ + target: test inject memory stress into indexnode + method: 1.Deploy milvus and limit indexnode memory resource + 2.Create collection and insert some data + 3.Create index + 4.Inject memory stress chaos + expected: + """ pass