James Wilson
a3ffaf3c44
Flume fix part 2: avoid using flume in a couple of cases, and revert attempted fix#1 ( #396 )
...
* A second attempt to avoid the flume memory leak, since the first didn't actually work
* No luck with second flume fix, so revert to futures::mpsc in a few places)
* cargo fmt
* Add a comment to cover use of into_stream
2021-09-03 15:55:25 +01:00
James Wilson
230987036a
cargo fmt
2021-08-12 16:01:35 +01:00
James Wilson
bd7a21ec39
Flumify everything
2021-08-12 16:01:17 +01:00
James Wilson
7aa4ad49b3
bump the msg timeout a little higher
2021-08-12 13:10:17 +01:00
James Wilson
4480bbe72a
Allow errors as well as closes for now to remove some brittleness
2021-08-12 12:40:53 +01:00
James Wilson
88c3db3562
cargo fmt
2021-08-06 17:44:26 +01:00
James Wilson
0788270756
Add 'subscribe' benchmark
2021-08-06 14:22:01 +01:00
James Wilson
5d81128e74
create more realistic soak test so that we can see a more representative UI in action
2021-08-03 15:40:20 +01:00
James Wilson
b70ab9ed3d
Add license to the top of each source file
2021-07-29 17:34:40 +01:00
James Wilson
9ec48adcaa
Wee tidy up of test code
2021-07-27 14:45:45 +01:00
James Wilson
2ca5f6a1fb
cargo fmt
2021-07-27 12:38:05 +01:00
James Wilson
a44f39cfaf
Add/test max_nodes_per_connection feature
2021-07-27 12:37:32 +01:00
James Wilson
e043de8ddb
Expose raw Soketto interface via ws_client for more control where needed (eg in tests)
2021-07-26 11:31:40 +01:00
James Wilson
cca1df2e21
use ws_client in shard, too, and make it better at handling core disconnecting
2021-07-20 13:04:10 +01:00
James Wilson
73a4dbb095
Allow tests to hook up to running process to help with profiling
2021-07-19 15:57:39 +01:00
James Wilson
582c49413b
Make server able to run old or new binary so that we can compare the actix version with this one
2021-07-16 17:58:26 +01:00
James Wilson
81a0140c3b
bump wait-time for port to be ready; build-host is slower to compile than my laptop..
2021-07-16 10:03:38 +01:00
James Wilson
fd79b3e85b
Add some tests, and add a configurable soak test
2021-07-15 17:18:58 +01:00
James Wilson
db8ea9a8f3
Add more tests, fix (and test for) a deadlock re overquota messages, more unbounded channels and less .awaiting
2021-07-15 10:53:02 +01:00
James Wilson
86a3edf053
increase wait-for-port timeout to accomodate for --release mode and slower machines
2021-07-14 15:14:47 +01:00
James Wilson
e34da5761f
move tests around and add (non working) benchmark
2021-07-14 15:05:09 +01:00
James Wilson
c1208b9e81
cargo fmt
2021-07-13 16:51:24 +01:00
James Wilson
faedba87d4
no e2e feature, and don't assume 'cargo run' is a good default
2021-07-13 11:12:23 +01:00
James Wilson
cfe7ff39bb
contains_matches macro and more tests
2021-07-12 17:21:01 +01:00
James Wilson
c6c262c9c5
tidyup, add more e2e tests, fix (and test a little) feed msg decoding, supporting bits
2021-07-12 13:17:24 +01:00
James Wilson
28be68e65f
Get a basic first test working, and lots of changes to supporting code to facilitate this
2021-07-09 19:41:53 +01:00