Make `AllSubsystems` usage easier in tests (#1794)
* Make `AllSubsystems` usage easier in tests This makes the usage of `AllSubsystems` easier in tests by introducing new methods. - `dummy` initializes `AllSubsystems` with all systems set to dummy - `replace_*` to replace any subsystem Besides that this pr adds a `ForwardSubsystem` that is also useful for tests. This subsystem will forward all incoming messages to the given channel. * Update node/overseer/src/lib.rs Co-authored-by:Andronik Ordian <write@reusable.software> * Update node/subsystem/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Update node/subsystem/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Move ForwardSubsystem and add a test * Break some lines Co-authored-by:
Andronik Ordian <write@reusable.software>
parent
fc115368
Showing
- polkadot/Cargo.lock 1 addition, 0 deletionspolkadot/Cargo.lock
- polkadot/node/overseer/examples/minimal-example.rs 4 additions, 21 deletionspolkadot/node/overseer/examples/minimal-example.rs
- polkadot/node/overseer/src/lib.rs 436 additions, 112 deletionspolkadot/node/overseer/src/lib.rs
- polkadot/node/subsystem-test-helpers/Cargo.toml 3 additions, 0 deletionspolkadot/node/subsystem-test-helpers/Cargo.toml
- polkadot/node/subsystem-test-helpers/src/lib.rs 60 additions, 1 deletionpolkadot/node/subsystem-test-helpers/src/lib.rs
- polkadot/node/subsystem/src/lib.rs 1 addition, 1 deletionpolkadot/node/subsystem/src/lib.rs
Please register or sign in to comment