redis-benchmarks-specification icon indicating copy to clipboard operation
redis-benchmarks-specification copied to clipboard

[BUG]: regression_comment.edit(comment_body) on coordinator should handle failed/missing comment

Open fcostaoliveira opened this issue 1 year ago • 1 comments

	
2024-07-26 20:59:33 INFO Consuming from group runners-cg:redis/redis/commits-intel64-ubuntu22.04-redis-icx1. Consumer id runners-cg:redis/redis/commits-intel64-ubuntu22.04-redis-icx1-self-contained-proc#1
	
	
	
	
github.GithubException.UnknownObjectException: 404 {"message": "Not Found", "documentation_url": "https://docs.github.com/rest/issues/comments#update-an-issue-comment", "status": "404"}
	
	
    raise self.__createException(status, responseHeaders, output)
	
	
  File "/usr/local/lib/python3.10/dist-packages/github/Requester.py", line 423, in __check
	
	
    return self.__check(
	
	
  File "/usr/local/lib/python3.10/dist-packages/github/Requester.py", line 398, in requestJsonAndCheck
	
	
    headers, data = self._requester.requestJsonAndCheck(
	
	
  File "/usr/local/lib/python3.10/dist-packages/github/IssueComment.py", line 130, in edit
	
	
    regression_comment.edit(comment_body)
	
	
  File "/usr/local/lib/python3.10/dist-packages/redis_benchmarks_specification/__common__/github.py", line 142, in update_comment_if_needed
	
	
    update_comment_if_needed(

fcostaoliveira avatar Jul 27 '24 04:07 fcostaoliveira