-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Flaky test] ExtendedStatsAggregationUsageDocCountZeroTests returns null values #4773
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
Comments
Looks like this is a result of new fields added
and
|
Related to elastic/elasticsearch#49782 |
russcam
added a commit
that referenced
this issue
Jun 12, 2020
This commit updates the deserialization of ExtendedStatsAggregate to make it more lenient to the introduction of new fields. Closes #4773
russcam
added a commit
that referenced
this issue
Jun 16, 2020
This commit updates the deserialization of ExtendedStatsAggregate to make it more lenient to the introduction of new fields. Closes #4773
github-actions bot
pushed a commit
that referenced
this issue
Jun 16, 2020
This commit updates the deserialization of ExtendedStatsAggregate to make it more lenient to the introduction of new fields. Closes #4773
russcam
added a commit
that referenced
this issue
Jun 16, 2020
This commit updates the deserialization of ExtendedStatsAggregate to make it more lenient to the introduction of new fields. Closes #4773
russcam
added a commit
that referenced
this issue
Jun 17, 2020
This commit updates the deserialization of ExtendedStatsAggregate to make it more lenient to the introduction of new fields. Closes #4773 Co-authored-by: Russ Cam <[email protected]>
russcam
added a commit
that referenced
this issue
Jun 17, 2020
This commit updates the deserialization of ExtendedStatsAggregate to make it more lenient to the introduction of new fields. Closes #4773 Co-authored-by: Russ Cam <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ExtendedStatsAggregationUsageDocCountZeroTests returns
null
values where numeric values are expected, which breaks deserialization:Investigate if this is a change in how extended stats are emitted
The text was updated successfully, but these errors were encountered: