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

TestDisableSchedulingServiceFallback is flaky #8926

Open
rleungx opened this issue Dec 17, 2024 · 1 comment
Open

TestDisableSchedulingServiceFallback is flaky #8926

rleungx opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
type/ci The issue is related to CI.

Comments

@rleungx
Copy link
Member

rleungx commented Dec 17, 2024

Flaky Test

Which jobs are failing

    server_test.go:109: 
        	Error Trace:	/home/runner/work/pd/pd/tests/integrations/mcs/scheduling/server_test.go:109
        	Error:      	Should NOT be empty, but was 
        	Test:       	TestServerTestSuite/TestAllocIDAfterLeaderChange
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x42186f0]

goroutine 450604 [running]:
github.com/tikv/pd/tests/integrations/mcs/scheduling.(*serverTestSuite).TestDisableSchedulingServiceFallback.func1()
	/home/runner/work/pd/pd/tests/integrations/mcs/scheduling/server_test.go:262 +0x50
github.com/stretchr/testify/assert.Eventually.func1()
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/assert/assertions.go:1902 +0x34
created by github.com/stretchr/testify/assert.Eventually in goroutine 450613
	/home/runner/go/pkg/mod/github.com/stretchr/[email protected]/assert/assertions.go:1902 +0x3d6

CI link

https://github.com/tikv/pd/actions/runs/12367690342/job/34516396487?pr=8887

Reason for failure (if possible)

Anything else

@rleungx rleungx added the type/ci The issue is related to CI. label Dec 17, 2024
@bufferflies bufferflies self-assigned this Dec 20, 2024
@bufferflies
Copy link
Contributor

let me fix it

ti-chi-bot bot added a commit that referenced this issue Dec 26, 2024
ref #8926

Signed-off-by: bufferflies <[email protected]>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
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

Successfully merging a pull request may close this issue.

2 participants