Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Failing test: Jest Integration Tests.x-pack/plugins/task_manage…
…r/server/integration_tests - unrecognized task types should be no workload aggregator errors when there are removed task types (#195496) Resolves #194208 ## Summary The original integration test was checking for the (non) existence of any error logs on startup when there are removed task types, which was not specific enough because there were occasionally error logs like ``` "Task SLO:ORPHAN_SUMMARIES-CLEANUP-TASK \"SLO:ORPHAN_SUMMARIES-CLEANUP-TASK:1.0.0\" failed: ResponseError: search_phase_execution_exception ``` so this PR updates the integration test to check specifically for workload aggregator error logs Co-authored-by: Elastic Machine <[email protected]>
- Loading branch information