-
Notifications
You must be signed in to change notification settings - Fork 77
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
added check if commit order is bad in sync mode #802
added check if commit order is bad in sync mode #802
Conversation
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## master #802 +/- ##
==========================================
+ Coverage 66.29% 66.52% +0.22%
==========================================
Files 233 233
Lines 23065 23079 +14
==========================================
+ Hits 15292 15353 +61
+ Misses 6976 6933 -43
+ Partials 797 793 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
567432a
to
ba719e6
Compare
@@ -108,6 +108,66 @@ func TestTopicStreamReaderImpl_CommitStolen(t *testing.T) { | |||
xtest.WaitChannelClosed(t, commitReceived) | |||
xtest.WaitChannelClosed(t, readRequestReceived) | |||
}) | |||
xtest.TestManyTimesWithName(t, "wrong order commit with sync commit mode", func(t testing.TB) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make name without space please - it will allow to find test be Ctrl+F. Now it will difficult, because space will replace with underscore (_) in test name.
…d_for_sync_commit_mode
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
Issue Number: #783