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

TestLeaderTransferAndMoveCluster is flaky #8726

Open
okJiang opened this issue Oct 18, 2024 · 0 comments
Open

TestLeaderTransferAndMoveCluster is flaky #8726

okJiang opened this issue Oct 18, 2024 · 0 comments
Labels
type/ci The issue is related to CI.

Comments

@okJiang
Copy link
Member

okJiang commented Oct 18, 2024

Flaky Test

Which jobs are failing

client_test.go:1074: 
        	Error Trace:	/home/runner/work/pd/pd/tests/integrations/client/client_test.go:1074
        	            				/home/runner/work/pd/pd/tests/integrations/client/client_test.go:179
        	Error:      	Received unexpected error:
        	            	[PD:etcd:ErrStartEtcd]listen tcp 127.0.0.1:39497: bind: address already in use: listen tcp 127.0.0.1:39497: bind: address already in use
        	            	github.com/pingcap/errors.AddStack
        	            		/home/runner/go/pkg/mod/github.com/pingcap/[email protected]/errors.go:174
        	            	github.com/pingcap/errors.(*Error).GenWithStackByCause
        	            		/home/runner/go/pkg/mod/github.com/pingcap/[email protected]/normalize.go:307
        	            	github.com/tikv/pd/server.(*Server).startEtcd
        	            		/home/runner/work/pd/pd/server/server.go:330
        	            	github.com/tikv/pd/server.(*Server).Run
        	            		/home/runner/work/pd/pd/server/server.go:619
        	            	github.com/tikv/pd/tests.(*TestServer).Run
        	            		/home/runner/work/pd/pd/tests/cluster.go:127
        	            	github.com/tikv/pd/tests.RunServer.func1
        	            		/home/runner/work/pd/pd/tests/cluster.go:577
        	            	runtime.goexit
        	            		/opt/hostedtoolcache/go/1.23.2/x64/src/runtime/asm_amd64.s:1700
        	            	github.com/tikv/pd/tests.RunServers
        	            		/home/runner/work/pd/pd/tests/cluster.go:589
        	            	github.com/tikv/pd/tests.(*TestCluster).RunInitialServers
        	            		/home/runner/work/pd/pd/tests/cluster.go:601
        	            	github.com/tikv/pd/tests/integrations/client_test.runServer
        	            		/home/runner/work/pd/pd/tests/integrations/client/client_test.go:1073
        	            	github.com/tikv/pd/tests/integrations/client_test.TestLeaderTransferAndMoveCluster
        	            		/home/runner/work/pd/pd/tests/integrations/client/client_test.go:179
        	            	testing.tRunner
        	            		/opt/hostedtoolcache/go/1.23.2/x64/src/testing/testing.go:[169](https://github.com/tikv/pd/actions/runs/11397067759/job/31712289550?pr=8724#step:4:170)0
        	            	runtime.goexit
        	            		/opt/hostedtoolcache/go/1.23.2/x64/src/runtime/asm_amd64.s:1700
        	Test:       	TestLeaderTransferAndMoveCluster

CI link

https://github.com/tikv/pd/actions/runs/11397067759/job/31712289550?pr=8724

Reason for failure (if possible)

Anything else

@okJiang okJiang added the type/ci The issue is related to CI. label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/ci The issue is related to CI.
Projects
None yet
Development

No branches or pull requests

1 participant