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

Implement retries in e2e tests in CI #2123

Closed
4 tasks done
jpraynaud opened this issue Nov 18, 2024 · 0 comments · Fixed by #2145
Closed
4 tasks done

Implement retries in e2e tests in CI #2123

jpraynaud opened this issue Nov 18, 2024 · 0 comments · Fixed by #2145
Assignees
Labels

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Nov 18, 2024

Why

We have noticed that the majority of flakiness cases in the CI is due to the Cardano devnet not starting correctly and during the era marker writes on chain and era marker writes on chain steps. These errors are due to the very fast epoch length and slot length parameters used and they mean that the whole Cardano devnet needs to be restarted.

What

Provide a retry mechanism to avoid having the CI fail when the Cardano devnet has not started correctly.

How

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants