Skip to content

flaky test integrationtest.sh #47432

@D3Hunter

Description

@D3Hunter

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions