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

Some end to end tests are flaky in the CI #1147

Closed
2 tasks done
jpraynaud opened this issue Aug 8, 2023 · 0 comments · Fixed by #1486
Closed
2 tasks done

Some end to end tests are flaky in the CI #1147

jpraynaud opened this issue Aug 8, 2023 · 0 comments · Fixed by #1486
Assignees
Labels
bug ⚠️ Something isn't working CI/CD 🏭 CI/CD

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Aug 8, 2023

Why

Some flakiness occurs often in the CI end to end tests.

What

Fix the CI so that the end to end tests are completing in success most of the time.
We have noticed that the failures are related to different errors since we have upgraded the devnet (#1425).
Also the P2P version of the test seem to fail more often than its non P2P counterpart.

How

  • Investigate the source of the problems
  • Fix the problems
Flakiness History

New version of the devnet

Timeout exhausted for target epoch to be reached

Minimum expected mithril stake distribution epoch not reached : XX < YY

Timeout exhausted assert_node_producing_mithril_stake_distribution, no response from http://localhost:8080/aggregator/artifact/mithril-stake-distributions

P2P mode only?

Write era marker on chain exited with status code: 1

Run devnet exited with status code: 1

Previous version of the devnet

Genesis creation error

Unpack error in client

Not enough signers in certificate

Signing stake distribution error

@jpraynaud jpraynaud added bug ⚠️ Something isn't working dev 💪 CI/CD 🏭 CI/CD labels Aug 8, 2023
@jpraynaud jpraynaud added to-groom 🤔 Needs grooming and removed to-groom 🤔 Needs grooming labels Oct 19, 2023
@jpraynaud jpraynaud self-assigned this Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ⚠️ Something isn't working CI/CD 🏭 CI/CD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant