make some change

This commit is contained in:
Hongze Cheng 2021-12-01 15:06:32 +08:00
parent 755bc7a745
commit 53f5b22b54
1 changed files with 2 additions and 2 deletions

View File

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