From fc75924a423bd2acc9c6dc74cdeb644927a937cd Mon Sep 17 00:00:00 2001 From: ryjiang Date: Tue, 13 Aug 2024 15:11:24 +0800 Subject: [PATCH] drop collection after testing Signed-off-by: ryjiang --- test/grpc/Collection.spec.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/grpc/Collection.spec.ts b/test/grpc/Collection.spec.ts index 33d56e2..63ec2b3 100644 --- a/test/grpc/Collection.spec.ts +++ b/test/grpc/Collection.spec.ts @@ -82,6 +82,11 @@ describe(`Collection API`, () => { formatKeyValueData(describe.properties, ['mmap.enabled'])['mmap.enabled'] ) ).toEqual(true); + + // drop collection + await milvusClient.dropCollection({ + collection_name: COLLECTION_WITH_PROPERTY, + }); }); it(`Should get pk fieldname successfully`, async () => {