-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add capability to monitor for silence in geographic gathering #89
base: main
Are you sure you want to change the base?
Conversation
In preparation for adding a timeout, improve the region collector unit test.
Added a unit test to test that monitor for silence is working as specified.
Add a test to the geographic gatherer to test that it's initiating the region collector with the silence keyword when such a silence is included in the configuration file.
Add functionality to monitor for silence in the geographic gatherer.
Document the recently introduced silence monitoring feature.
Codecov Report
@@ Coverage Diff @@
## main #89 +/- ##
==========================================
+ Coverage 83.33% 83.52% +0.18%
==========================================
Files 19 19
Lines 2622 2652 +30
==========================================
+ Hits 2185 2215 +30
Misses 437 437
Continue to review full report at Codecov.
|
I'm currently field-testing this (along with #92, without which the geographic gatherer doesn't start). |
Initial field-testing indicates it is not entirely working as expected, so I'm marking this as a draft again for now. |
It doesn't DWIM. Add failing test to reproduce this.
Add an option to monitor for silence in geographic gathering. This adds a timeout calculation that is triggered at a certain time after the most recent message has arrived. This allows for early shipping if a reception system has stopped delivering earlier than expected or if the region is defined too large.
Work in progress. So far only the tests have been added.