Skip to content
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: docker flakiness in CI #192

Open
distractedm1nd opened this issue Jan 8, 2025 · 2 comments
Open

bug: docker flakiness in CI #192

distractedm1nd opened this issue Jan 8, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@distractedm1nd
Copy link
Contributor

When running integration test:

DEBUG prism_da::celestia > posting 2 transactions to DA layer
DEBUG prism_tests > received height 10
DEBUG prism_lightclient::lightclient > no finalized epoch found at height: 10
DEBUG prism_prover::prover > processing new height 10, current_epoch: 0
DEBUG prism_prover::prover > No transactions to process at height 10
ERROR prism_prover::prover > post_batch_loop: Failed to submit transactions: submitting epoch to da layer: ErrorObject { code: ServerError(1), message: "querying account bridge-0: rpc error: code = NotFound desc = account celestia15pxux42jgpey6ufzef6agqgxrx92q6d6jnalc3 not found", data: None }

@distractedm1nd distractedm1nd added the bug Something isn't working label Jan 8, 2025
@smuu
Copy link
Collaborator

smuu commented Jan 8, 2025

That should be fixed with: https://github.com/deltadevsde/prism/pull/186/files#diff-38c72f07f6913686d7b201b9553e5cd4690766a75edb6a8d9e757e14547c0558

The issue was not the script could not fund all accounts because of a nonce mismatch (Trying to fund multiple accounts in parallel)

@distractedm1nd
Copy link
Contributor Author

sick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants