fix: make CI happy

This commit is contained in:
yihaoDeng 2022-09-09 18:30:02 +08:00
parent 11a8237975
commit bfcb181662
1 changed files with 4 additions and 0 deletions

View File

@ -1445,9 +1445,13 @@ int transReleaseCliHandle(void* handle) {
STransMsg tmsg = {.info.handle = handle, .info.ahandle = (void*)0x9527};
TRACE_SET_MSGID(&tmsg.info.traceId, tGenIdPI64());
STransConnCtx* pCtx = taosMemoryCalloc(1, sizeof(STransConnCtx));
pCtx->ahandle = tmsg.info.ahandle;
SCliMsg* cmsg = taosMemoryCalloc(1, sizeof(SCliMsg));
cmsg->msg = tmsg;
cmsg->type = Release;
cmsg->ctx = pCtx;
STraceId* trace = &tmsg.info.traceId;
tGDebug("send release request at thread:%08" PRId64 "", pThrd->pid);