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 IndexStats.testBulkStats #69961

Merged
merged 1 commit into from
Mar 4, 2021
Merged

Conversation

andreidan
Copy link
Contributor

This makes the assertions that look at time averages more lenient. The operation
duration is measured in nanos and then converted to millis, so we'll allow
for a 0 reading for these averages.

Fixes #55485

This makes the assertions that look at time averages more lenient. The operation
duration is measured in nanos and then converted to millis, so we'll allow
for a 0 reading for these averages.
@andreidan andreidan added >test Issues or PRs that are addressing/adding tests :Data Management/Stats Statistics tracking and retrieval APIs v8.0.0 v7.12.1 labels Mar 4, 2021
@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Mar 4, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (Team:Core/Features)

Copy link
Contributor

@probakowski probakowski 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
Labels
:Data Management/Stats Statistics tracking and retrieval APIs Team:Data Management Meta label for data/management team >test Issues or PRs that are addressing/adding tests v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] IndexStats.testBulkStats fails looking for a stat that is zero
4 participants