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

Fix tests without destructive_requires_names=false #2573

Merged
merged 1 commit into from
May 29, 2024

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented May 28, 2024

In CI, we launch Elasticsearch with --env action.destructive_requires_name=false, which allows to delete all indices in one call. However, when I run tests locally, I'm not likely to have such an option enabled. And since it's only useful in one function, I thought I would change wipe_indices to not require this setting.

Copy link

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@pquentin pquentin merged commit e91092e into elastic:main May 29, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants