Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unstable integration test TestAuth_ClientID/Auth_ClientID #539

Open
Rosalita opened this issue Jun 1, 2022 · 0 comments
Open

Unstable integration test TestAuth_ClientID/Auth_ClientID #539

Rosalita opened this issue Jun 1, 2022 · 0 comments
Labels
failing-test Where an automated test is failing either locally or in CI. Perhaps flakey, wrong or bug.

Comments

@Rosalita
Copy link
Contributor

Rosalita commented Jun 1, 2022

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 Rosalita added the failing-test Where an automated test is failing either locally or in CI. Perhaps flakey, wrong or bug. label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failing-test Where an automated test is failing either locally or in CI. Perhaps flakey, wrong or bug.
Development

No branches or pull requests

1 participant