Commit graph

9 commits

Author SHA1 Message Date
Niels Bauman
99f67fae8f
Bump the MP x-pack YAML test suite timeout to 60m (#127699)
After the `IndexTemplateRegistry` was made project-aware in #126986,
we were seeing timeouts of the MP version of the x-pack YAML test suite.
The original version has a timeout of 60 minutes but the MP-version
still had a timeout of 30 minutes. We've gotten away with that
difference because there are still tests on the blacklist for the MP
version, but now that we're making more and more features project-aware,
we need to align the timeout.

Fixes #127433
2025-05-06 15:33:35 +02:00
James Baiera
7b89f4d4a6
Add ability to redirect ingestion failures on data streams to a failure store (#126973)
Removes the feature flags and guards that prevent the new failure store functionality 
from operating in production runtimes.
2025-04-18 16:33:03 -04:00
Sam Xiao
b6c6db9861
Add multi-project support for health indicator data_stream_lifecycle (#126056) 2025-04-03 16:26:22 -04:00
Sam Xiao
bddc14c232
Add multi-project support for health indicator shards_availability (#125512) 2025-03-31 11:12:52 -04:00
Tim Vernum
d6d56e1b43 Add test prefix to multi_project setting (MP-1960)
This changes the `multi_project.enabled` setting to
`test.multi_project.enabled`
2025-02-25 09:51:29 +11:00
Yang Wang
1b0abf9d11 New setting for enabling multi-project (MP-1800)
This PR introduces a new setting to enable the multi-project feature.
Default to false.
2024-11-23 07:33:41 +11:00
Tim Vernum
a89cb7b161 Use routing table to check project setup in tests (MP-1740)
In the multi-project yaml rest tests, switch to using the routing table
(from cluster state, see MP-1695) to determine that the projects have been
correctly created and configured in the test client.
2024-10-29 15:29:46 +11:00
Tim Vernum
8c390d4eae Common base class for multi-project YAML tests (MP-1736)
Extract a common base class for running YAML rest tests against core and
x-pack
2024-10-29 12:40:46 +11:00
Tim Vernum
c174706975 Run X-Pack YAML tests on Multi Project (MP-1731)
This runs the X-Pack YAML test suite against a cluster with multiple
projects
2024-10-28 23:20:10 +11:00