interledger4j / ilpv4-connector

An ILPv4 Connector implemented in Java
https://java-connector.ilpv4.dev
Apache License 2.0
19 stars 10 forks source link

Create integration test that uses Rust connector to validate interoperability #377

Open theotherian opened 4 years ago

theotherian commented 4 years ago

See https://github.com/hyperledger/quilt/blob/master/stream-parent/stream-client/src/test/java/org/interledger/stream/sender/SimpleStreamSenderIT.java for details on how to spin up a Rust node.

We should test interoperability via an integration test with Docker containers between the Rust and Java connectors before attempting to deploy to the testnet.

sappenin commented 4 years ago

Deferring this until the following:

  1. Version 1.0 of Rust connector is released.
  2. Sufficient usage of Rust Connector to justify interop testing outside of Quilt (e.g., Quilt already uses the Rust connector for some of its server-based unit-tests, which provides us with a decent baseline of Rust interop).