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

[bug] Fix test case failure #910

Open
FZambia opened this issue Nov 2, 2024 · 0 comments
Open

[bug] Fix test case failure #910

FZambia opened this issue Nov 2, 2024 · 0 comments

Comments

@FZambia
Copy link
Member

FZambia commented Nov 2, 2024

Describe the bug. A clear and concise description of what the bug is.

Happened occasionally in CI:

=== RUN   TestHandleRefreshWithoutProxyServerStart
    refresh_handler_test.go:198: 
        	Error Trace:	/home/runner/work/centrifugo/centrifugo/internal/proxy/refresh_handler_test.go:198
        	Error:      	Not equal: 
        	            	expected: centrifuge.RefreshReply{Expired:false, ExpireAt:1730532433, Info:[]uint8(nil)}
        	            	actual  : centrifuge.RefreshReply{Expired:false, ExpireAt:1730532434, Info:[]uint8(nil)}
        	            	
        	            	Diff:
        	            	--- Expected
        	            	+++ Actual
        	            	@@ -2,3 +2,3 @@
        	            	  Expired: (bool) false,
        	            	- ExpireAt: (int64) 1730532433,
        	            	+ ExpireAt: (int64) 1730532434,
        	            	  Info: ([]uint8) <nil>
        	Test:       	TestHandleRefreshWithoutProxyServerStart
        	Messages:   	http
--- FAIL: TestHandleRefreshWithoutProxyServerStart (0.03s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant