-
Notifications
You must be signed in to change notification settings - Fork 186
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
Fixed timeout argument in Transport #810
Fixed timeout argument in Transport #810
Conversation
7177878
to
9fb27b8
Compare
Sorry, I cannot satisfy DCO due to my account settings. But PR is signed off correctly |
Add a test please? I am not sure what the issue with DCO is, why can’t it be fixed with your account? |
Sure, I'll add
Hope it will not be a problem. I have two GitHub accounts due to job requirements. And for this one I have secondary email address for a while. |
Added test and also fixed the same problem with ignore, if you don't mind |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #810 +/- ##
==========================================
- Coverage 71.95% 70.31% -1.64%
==========================================
Files 91 113 +22
Lines 8001 8866 +865
==========================================
+ Hits 5757 6234 +477
- Misses 2244 2632 +388 ☔ View full report in Codecov by Sentry. |
d91a556
to
7d8b3e6
Compare
@dblock |
38e1609
to
68d1559
Compare
I am not supposed to approve PRs without passing DCO :) Let's try to fix it. You can configure the email address per repo. I do this routinely on a work computer for anything non-work.
Does this work? |
68d1559
to
19c876e
Compare
Signed-off-by: borisevich-a-v <[email protected]>
Signed-off-by: borisevich-a-v <[email protected]>
Signed-off-by: borisevich-a-v <[email protected]>
Signed-off-by: borisevich-a-v <[email protected]>
19c876e
to
0e5bf2e
Compare
The problem was with my emails. I have satisfied DCO :) |
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.
Thanks for fixing this!
Description
Fixed bug #809
Issues Resolved
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.