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

TestConcurrentlyReset is unstable #6898

Open
lhy1024 opened this issue Aug 6, 2023 · 5 comments · Fixed by #8082
Open

TestConcurrentlyReset is unstable #6898

lhy1024 opened this issue Aug 6, 2023 · 5 comments · Fixed by #8082
Labels
type/ci The issue is related to CI.

Comments

@lhy1024
Copy link
Contributor

lhy1024 commented Aug 6, 2023

Flaky Test

Which jobs are failing

2023-08-04T10:00:27.2580986Z === RUN   TestMicroserviceTSOServer/TestConcurrentlyReset
2023-08-04T10:00:27.2583758Z [2023/08/04 10:00:27.258 +00:00] [INFO] [handler.go:37] [reset-ts] [new-ts=443323050166321152] [ignore-smaller=false] [skip-upper-bound-check=false] [keyspace-group-id=0]
2023-08-04T10:00:27.2653657Z [2023/08/04 10:00:27.265 +00:00] [INFO] [handler.go:37] [reset-ts] [new-ts=443323050166321152] [ignore-smaller=false] [skip-upper-bound-check=false] [keyspace-group-id=0]
2023-08-04T10:00:27.2657681Z     server_test.go:115: 
2023-08-04T10:00:27.2658891Z         	Error Trace:	/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:115
2023-08-04T10:00:27.2660538Z         	            				/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:161
2023-08-04T10:00:27.2661801Z         	            				/opt/hostedtoolcache/go/1.20.1/x64/src/runtime/asm_amd64.s:1598
2023-08-04T10:00:27.2663310Z         	Error:      	Error "[PD:tso:ErrResetUserTimestamp]reset user timestamp failed, the specified ts is too larger than now" does not contain "is smaller than now"
2023-08-04T10:00:27.2664548Z         	Test:       	TestMicroserviceTSOServer/TestConcurrentlyReset
2023-08-04T10:00:27.2665513Z     server_test.go:115: 
2023-08-04T10:00:27.2666398Z         	Error Trace:	/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:115
2023-08-04T10:00:27.2667977Z         	            				/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:161
2023-08-04T10:00:27.2669182Z         	            				/opt/hostedtoolcache/go/1.20.1/x64/src/runtime/asm_amd64.s:1598
2023-08-04T10:00:27.2670665Z         	Error:      	Error "[PD:tso:ErrResetUserTimestamp]reset user timestamp failed, the specified ts is too larger than now" does not contain "is smaller than now"
2023-08-04T10:00:27.2671654Z         	Test:       	TestMicroserviceTSOServer/TestConcurrentlyReset

CI link

https://github.com/tikv/pd/actions/runs/5760861853/job/15617635075?pr=6888

Reason for failure (if possible)

Anything else

@lhy1024 lhy1024 added the type/ci The issue is related to CI. label Aug 6, 2023
@lhy1024
Copy link
Contributor Author

lhy1024 commented Aug 29, 2023

It is the same error with #6385

@lhy1024
Copy link
Contributor Author

lhy1024 commented Sep 21, 2023

@lhy1024
Copy link
Contributor Author

lhy1024 commented Oct 27, 2023

ti-chi-bot bot added a commit that referenced this issue Apr 18, 2024
close #6898

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

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

HuSharp commented Sep 10, 2024

meet again

2024-09-10T07:48:20.9874895Z === RUN   TestMicroserviceTSOServer/TestConcurrentlyReset
2024-09-10T07:48:20.9876116Z [2024/09/10 07:48:08.004 +00:00] [INFO] [server.go:326] [reset-ts] [new-ts=452448613303320576] [ignore-smaller=false] [skip-upper-bound-check=false] [keyspace-group-id=0]
2024-09-10T07:48:20.9877664Z [2024/09/10 07:48:08.004 +00:00] [INFO] [server.go:326] [reset-ts] [new-ts=452448613303320576] [ignore-smaller=false] [skip-upper-bound-check=false] [keyspace-group-id=0]
2024-09-10T07:48:20.9878583Z     server_test.go:116: 
2024-09-10T07:48:20.9879451Z         	Error Trace:	/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:116
2024-09-10T07:48:20.9880666Z         	            				/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:162
2024-09-10T07:48:20.9881740Z         	            				/opt/hostedtoolcache/go/1.21.13/x64/src/runtime/asm_amd64.s:1650
2024-09-10T07:48:20.9883167Z         	Error:      	Error "[PD:tso:ErrResetUserTimestamp]reset user timestamp failed, the specified ts is too larger than now" does not contain "is smaller than now"
2024-09-10T07:48:20.9884364Z         	Test:       	TestMicroserviceTSOServer/TestConcurrentlyReset
2024-09-10T07:48:20.9884896Z     server_test.go:116: 
2024-09-10T07:48:20.9885725Z         	Error Trace:	/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:116
2024-09-10T07:48:20.9886907Z         	            				/home/runner/work/pd/pd/tests/integrations/tso/server_test.go:162
2024-09-10T07:48:20.9888077Z         	            				/opt/hostedtoolcache/go/1.21.13/x64/src/runtime/asm_amd64.s:1650
2024-09-10T07:48:20.9889539Z         	Error:      	Error "[PD:tso:ErrResetUserTimestamp]reset user timestamp failed, the specified ts is too larger than now" does not contain "is smaller than now"
2024-09-10T07:48:20.9890672Z         	Test:       	TestMicroserviceTSOServer/TestConcurrentlyReset

https://github.com/tikv/pd/actions/runs/10788038239/attempts/1?pr=8613

@HuSharp HuSharp reopened this Sep 10, 2024
@okJiang
Copy link
Member

okJiang commented Oct 16, 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

Successfully merging a pull request may close this issue.

3 participants