-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Remove goroutine spawning in favor of the async nature of UDP #794
Remove goroutine spawning in favor of the async nature of UDP #794
Conversation
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.
Why go.sum
updates? Can you run make gotidy
in a separate PR?
Codecov Report
@@ Coverage Diff @@
## master #794 +/- ##
==========================================
- Coverage 87.87% 87.83% -0.04%
==========================================
Files 221 221
Lines 12019 12013 -6
==========================================
- Hits 10562 10552 -10
- Misses 1103 1106 +3
- Partials 354 355 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@bogdandrutu should I run that from root, or the
|
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.
Change LGTM - I've never been able to figure out how to keep go.sum changes out of PRs in this repo unfortunately :(
Follow up from feedback in #566
@bogdandrutu I removed all the |
eachdist.py did not support the installation of test packages, (as defined by the extra_requires:test package group). As a result, test packages were being added to dev-requirements.txt By having eachdist.py develop install test packages, and moving develop/test package definitions to the individual instrumentations, it is easier to determine which packages require which dependencies for testing purposes, and enables support for existing dependencies that follow the extra_requires:test pattern.
Follow up from feedback in #566
Description:
Remove goroutine spawn in favor of the async nature of UDP.
Link to tracking Issue:
#566 (comment)
Testing:
Existing local unit/integ tests and manually.
Documentation: