other: add todo
This commit is contained in:
parent
30039bb53b
commit
3223cc0287
|
@ -1179,6 +1179,7 @@ static int32_t tqProcessTaskResumeImpl(void* handle, SStreamTask* pTask, int64_t
|
|||
return code;
|
||||
}
|
||||
|
||||
// todo: add test case for invalid rsp for resume: injection error for always return error
|
||||
int32_t tqStreamTaskProcessTaskResumeReq(void* handle, int64_t sversion, char* msg, bool fromVnode) {
|
||||
SVResumeStreamTaskReq* pReq = (SVResumeStreamTaskReq*)msg;
|
||||
|
||||
|
|
Loading…
Reference in New Issue