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

TestPreparingProgress is flaky #8693

Open
okJiang opened this issue Oct 11, 2024 · 8 comments · Fixed by #8808 or #8966
Open

TestPreparingProgress is flaky #8693

okJiang opened this issue Oct 11, 2024 · 8 comments · Fixed by #8808 or #8966
Labels
type/ci The issue is related to CI.

Comments

@okJiang
Copy link
Member

okJiang commented Oct 11, 2024

Flaky Test

Which jobs are failing

TestPreparingProgress

    api_test.go:1108: 
        	Error Trace:	/home/runner/work/pd/pd/tests/server/api/api_test.go:1108
        	            				/home/runner/work/pd/pd/tests/server/api/api_test.go:1012
        	Error:      	Not equal: 
        	            	expected: 404
        	            	actual  : 200
        	Test:       	TestPreparingProgress

CI link

https://github.com/tikv/pd/actions/runs/11287900664/job/31394644984?pr=8685

Reason for failure (if possible)

Anything else

@okJiang okJiang added the type/ci The issue is related to CI. label Oct 11, 2024
@okJiang
Copy link
Member Author

okJiang commented Oct 15, 2024

@lhy1024
Copy link
Contributor

lhy1024 commented Oct 16, 2024

@lhy1024
Copy link
Contributor

lhy1024 commented Oct 31, 2024

@okJiang
Copy link
Member Author

okJiang commented Oct 31, 2024

ti-chi-bot bot added a commit that referenced this issue Nov 14, 2024
close #8693

Signed-off-by: Ryan Leung <rleungx@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
@lhy1024
Copy link
Contributor

lhy1024 commented Nov 18, 2024

@lhy1024 lhy1024 reopened this Nov 18, 2024
@lhy1024
Copy link
Contributor

lhy1024 commented Nov 26, 2024

@okJiang
Copy link
Member Author

okJiang commented Dec 31, 2024

@lhy1024
Copy link
Contributor

lhy1024 commented Jan 17, 2025

--- FAIL: TestPreparingProgress (10.93s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
	panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x429f40b]

goroutine 250 [running]:
testing.tRunner.func1.2({0x4896480, 0x7089ec0})
	/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1632 +0x3fc
testing.tRunner.func1()
	/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1635 +0x6b6
panic({0x4896480?, 0x7089ec0?})
	/opt/hostedtoolcache/go/1.23.4/x64/src/runtime/panic.go:785 +0x132
github.com/tikv/pd/tests.MustPutStore(0xc00077f100, 0xc0013efce0, 0xc0004c2aa0)
	/home/runner/work/pd/pd/tests/testutil.go:214 +0x6eb
github.com/tikv/pd/tests/server/api.TestPreparingProgress(0xc0004de9c0)
	/home/runner/work/pd/pd/tests/server/api/api_test.go:1035 +0x1b6d
testing.tRunner(0xc0004de9c0, 0x55a0c80)
	/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1690 +0x227
created by testing.(*T).Run in goroutine 1
	/opt/hostedtoolcache/go/1.23.4/x64/src/testing/testing.go:1743 +0x826
run all tasks takes 3m16.348446623s

https://github.com/tikv/pd/actions/runs/12824827393/job/35761655346

@lhy1024 lhy1024 reopened this Jan 17, 2025
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