ably-go icon indicating copy to clipboard operation
ably-go copied to clipboard

Unstable integration test TestAuth_ClientID/Auth_ClientID

Open Rosalita opened this issue 2 years ago • 0 comments

Link to test run where this test failed for integration-test (1.17, json)

https://github.com/ably/ably-go/runs/6690535221?check_suite_focus=true

Link to test observability server for this run

https://test-observability.herokuapp.com/repos/ably/ably-go/uploads/edabc612-128e-44f8-aed6-73a351d622a7

CI log

=== RUN   TestAuth_ClientID/Auth_ClientID
    auth_integration_test.go:529: 
        	Error Trace:	auth_integration_test.go:5[29](https://github.com/ably/ably-go/runs/6690535221?check_suite_focus=true#step:6:30)
        	Error:      	Not equal: 
        	            	expected: ably.ConnectionState{name:"FAILED"}
        	            	actual  : ably.ConnectionState{name:"CONNECTED"}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -1,3 +1,3 @@
        	            	 (ably.ConnectionState) {
        	            	- name: (string) (len=6) "FAILED"
        	            	+ name: (string) (len=9) "CONNECTED"
        	            	 }
        	Test:       	TestAuth_ClientID/Auth_ClientID
        	Messages:   	want state="FAILED"; got "CONNECTED"

This failure was seen on a CI run for a branch which only contained a whitespace change. This indicates we might have a problem with this test being unstable and we should investigate further.

┆Issue is synchronized with this Jira Task by Unito

Rosalita avatar Jun 01 '22 14:06 Rosalita