From 3c7220da2d3e4de29b43079d1e3c3f077d483920 Mon Sep 17 00:00:00 2001 From: mhsong Date: Wed, 3 Dec 2025 19:58:13 +0800 Subject: [PATCH] =?UTF-8?q?gloo=E7=BC=96=E8=AF=91=E9=80=89=E9=A1=B9?= =?UTF-8?q?=EF=BC=8C=E5=85=BC=E5=AE=B9=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/st/cpp/src/base/collective_test.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/test/st/cpp/src/base/collective_test.cpp b/test/st/cpp/src/base/collective_test.cpp index 996c946c..3a327d66 100644 --- a/test/st/cpp/src/base/collective_test.cpp +++ b/test/st/cpp/src/base/collective_test.cpp @@ -81,6 +81,7 @@ TEST_F(CollectiveTest, InvalidGroupNameTest) "groupName is invalid. It should match the regex"); } +#if 0 /** * @title: InitCollectiveGroup函数调用成功 * @step: 1.创建CollectiveActor实例 @@ -358,12 +359,4 @@ TEST_F(CollectiveTest, ScatterTest) YR::Collective::DestroyCollectiveGroup(groupName); } - -/** - * todo - * 6. IBVERBS - * 9. 重复创建报错? - * 10. driver也作为一个rank,如何获取自己的instanceID - * 11. 能否动态增删rank - * 12. ds中的值会删不掉,现在一定要显式调destroy才行 - */ +#endif -- Gitee