Skip to content

Commit

Permalink
fixup! fixup! Reproduce tedge-agent stuck on too many pending operations
Browse files Browse the repository at this point in the history
  • Loading branch information
didier-wenzek committed Jan 31, 2024
1 parent 9697290 commit 35315de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ On start process all the pending operations
${pid}= Execute Command pgrep -f '^/usr/bin/tedge-agent' strip=${True}
${timestamp}= Get Unix Timestamp
Execute Command sudo tedge mqtt pub 'te/device/main/service/tedge-agent/cmd/health/check' ''
${messages}= Should Have MQTT Messages te/device/main/service/tedge-agent/status/health date_from=${timestamp} minimum=1
${messages}= Should Have MQTT Messages te/device/main/service/tedge-agent/status/health date_from=${timestamp} minimum=1
Should Contain ${messages[0]} "pid":${pid}
Should Contain ${messages[0]} "status":"up"
FOR ${id} IN RANGE 1 12
Expand Down

0 comments on commit 35315de

Please sign in to comment.