提交 03ca3005 编写于 作者: M Minghao Li

refactor(sync): modify test, syncRespMgrTest.cpp

上级 fb9e62af
...@@ -64,10 +64,10 @@ void syncRespMgrGetTest(uint64_t i) { ...@@ -64,10 +64,10 @@ void syncRespMgrGetTest(uint64_t i) {
void syncRespMgrGetAndDelTest(uint64_t i) { void syncRespMgrGetAndDelTest(uint64_t i) {
printf("------syncRespMgrGetAndDelTest-------%" PRIu64 "-- \n", i); printf("------syncRespMgrGetAndDelTest-------%" PRIu64 "-- \n", i);
SRespStub stub; SRpcHandleInfo stub;
int32_t ret = syncRespMgrGetAndDel(pMgr, i, &stub); int32_t ret = syncRespMgrGetAndDel(pMgr, i, &stub);
if (ret == 1) { if (ret == 1) {
printStub(&stub); //printStub(&stub);
} else if (ret == 0) { } else if (ret == 0) {
printf("%" PRId64 " notFound \n", i); printf("%" PRId64 " notFound \n", i);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册