-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Add more assertions to field name length limit tests #139404
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
base: main
Are you sure you want to change the base?
Add more assertions to field name length limit tests #139404
Conversation
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
| body: | ||
| settings: | ||
| index: | ||
| auto_expand_replicas: '0-1' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
martijnvg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Add more assertions so that if it fails again in CI, we get more information.
Fixes #138471
Fixes #138768
Fixes #139300