Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable queryable built-in feature in docs YAML tests #124684

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

slobodanadamovic
Copy link
Contributor

@slobodanadamovic slobodanadamovic commented Mar 12, 2025

The .security index is created asynchronously on a cluster startup. This affects some of the docs YAML tests in a way that they need to account for the existence of the .security index or wait for the index to be created and green. This PR disables the feature for docs YAML tests. Disabling the feature in docs YAML tests will solve the flakiness without affecting the coverage.

Resolves #122343
Resolves #121748
Resolves #121611
Resolves #121345
Resolves #121338
Resolves #121337
Resolves #121288
Resolves #121287
Resolves #121867
Resolves #122335
Resolves #122681
Resolves #121976
Resolves #123094
Resolves #123192
Resolves #122983
Resolves #124671

The .security index is created asynchronously on a cluster startup.
This affects some of the docs YAML tests in a way that they need to
account for the existence of the .security index or wait for the index to
be created. This PR disables the feature for docs YAML tests.
Disabling the feature in docs YAML tests will solve the flakiness without
affecting the coverage.
@slobodanadamovic slobodanadamovic added >test Issues or PRs that are addressing/adding tests :Security/Security Security issues without another label Team:Security Meta label for security team auto-backport Automatically create backport pull requests when merged v8.18.1 v8.19.0 v9.0.1 v9.1.0 labels Mar 12, 2025
@slobodanadamovic slobodanadamovic self-assigned this Mar 12, 2025
@slobodanadamovic slobodanadamovic requested a review from a team March 12, 2025 22:11
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-security (Team:Security)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment