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 testDBSuite2.TestAddUniqueIndexRollback #25456

Closed
tidb-ci-bot opened this issue Jun 15, 2021 · 3 comments · Fixed by #26513
Closed

unstable test testDBSuite2.TestAddUniqueIndexRollback #25456

tidb-ci-bot opened this issue Jun 15, 2021 · 3 comments · Fixed by #26513
Assignees
Labels
severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.

Comments

@tidb-ci-bot
Copy link

Bug Report

db_test.go:294:
    testAddIndexRollback(c, s.store, s.lease, idxName, addIdxSQL, errMsg, hasNullValsInKey)
db_test.go:372:
    c.Assert(err.Error(), Equals, errMsg, Commentf("err:%v", err))
... obtained string = "[kv:1062]Duplicate entry '2039' for key 'c3_index'"
... expected string = "[kv:1062]Duplicate entry '2038' for key 'c3_index'"
... err:[kv:1062]Duplicate entry '2039' for key 'c3_index'

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/663/pipeline/

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

3. What did you see instead (Required)

4. What is your TiDB version? (Required)

master 57fa70a

@zhouqiang-cl
Copy link
Contributor

@zimulala
Copy link
Contributor

It feels similar to the reason for this issue #25634.

@ti-srebot
Copy link
Contributor

Please edit this comment or add a new comment to complete the following information

Not a bug

  1. Remove the 'type/bug' label
  2. Add notes to indicate why it is not a bug

Duplicate bug

  1. Add the 'type/duplicate' label
  2. Add the link to the original bug

Bug

Note: Make Sure that 'component', and 'severity' labels are added
Example for how to fill out the template: #20100

1. Root Cause Analysis (RCA) (optional)

2. Symptom (optional)

3. All Trigger Conditions (optional)

4. Workaround (optional)

5. Affected versions

6. Fixed versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity/major sig/sql-infra SIG: SQL Infra type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants