Skip to content

Flakiness in e2e tests in CI #2687

@jpraynaud

Description

@jpraynaud

Why

We have noticed a lot of flakiness recently on the end to end tests in the CI:

What

Investigate and fix the source of flakiness.

How

  • Investigate the source of flakiness
  • Fix the source of flakiness

Analysis

After investigation, it appears that the client CLI is using a temporary folder during the verification of the Cardano database (during the downloaded digests verification) which is created and deleted. The problem occurs when multiple client are run in parallel: some process may not find the folder which has been deleted by another process.

Metadata

Metadata

Assignees

Labels

bug ⚠️Something isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions