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

unit test TestConcurrentOneFlight fails #16598

Closed
SunRunAway opened this issue Apr 20, 2020 · 0 comments · Fixed by #16610
Closed

unit test TestConcurrentOneFlight fails #16598

SunRunAway opened this issue Apr 20, 2020 · 0 comments · Fixed by #16610
Assignees
Labels
component/test severity/minor type/bug The issue is confirmed as a bug.

Comments

@SunRunAway
Copy link
Contributor

SunRunAway commented Apr 20, 2020

FAIL:global_vars_cache_test.go:104:testGVCSuite.TestConcurrentOneFlight

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. What did you do?

[2020-04-20T05:38:57.344Z] FAIL: global_vars_cache_test.go:104: testGVCSuite.TestConcurrentOneFlight
[2020-04-20T05:38:57.344Z] 
[2020-04-20T05:38:57.344Z] global_vars_cache_test.go:174:
[2020-04-20T05:38:57.344Z]     c.Assert(counter, Equals, int32(1))
[2020-04-20T05:38:57.344Z] ... obtained int32 = 100
[2020-04-20T05:38:57.344Z] ... expected int32 = 1

2. What did you expect to see?

3. What did you see instead?

4. What version of TiDB are you using? (tidb-server -V or run select tidb_version(); on TiDB)

Seen at #16591 (comment)

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.

3 participants