-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ShardSearchStatsTests - add missing metrics and methods #129311
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
ShardSearchStatsTests - add missing metrics and methods #129311
Conversation
|
Pinging @elastic/es-search-foundations (Team:Search Foundations) |
pmpailis
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
andreidan
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.
Sorry for the delay Dimi.
LGTM, thanks for extending the test cases.
|
Thank you @andreidan and @pmpailis for the review |
ShardSearchStatsTests - add missing metrics and methods - complete coverage
ShardSearchStatsTests - add missing metrics and methods - complete coverage
Currently, the
ShardSearchStatsTestsclass only includes assertions for thegetSearchLoadRatemethod. This PR enhances the test coverage by adding assertions for the remainingSearchStatsmetrics, as well as introducing tests forreaderContextandscrollContext.