-
Notifications
You must be signed in to change notification settings - Fork 789
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
Run the bridges zombienet tests in the CI #3176
Comments
Hi @serban300, this is a good use-case for zombienet v2. We are currently working on k8s provider and we can help with this issue. |
Hi @pepoviola ! Thanks ! How could we find out more about zombienet v2 and what use cases it can support ? Is there a repo ? Are there any docs ? |
The issues don't seem related to high load and running in kubernetes doesn't help. The problem is that we get incorrect "error" reports when we execute the bridge init transactions because of #3204. Will try to ignore the errors as a workaround. |
Hey @serban300, sorry about the delay.
Sounds good, let me know if you need help with that. Just for reference the new version of zombienet is being develop in this repo. Thx! |
Thanks @pepoviola ! Will take a look on the repo the following days. |
Related to #3176 This PR only adds the first bridge zombienet test back to the CI after fixing it, reverting #3071 Credits to @svyatonik for building all the CI infrastructure around this.
The zombienet tests that this issues was about have been added to the CI in the meanwhile and they are running successfully. Leaving this issue open just to keep track of one more thing:
|
Related to: #3176 This PR: - migrates test 0003 to the new bridges zombienet tests command **This test didn't work before and it still doesn't work. It was added at a time when we couldn't run it because we didn't have the scafolding. It needs to be fixed. For the moment we keep it in the repo as it is since the idea has value. But we don't run it in the CI. We can also decide to remove it in the future** - removes the old command for running bridge zombienet tests - updates the README
Right now we can't run the bridges zombienet tests in the CI.
More details on the issues we encountered:
We think the issues are related to the fact that our setup is pretty demanding and that we were running it completely inside the test container.
We should try to fix this. The first option that comes to mind is to try to run each zombienet inside kubernetes.
The text was updated successfully, but these errors were encountered: