-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve test coverage #13
Comments
@sandreim, about the test flakiness. In tests we use external nodes for RPC calls that can be unreachable. To solve it we could spawn a dev node using a docker image. After a few experiments with the CI team, we found that a dev node needs a couple of minutes to be ready, even with warp sync. Considering that our RPC tests are mostly smoke-like, I'd rather restart failed tests than set up a slow pipeline. What do you think? |
We could spin up a small zombienet network to test this, just 1 validator and 1 parachain should do it. |
These tests are metadata sensitive and should be rewritten using dynamic API |
Since #445 we spawn a zombienet in the test stage instead of querying the real chain. |
What needs to be done
The text was updated successfully, but these errors were encountered: