Skip to content

Add tests for remote comms #620

@FUDCo

Description

@FUDCo

While the remote comms code that was recently merged (#578) contains some unit tests, the set of suite of tests could still majorly benefit from better coverage (particularly the things in the network.ts module). More significantly, though, we ought to have some form of end-to-end testing with respect to the remote comms functionality itself.

Note that existing end-to-end tests are end-to-end in the sense that the two ends are vats managed by a single kernel exchanging messages via a that kernel, whereas the remote comms features require two independent kernels communicating over the network via libp2p. Enabling such tests may entail a more substantial augmentation to our testing infrastructure.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions