[Flaky test] Error installing endpoint version_conflict_engine_exception
causing flakiness in elastic agent tests
#213337
Labels
Team:Fleet
Team label for Observability Data Collection Fleet team
Related tickets: elastic/elastic-agent#4883 and elastic/elastic-agent#4158
The following errors appears inconstistently across tests, for instance
https://buildkite.com/elastic/elastic-agent/builds/18059#0195629b-e7ef-4ceb-be3b-057758e26fa6 from elastic/elastic-agent#7179
Context
The error in Fleet seems to happen in the transforms install function in
kibana/x-pack/platform/plugins/shared/fleet/server/services/epm/elasticsearch/transform/install.ts
Line 743 in f277497
and it's likely to to be caused by a race condition, as endpoint is installed/uninstalled several times in a short span: see this comment.
There was also a previous attempt to fix this issue:
The text was updated successfully, but these errors were encountered: