-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Respond correctly to stream send error #6357
Conversation
Signed-off-by: Yuri Shkuro <github@ysh.us>
@@ -155,6 +155,9 @@ func TestFindTraces(t *testing.T) { | |||
Attributes: map[string]string{"foo": "bar"}, | |||
StartTimeMin: time.Now().Add(-2 * time.Hour), | |||
StartTimeMax: time.Now(), | |||
DurationMin: 1 * time.Second, | |||
DurationMax: 2 * time.Second, | |||
SearchDepth: 10, |
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.
to increase code coverage
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.
lgtm
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6357 +/- ##
==========================================
+ Coverage 96.06% 96.11% +0.05%
==========================================
Files 357 357
Lines 20357 20355 -2
==========================================
+ Hits 19555 19565 +10
+ Misses 611 603 -8
+ Partials 191 187 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Which problem is this PR solving?
Description of the changes
How was this change tested?