-
Notifications
You must be signed in to change notification settings - Fork 81
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
rpcsrv: fix TestSubClientWaitWithMissedEvent #3377
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3377 +/- ##
==========================================
- Coverage 84.80% 84.78% -0.02%
==========================================
Files 331 331
Lines 44969 44969
==========================================
- Hits 38134 38129 -5
- Misses 5323 5325 +2
- Partials 1512 1515 +3 ☔ View full report in Codecov by Sentry. |
still have this but maybe connected with #2956:
|
dc9b9c0
to
e10c584
Compare
Don't pollute the PR comments with unrelated logs, otherwise we have a mess in logs and PRs/Issues links. It's a different test that is failing ( UPD: see #3378. |
e10c584
to
89b62e3
Compare
89b62e3
to
7f50bb1
Compare
Add error channel to prevent data race in the test. Increase waiting interval for subscriptions awaiting up to 2 seconds. Failing is caused by slow subscriptions. Close #2958 Signed-off-by: Ekaterina Pavlova <[email protected]> Signed-off-by: Ekaterina Pavlova <[email protected]>
7f50bb1
to
56e6119
Compare
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.
I'm still not quite sure that it fixes the problem, but let's try, because I don't have any other suggestions.
Close #2958