make some change
This commit is contained in:
parent
755bc7a745
commit
53f5b22b54
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue