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

E2E tests are flaky in CI #1023

Closed
2 tasks
jpraynaud opened this issue Jun 29, 2023 · 0 comments · Fixed by #1050
Closed
2 tasks

E2E tests are flaky in CI #1023

jpraynaud opened this issue Jun 29, 2023 · 0 comments · Fixed by #1050
Assignees
Labels
bug ⚠️ Something isn't working CI/CD 🏭 CI/CD D-medium Difficulty: medium

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Jun 29, 2023

Issue

From time to time the end to end tests are flaky in the CI, and this is apparently due to the snapshot archive unpacking in the client.

The error message received is:

Error: "An error occured: Could not unpack './snapshot-22f81f68e3d5491957f54e845cc0fa0c127fe3544cfdc5acaa6298380de7ae49' in directory './db'. Error: « failed to iterate over archive »."

Such as seen in theses runs of the CI:
https://github.com/input-output-hk/mithril/actions/runs/5510503974/jobs/10044909118#step:6:415
https://github.com/input-output-hk/mithril/actions/runs/5455167396/jobs/9926333652#step:6:415
https://github.com/input-output-hk/mithril/actions/runs/5412931936/jobs/9837872288#step:6:423
https://github.com/input-output-hk/mithril/actions/runs/5347095372/jobs/9714290612#step:6:417
https://github.com/input-output-hk/mithril/actions/runs/5376212741/jobs/9753448786#step:6:425
https://github.com/input-output-hk/mithril/actions/runs/5376881183/jobs/9754849879#step:6:416

When trying to unpack the produced archive afterwards, there is no problem.

To do

  • Understand why the archive is not correctly unpacked
  • Fix the problem or add a retry mechanism in the client
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 D-medium Difficulty: medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants