Skip to content
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

fix/get_response_not_ponging #372

Merged
merged 4 commits into from
Oct 12, 2023
Merged

fix/get_response_not_ponging #372

merged 4 commits into from
Oct 12, 2023

Conversation

JarbasAl
Copy link
Member

@JarbasAl JarbasAl commented Oct 12, 2023

we only converse with skills that pong "can_handle": True and therefore dont handle UtteranceState.RESPONSE (if skill does not implement self.converse)

@JarbasAl JarbasAl added the bug Something isn't working label Oct 12, 2023
@JarbasAl JarbasAl requested review from emphasize and a team October 12, 2023 18:20
@JarbasAl JarbasAl force-pushed the fix/get_response_not_conversing branch from b8ddf21 to 1eb4975 Compare October 12, 2023 18:21
@JarbasAl JarbasAl changed the title unittests/get_response_cascade fix/get_response_not_ponging Oct 12, 2023
we only converse with skills that pong "can_handle": True and therefore dont handle UtteranceState.RESPONSE
@JarbasAl JarbasAl force-pushed the fix/get_response_not_conversing branch from a023721 to 37480eb Compare October 12, 2023 18:48
@JarbasAl JarbasAl force-pushed the fix/get_response_not_conversing branch from 031f851 to e9f6f3c Compare October 12, 2023 19:17
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (c45143d) 60.43% compared to head (e9f6f3c) 60.57%.
Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #372      +/-   ##
==========================================
+ Coverage   60.43%   60.57%   +0.13%     
==========================================
  Files          13       13              
  Lines        1850     1854       +4     
==========================================
+ Hits         1118     1123       +5     
+ Misses        732      731       -1     
Flag Coverage Δ
unittests 60.57% <100.00%> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
ovos_core/intent_services/converse_service.py 85.48% <100.00%> (+0.86%) ⬆️
ovos_core/version.py 76.92% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JarbasAl JarbasAl merged commit ba7f008 into dev Oct 12, 2023
10 checks passed
@JarbasAl JarbasAl deleted the fix/get_response_not_conversing branch October 12, 2023 20:44
emphasize pushed a commit to emphasize/ovos-core that referenced this pull request Oct 12, 2023
* fix/get_response_not_conversing

we only converse with skills that pong "can_handle": True and therefore dont handle UtteranceState.RESPONSE

* use threading.Event

* comments + readability

* pin older ovos utils until unittests updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants