-
Notifications
You must be signed in to change notification settings - Fork 177
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
[Bug]: inabox e2e testing does not work #576
Comments
I managed to make it work, by repeating all the steps from the GitHub Actions. Going to make a Docs PR. |
I still fail to run the e2e test even when I follow all the steps from the GitHub Actions. Your PR does not help in this case.
I got this error in batcher0.log
I have no idea what I missed, or the doc is so poor. |
Hi @dungzvu , I also encountered the "no quorum APK found" error you mentioned, while using the
I hope this helps you as well! updateI found that after reboot, I encounter the same error on the first run. It's necessary to follow the steps mentioned above to clean the environment and rerun the tests, in order to succeed. |
What happened + What you expected to happen
I try to follow the README in the inabox folder, but the
make run-e2e
command fails. I expect it to succeed.Versions / Dependencies
EigenDA: master (commit cb32efd)
GoLang: go version go1.22.2 darwin/arm64
Os: MacOS (I see the same problem on Linux)
How to reproduce
make build && cd inabox && make run-e2e
Issue Severity
Medium: It is a significant difficulty but I can work around it.
The text was updated successfully, but these errors were encountered: