radicle-heartwood-lfs/radicle-node/src
Alexis Sellier a3f8305eb4
node: Reduce test flakiness
Most of the test flakiness was caused by the git-daemon not being able
to bind to a port. It seems like using an RNG was not a good enough
solution.

After this change, tests seem to be passing without issue.
2023-06-08 16:44:04 +02:00
..
runtime Update `io-reactor` and related dependencies 2023-05-27 20:43:56 +02:00
service node: Always send node announcement on handshake 2023-06-07 11:39:23 +02:00
test node: Reduce test flakiness 2023-06-08 16:44:04 +02:00
tests node: Get the failing fetch tests passing 2023-05-03 16:16:34 +02:00
wire radicle: Make addresses.db accessible from profile 2023-06-02 14:49:20 +02:00
worker node: Fix worker fetch deadlock 2023-05-23 16:12:52 +02:00
bounded.rs node: Complete the "relay" seed test 2023-02-14 20:31:40 +01:00
control.rs node: Spawn a thread for each control connection 2023-05-24 11:33:55 +02:00
deserializer.rs node: Implement protocol multiplexing 2023-04-10 14:41:55 +02:00
lib.rs radicle: Make addresses.db accessible from profile 2023-06-02 14:49:20 +02:00
logger.rs cli: Implement `rad node start` with support for deamonizing 2023-04-28 14:19:20 +02:00
main.rs node: Add `--alias` option to node 2023-05-10 17:03:42 +02:00
runtime.rs node: Fix regression on control socket delete 2023-06-07 11:39:23 +02:00
service.rs node: Always send node announcement on handshake 2023-06-07 11:39:23 +02:00
signals.rs node: Handle `SIGINT` and `SIGTERM` properly 2023-02-14 13:28:16 +01:00
test.rs node: Create shared test environment 2023-02-07 10:46:12 +01:00
tests.rs Update `io-reactor` and related dependencies 2023-05-27 20:43:56 +02:00
wire.rs radicle: Fix unverified `Remote::new` constructor 2023-04-26 10:57:26 +02:00
worker.rs node: Rename `InvalidPacketLine` error variant 2023-05-24 11:33:55 +02:00