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

unstable test testStaleTxnSuite.TestStaleSelect #25457

Closed
tidb-ci-bot opened this issue Jun 15, 2021 · 3 comments
Closed

unstable test testStaleTxnSuite.TestStaleSelect #25457

tidb-ci-bot opened this issue Jun 15, 2021 · 3 comments
Assignees
Labels
severity/major sig/transaction SIG:Transaction type/bug The issue is confirmed as a bug.

Comments

@tidb-ci-bot
Copy link

Bug Report

stale_txn_test.go:844:
    tk.MustQuery("execute v").Check(staleRows)
/home/jenkins/agent/workspace/tidb-unit-test-nightly/go/src/github.com/pingcap/tidb/util/testkit/testkit.go:63:
    res.c.Assert(resBuff.String(), check.Equals, needBuff.String(), res.comment)
... obtained string = "" +
...     "[1 <nil> <nil>]\n" +
...     "[2 <nil> <nil>]\n" +
...     "[3 <nil> <nil>]\n" +
...     "[4 5 <nil>]\n" +
...     "[4 4 4]\n"
... expected string = "" +
...     "[1 <nil>]\n" +
...     "[2 <nil>]\n" +
...     "[3 <nil>]\n" +
...     "[4 5]\n"
... sql:execute v, args:[]

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

in ci https://ci.pingcap.net/blue/organizations/jenkins/tidb-unit-test-nightly/detail/tidb-unit-test-nightly/674/pipeline/

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

master a45b3aa

@cfzjywxk
Copy link
Contributor

@xhebox PTAL

@xhebox xhebox self-assigned this Aug 31, 2021
@xhebox
Copy link
Contributor

xhebox commented Aug 31, 2021

@cfzjywxk Thanks for the reminding, there is already a merged PR for this issue: #26840. We could close it for now. If there are more unstable cases, we could reopen it.

@github-actions
Copy link

Please check whether the issue should be labeled with 'affects-x.y' or 'backport-x.y.z',
and then remove 'needs-more-info' label.

@xhebox xhebox added affects-5.2 This bug affects 5.2.x versions. and removed affects-5.2 This bug affects 5.2.x versions. needs-more-info labels Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major sig/transaction SIG:Transaction type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

4 participants