diff --git a/source/dnode/vnode/impl/test/vnodeApiTests.cpp b/source/dnode/vnode/impl/test/vnodeApiTests.cpp index 853524e511..493fe4448b 100644 --- a/source/dnode/vnode/impl/test/vnodeApiTests.cpp +++ b/source/dnode/vnode/impl/test/vnodeApiTests.cpp @@ -120,7 +120,7 @@ TEST(vnodeApiTest, vnodeOpen_vnodeClose_test) { { // Create some child tables - int ntables = 50000; + int ntables = 100000; int batch = 10; for (int i = 0; i < ntables / batch; i++) { SArray *pMsgs = (SArray *)taosArrayInit(batch, sizeof(SRpcMsg *)); @@ -153,7 +153,7 @@ TEST(vnodeApiTest, vnodeOpen_vnodeClose_test) { taosArrayDestroy(pMsgs); - std::cout << "the " << i << "th batch is created" << std::endl; + // std::cout << "the " << i << "th batch is created" << std::endl; } }