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 TestDBStmtCount #43138

Closed
Tracked by #41316
tiancaiamao opened this issue Apr 18, 2023 · 0 comments · Fixed by #43139
Closed
Tracked by #41316

unstable test TestDBStmtCount #43138

tiancaiamao opened this issue Apr 18, 2023 · 0 comments · Fixed by #43139
Labels
component/test 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)

cd executor
go test -v -tags intest -run  TestDBStmtCount

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

No error

3. What did you see instead (Required)

--- FAIL: TestDBStmtCount (0.67s)
    server_test.go:2160:
                Error Trace:    /home/genius/project/src/[github.com/pingcap/tidb/server/server_test.go:2160](http://github.com/pingcap/tidb/server/server_test.go:2160)
                                                        /home/genius/project/src/[github.com/pingcap/tidb/server/server_test.go:154](http://github.com/pingcap/tidb/server/server_test.go:154)
                                                        /home/genius/project/src/[github.com/pingcap/tidb/server/server_test.go:2123](http://github.com/pingcap/tidb/server/server_test.go:2123)
                                                        /home/genius/project/src/[github.com/pingcap/tidb/server/tidb_serial_test.go:1](http://github.com/pingcap/tidb/server/tidb_serial_test.go:1)
19
                Error:          Not equal:
                                expected: 3
                                actual  : 2
                Test:           TestDBStmtCount
FAIL
exit status 1

FAIL github.com/pingcap/tidb/server 0.710s

4. What is your TiDB version? (Required)

master e123433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/test 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