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

tests: fix panic in vstreamer_test #5637

Merged
merged 1 commit into from
Jan 1, 2020

Conversation

sougou
Copy link
Contributor

@sougou sougou commented Dec 31, 2019

Fixes #5636

There was an unnecessary error check in a goroutine that could
terminate late. The check has been removed.

Signed-off-by: Sugu Sougoumarane [email protected]

Fixes vitessio#5636

There was an unnecessary error check in a goroutine that could
terminate late. The check has been removed.

Signed-off-by: Sugu Sougoumarane <[email protected]>
@sougou sougou requested a review from morgo December 31, 2019 23:43
@sougou sougou merged commit 65b21d8 into vitessio:master Jan 1, 2020
@sougou sougou deleted the ss-fix-test-panic branch January 2, 2020 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flaky unit test: vttablet/tabletserver/vstreamer panic in goroutine after TestREKeyRange
2 participants