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 TestRepairTable #53667

Closed
Tracked by #41316
tiancaiamao opened this issue May 30, 2024 · 0 comments · Fixed by #53688
Closed
Tracked by #41316

Unstable test TestRepairTable #53667

tiancaiamao opened this issue May 30, 2024 · 0 comments · Fixed by #53688
Assignees
Labels
component/test feature/developing the related feature is in development severity/minor type/bug The issue is confirmed as a bug.

Comments

@tiancaiamao
Copy link
Contributor

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Can be found in our CI, this is a flaky test

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

CI stable

3. What did you see instead (Required)

--- FAIL: TestRepairTable (1.05s)
    util.go:36:
                Error Trace:        /Users/tangliu/eng/tidb/pkg/testkit/external/util.go:36
                                                            /Users/tangliu/eng/tidb/pkg/ddl/repair_table_test.go:137
                Error:              Received unexpected error:
                                    [schema:1146]Table 'test.origin' doesn't exist
                Test:               TestRepairTable
FAIL
run all tasks takes 16m14.210871666s
panic: runtime error: index out of range [28] with length 25

goroutine 1 [running]:
[github.com/pingcap/failpoint/code.Restorer.Restore](http://github.com/pingcap/failpoint/code.Restorer.Restore)({{0x140000a0078?, 0x1400038a0d0?}})
        /Users/tangliu/eng/go/pkg/mod/[github.com/pingcap/failpoint@v0.0.0-20240527053858-9b3b6e34194a/code/restorer.go:114](http://github.com/pingcap/failpoint@v0.0.0-20240527053858-9b3b6e34194a/code/restorer.go:114) +0x49c
main.restoreFiles({0x140000b0020, 0x492, 0x140000d9f28?})
        /Users/tangliu/eng/go/pkg/mod/[github.com/pingcap/failpoint@v0.0.0-20240527053858-9b3b6e34194a/failpoint-ctl/main.go:94](http://github.com/pingcap/failpoint@v0.0.0-20240527053858-9b3b6e34194a/failpoint-ctl/main.go:94) +0x5c
main.main()
        /Users/tangliu/eng/go/pkg/mod/[github.com/pingcap/failpoint@v0.0.0-20240527053858-9b3b6e34194a/failpoint-ctl/main.go:82](http://github.com/pingcap/failpoint@v0.0.0-20240527053858-9b3b6e34194a/failpoint-ctl/main.go:82) +0x4e0

4. What is your TiDB version? (Required)

master

commit c9c865ced461b01b08095c760b705642c7f6c838 (HEAD -> master, origin/master, origin/HEAD)
Author: D3Hunter <jujj603@gmail.com>
Date:   Wed May 29 15:58:21 2024 +0800

    test: fix flaky test TestParallelDDL (#53636)
    
    close pingcap/tidb#39222
@tiancaiamao tiancaiamao added the type/bug The issue is confirmed as a bug. label May 30, 2024
@tiancaiamao tiancaiamao self-assigned this May 30, 2024
@tiancaiamao tiancaiamao added feature/developing the related feature is in development severity/minor labels May 30, 2024
ti-chi-bot bot pushed a commit that referenced this issue May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test feature/developing the related feature is in development severity/minor type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants