Skip to content

Flaky CI test #768

@mxpv

Description

@mxpv

The following unit tests fails on CI once in a while:

=== RUN   TestExecuteHook_CurlWebhook
    hooks_test.go:108: 
        	Error Trace:	/home/runner/work/podsync/podsync/pkg/feed/hooks_test.go:108
        	Error:      	Received unexpected error:
        	            	hook execution failed: signal: killed, output: {
        	            	  "args": {}, 
        	            	  "data": "", 
        	            	  "files": {}, 
        	            	  "form": {
        	            	    "Test Episode for Webhook": ""
        	            	  }, 
        	            	  "headers": {
        	            	    "Accept": "*/*", 
        	            	    "Content-Length": "24", 
        	            	    "Content-Type": "application/x-www-form-urlencoded", 
        	            	    "Host": "httpbin.org", 
        	            	    "User-Agent": "curl/8.5.0", 
        	            	    "X-Amzn-Trace-Id": "Root=1-68b0b848-31abeffa05e132b03d227118"
        	            	  }, 
        	            	  "json": null, 
        	            	  "origin": "172.182.226.21", 
        	            	  "url": "http://httpbin.org/post"
        	            	}
        	Test:       	TestExecuteHook_CurlWebhook
        	Messages:   	Curl webhook should execute successfully

Metadata

Metadata

Assignees

No one assigned

    Labels

    CIGithub CI related problem - failed jobs, outdated dependencies, release problem, etcbugCategory: This is a buggoPull requests that update Go code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions