-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Orphan processes #35
Orphan processes #35
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #35 +/- ##
==========================================
+ Coverage 99.16% 99.19% +0.02%
==========================================
Files 4 4
Lines 120 124 +4
Branches 12 12
==========================================
+ Hits 119 123 +4
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Local tests on OSs
|
>>> for i in range(40): | ||
... sound_id = play(os.path.join("others", "test.wav"), async_mode=True) | ||
... time.sleep(0.5) | ||
... stop(sound_id) |
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.
Is stop
here necessary for test?
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.
This one will be fixed in future PR for handling tests.
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 tested at MacOS both the package performance and nafas
pytest (as a depended) are OK, I will test on Ubuntu in less than 12 hours.
I tested at Ubuntu 22.04 both the package performance and |
Reference Issues/PRs
#34
What does this implement/fix? Explain your changes.
NavaThread.stop
method bug fixedAny other comments?