flodgatt/src
Daniel Sockwell daf7d1ae7f
Add tests for polling for multiple messages (#149)
* Add tests for polling for multiple messages

This commit adds a mock Redis interface and adds tests that poll the
mock interface for multiple messages at a time.  These tests test that
Flodgatt is robust against receiving incomplete messages, including if
the message break results in receiving invalid UTF8.

* Remove temporary files
2020-05-07 10:56:11 -04:00
..
config Resolve memory-use regression (#140) 2020-04-24 13:23:59 -04:00
request Add tests for polling for multiple messages (#149) 2020-05-07 10:56:11 -04:00
response Add tests for polling for multiple messages (#149) 2020-05-07 10:56:11 -04:00
config.rs Postgres (#137) 2020-04-23 12:04:30 -04:00
err.rs Improve handling of large Redis input (#143) 2020-04-27 16:03:05 -04:00
lib.rs Improve module privacy (#136) 2020-04-22 14:38:22 -04:00
main.rs Add tests for polling for multiple messages (#149) 2020-05-07 10:56:11 -04:00
request.rs Add tests for polling for multiple messages (#149) 2020-05-07 10:56:11 -04:00
response.rs Add tests for polling for multiple messages (#149) 2020-05-07 10:56:11 -04:00
rustfmt.toml Config refactor (#57) 2019-10-03 00:34:41 -04:00