Skip to content

Conversation

@jordan-powers
Copy link
Contributor

Add more assertions so that if it fails again in CI, we get more information.

Fixes #138471
Fixes #138768
Fixes #139300

@jordan-powers jordan-powers added >test Issues or PRs that are addressing/adding tests :StorageEngine/Mapping The storage related side of mappings labels Dec 11, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

body:
settings:
index:
auto_expand_replicas: '0-1'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would setting replicas to zero give the same insight the next time this test fail?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I suspect the issue might be related to the fact that this test is usually run against a single node and so the replica is unassigned, but in the SmokeTestMultiNodeClientYamlTestSuiteIT there are multiple nodes and the replica is assigned.

Let's see if removing the replica entirely causes the failures to stop occurring.

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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