-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
severity/majorsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
db_test.go:277:
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 'PRIMARY'"
... expected string = "[kv:1062]Duplicate entry '2038' for key 'PRIMARY'"
... err:[kv:1062]Duplicate entry '2039' for key 'PRIMARY'
Please answer these questions before submitting your issue. Thanks!
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 57fa70a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
severity/majorsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.