You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@pazone I believe this is caused by the "new" grouping of our CI. Specifically there are two test that run in parallel (each one in different concurrent group) that cause each other to fail as they both try to install the Elastic Defend Package:
{"Time":"2025-02-21T00:29:17.683833508Z","Action":"output","Package":"github.com/elastic/elastic-agent/testing/integration","Test":"TestForceInstallOverProtectedPolicy","Output":"=== RUN TestForceInstallOverProtectedPolicy\n"}
{"Time":"2025-02-21T00:29:07.961023992Z","Action":"output","Package":"github.com/elastic/elastic-agent/testing/integration","Test":"TestEndpointAgentServiceMonitoring","Output":"=== RUN TestEndpointAgentServiceMonitoring\n"}
Look at the timestamps these are indeed running in parallel. I believe that TestEndpointAgentServiceMonitoring should be in the same group with TestForceInstallOverProtectedPolicy
Failing test case
TestForceInstallOverProtectedPolicy
Error message
Policy Response was: {{ 0 false [] { } }}
Build
https://buildkite.com/elastic/elastic-agent-extended-testing-bk/builds/2011#019525dd-d7fc-4048-adc9-1ddaaa41bb90/336-1001
OS
Linux
Stacktrace and notes
The text was updated successfully, but these errors were encountered: