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 TestAdminCheckTable #42590

Closed
Tracked by #41316
hawkingrei opened this issue Mar 26, 2023 · 1 comment
Closed
Tracked by #41316

unstable test TestAdminCheckTable #42590

hawkingrei opened this issue Mar 26, 2023 · 1 comment
Labels
affects-7.1 affects-7.5 component/ddl This issue is related to DDL of TiDB. component/test severity/major type/bug The issue is confirmed as a bug.

Comments

@hawkingrei
Copy link
Member

Bug Report

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)

    testkit.go:135: 
        	Error Trace:	testkit/testkit.go:135
        	            				testkit/testkit.go:128
        	            				util/admin/admin_integration_test.go:75
        	Error:      	Received unexpected error:
        	            	[executor:8134]data inconsistency in table: t1, index: idx_i, col: i, handle: "1", index-values:"KindMysqlTime 2018-09-29 00:40:33" != record-values:"KindMysqlTime 2018-09-28 16:40:33", compare err:<nil>
        	            	github.com/pingcap/errors.AddStack
        	            		external/com_github_pingcap_errors/errors.go:174
        	            	github.com/pingcap/errors.(*Error).GenWithStackByArgs
        	            		external/com_github_pingcap_errors/normalize.go:164
        	            	github.com/pingcap/tidb/util/logutil/consistency.(*Reporter).ReportAdminCheckInconsistentWithColInfo
        	            		util/logutil/consistency/reporter.go:251
        	            	github.com/pingcap/tidb/executor.(*tableWorker).compareData
        	            		executor/distsql.go:1352
        	            	github.com/pingcap/tidb/executor.(*tableWorker).executeTask
        	            		executor/distsql.go:1391
        	            	github.com/pingcap/tidb/executor.(*tableWorker).pickAndExecTask
        	            		executor/distsql.go:1122
        	            	github.com/pingcap/tidb/executor.(*IndexLookUpExecutor).startTableWorker.func1
        	            		executor/distsql.go:731
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1598
        	Test:       	TestAdminCheckTable
        	Messages:   	sql:admin check table t1;, [], error stack [executor:8134]data inconsistency in table: t1, index: idx_i, col: i, handle: "1", index-values:"KindMysqlTime 2018-09-29 00:40:33" != record-values:"KindMysqlTime 2018-09-28 16:40:33", compare err:<nil>
        	            	github.com/pingcap/errors.AddStack
        	            		external/com_github_pingcap_errors/errors.go:174
        	            	github.com/pingcap/errors.(*Error).GenWithStackByArgs
        	            		external/com_github_pingcap_errors/normalize.go:164
        	            	github.com/pingcap/tidb/util/logutil/consistency.(*Reporter).ReportAdminCheckInconsistentWithColInfo
        	            		util/logutil/consistency/reporter.go:251
        	            	github.com/pingcap/tidb/executor.(*tableWorker).compareData
        	            		executor/distsql.go:1352
        	            	github.com/pingcap/tidb/executor.(*tableWorker).executeTask
        	            		executor/distsql.go:1391
        	            	github.com/pingcap/tidb/executor.(*tableWorker).pickAndExecTask
        	            		executor/distsql.go:1122
        	            	github.com/pingcap/tidb/executor.(*IndexLookUpExecutor).startTableWorker.func1
        	            		executor/distsql.go:731
        	            	runtime.goexit
        	            		src/runtime/asm_amd64.s:1598

4. What is your TiDB version? (Required)

@hawkingrei hawkingrei added the type/bug The issue is confirmed as a bug. label Mar 26, 2023
@ti-chi-bot ti-chi-bot added may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-6.1 may-affects-6.5 labels Mar 31, 2023
@seiya-annie seiya-annie removed may-affects-4.0 This bug maybe affects 4.0.x versions. may-affects-5.1 This bug maybe affects 5.1.x versions. may-affects-5.2 This bug maybe affects 5.2.x versions. may-affects-5.3 This bug maybe affects 5.3.x versions. may-affects-5.4 This bug maybe affects 5.4.x versions. may-affects-5.0 This bug maybe affects 5.0.x versions. may-affects-6.1 may-affects-6.5 labels Mar 31, 2023
@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Sep 11, 2023
@D3Hunter
Copy link
Contributor

this test has been moved into tests/integrationtest. we will fix it when we met it again, close for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.1 affects-7.5 component/ddl This issue is related to DDL of TiDB. component/test severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

No branches or pull requests

6 participants