You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While kcov was broken, cernan's unit test coverage dropped to 91.6%. I have temporarily reduced the project requirement to 91%, but we should also work on improving the coverage to >95% again.
The text was updated successfully, but these errors were encountered:
This commit adds a `max_disk_files` option to `channel_with_explicit_capacity`
that allows the caller to set the total amount of on-disk consumption.
The caller may choose to loop on a send which results in
`hopper::Error::Full` or drop the data and try again later. Hopper
will _not_ block sends when there is no space available -- in memory
or disk -- to store the item.
This work is done in the service of supporting
postmates/cernan#411 and
postmates/cernan#412.
Signed-off-by: Brian L. Troutwine <blt@postmates.com>
* Add a cap on total queue files
This commit adds a `max_disk_files` option to `channel_with_explicit_capacity`
that allows the caller to set the total amount of on-disk consumption.
The caller may choose to loop on a send which results in
`hopper::Error::Full` or drop the data and try again later. Hopper
will _not_ block sends when there is no space available -- in memory
or disk -- to store the item.
This work is done in the service of supporting
postmates/cernan#411 and
postmates/cernan#412.
Signed-off-by: Brian L. Troutwine <blt@postmates.com>
* Language update
The language in the README was a touch confusing. If it's still
confusing it's no longer confusing in the same way.
Signed-off-by: Brian L. Troutwine <blt@postmates.com>
While kcov was broken, cernan's unit test coverage dropped to 91.6%. I have temporarily reduced the project requirement to 91%, but we should also work on improving the coverage to >95% again.
The text was updated successfully, but these errors were encountered: