test: MPC + stream component test (part 1)#757
test: MPC + stream component test (part 1)#757jakmeier wants to merge 7 commits intosig-net:developfrom
Conversation
b26e7fd to
2a87771
Compare
|
@volovyks sorry, |
|
just a quick update: it succeeds locally but fails in CI, probably it is the same problem as with Basically, the current solution is still quite fragile. I need to look in to this more to decide if we can just increase the timeout for the tests, or if we can solve the underlying problem. (100ms for network delay should be plenty, even on slow CI machines) |
Create a MockStream that connects to the MPC fixture setup. This lets us test the indexer stream <-> MPC glue.
but not with channel capacity?
otherwise it is always the same participant in round 0
adding useful cases and checking if they run in ci
7a1f599 to
9271e9c
Compare
|
in theory, this should be passing tests now... but I did a bad rebase (clean in git but causes rust conflicts) The |
Create a MockStream that connects to the MPC fixture
setup. This lets us test the indexer stream <-> MPC glue.
This is part 1, with just the tests adjusted to pass with the current configuration.
See #739 for tests that show current issues that need fixing.