polytope-labs / hyperbridge

Hyperbridge is a hyper-scalable coprocessor for cryptographically secure, cross-chain interoperability
https://docs.hyperbridge.network/
Apache License 2.0
94 stars 31 forks source link

parachain ismp relayer messaging integration tests #251

Open MrishoLukamba opened 2 weeks ago

MrishoLukamba commented 2 weeks ago

tesseract messaging relayer integration tests between 2 parachains, Testing ismp get and post requests.

seunlanlege commented 1 week ago

Overall looks good, please update your PR description, and add these new tests to the integration tests step otherwise, CI isn't going to work

Wizdave97 commented 3 days ago

Let's fix the tests and wrap this off ASAP, it's been open for about two weeks.

MrishoLukamba commented 3 days ago

Let's fix the tests and wrap this off ASAP, it's been open for about two weeks.

yes, so Ive tested alot on this, running them altogether they are flaking but its not because of the tests but the chain handling the transactions and all,

But if i just run them seperately like cargo test 1 && cargo test 2, They do not fail at all

Wizdave97 commented 2 days ago

yes, so Ive tested alot on this, running them altogether they are flaking but its not because of the tests but the chain handling the transactions and all,

But if i just run them seperately like cargo test 1 && cargo test 2, They do not fail at all

I don't think that's the issue, the tests are independent of each other, you should be able to run them successfully with the previous command.