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

flaky test integrationtest.sh #47432

Closed
Tracked by #41316
D3Hunter opened this issue Oct 8, 2023 · 1 comment
Closed
Tracked by #41316

flaky test integrationtest.sh #47432

D3Hunter opened this issue Oct 8, 2023 · 1 comment
Labels
type/bug The issue is confirmed as a bug.

Comments

@D3Hunter
Copy link
Contributor

D3Hunter commented Oct 8, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

https://do.pingcap.net/jenkins/blue/organizations/jenkins/pingcap%2Ftidb%2Fghpr_check2/detail/ghpr_check2/30640/pipeline/445

seems due to unstable order

time="2023-10-08T12:00:37+08:00" level=error msg="run test [planner/core/integration_partition] err: sql:select * from t where a < 2;: failed to run query 
\"select * from t where a < 2;\" 
 around line 642, 
 we need(116):
 select * from t where a < 2;
 a\tb\tc
-2147483648\t0000-00-00 00:00:00\t
-2147483648\t0000-00-00 00:00:00\tNULL
1\tNULL\tWow

but got(116):
select * from t where a < 2;
a\tb\tc
-2147483648\t0000-00-00 00:00:00\tNULL
-2147483648\t0000-00-00 00:00:00\t
1\tNULL\tWow

"

1. Minimal reproduce step (Required)

2. What did you expect to see? (Required)

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

master

@D3Hunter D3Hunter added the type/bug The issue is confirmed as a bug. label Oct 8, 2023
@Defined2014
Copy link
Contributor

fixed by pingcap/mysql-tester#108 and #47358

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

2 participants