Skip to content

Run HeapAttackIT with no replicas #124226

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

Merged
merged 6 commits into from
Apr 25, 2025
Merged

Conversation

idegtiarenko
Copy link
Contributor

This addresses one of the points from #123805 (comment):

HeapAttackIT relies on default shard settings (1 primary and 1 replica). Since CircuitBreaker is not fatal error, we might run query against one shard and if that fails with CircuitBreaker retry it against another one (that might as well succeed by chance). While this is a nice feature for production use-case, it makes this test slower (when initializing index and when retrying) as well as making it a bit more resilient then we need here.

@idegtiarenko idegtiarenko added >test Issues or PRs that are addressing/adding tests Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) :Analytics/ES|QL AKA ESQL v9.1.0 labels Mar 6, 2025
@idegtiarenko idegtiarenko requested a review from nik9000 March 6, 2025 14:15
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@idegtiarenko idegtiarenko merged commit 3ecb991 into elastic:main Apr 25, 2025
17 checks passed
@idegtiarenko idegtiarenko deleted the cbe_no_replicas branch April 25, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants