fix(stream):fix error in unit test cases.

This commit is contained in:
Haojun Liao 2024-04-15 18:40:51 +08:00
parent 665107ad3a
commit 87dfc1f931
1 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,8 @@ SRpcMsg buildHbReq() {
entry.id.taskId = 5; entry.id.taskId = 5;
entry.id.streamId = defStreamId; entry.id.streamId = defStreamId;
entry.checkpointId = 1; entry.checkpointInfo.activeId = 1;
entry.checkpointFailed = true; entry.checkpointInfo.failed = true;
taosArrayPush(msg.pTaskStatus, &entry); taosArrayPush(msg.pTaskStatus, &entry);
} }