[skip ci] Comment out memory stress case (#10704)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/10706/head
ThreadDao 2021-10-26 22:54:20 +08:00 committed by GitHub
parent d598c78bbf
commit cb9647e811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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