test(stream): add print info.
This commit is contained in:
parent
5c817d101a
commit
637e604368
|
@ -225,11 +225,18 @@ TEST_F(StreamTest, kill_checkpoint_trans) {
|
||||||
std::cout << "finish create reset status trans" << std::endl;
|
std::cout << "finish create reset status trans" << std::endl;
|
||||||
|
|
||||||
tFreeStreamObj(&stream);
|
tFreeStreamObj(&stream);
|
||||||
|
|
||||||
|
std::cout << "end1" << std::endl;
|
||||||
sdbCleanup(pMnode->pSdb);
|
sdbCleanup(pMnode->pSdb);
|
||||||
|
|
||||||
|
std::cout << "end2" << std::endl;
|
||||||
|
|
||||||
taosMemoryFree(pMnode);
|
taosMemoryFree(pMnode);
|
||||||
|
|
||||||
taosArrayDestroy(info.pUpdateNodeList);
|
taosArrayDestroy(info.pUpdateNodeList);
|
||||||
taosHashCleanup(info.pDBMap);
|
taosHashCleanup(info.pDBMap);
|
||||||
|
|
||||||
|
std::cout << "end3" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(StreamTest, plan_Test) {
|
TEST_F(StreamTest, plan_Test) {
|
||||||
|
|
Loading…
Reference in New Issue