Skip to content

[CI] InternalStatsTests.testFromXContent Failure #27245

Closed
@davidkyle

Description

@davidkyle

And InternalStatsBucketTests.testFromXContent

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-windows-compatibility/865/console

This reproduces:

REPRODUCE WITH: gradle :core:test \
  -Dtests.seed=5858C05C5DF7BC20 \
  -Dtests.class=org.elasticsearch.search.aggregations.metrics.InternalStatsTests \
  -Dtests.method="testFromXContent" \
  -Dtests.security.manager=true \
  -Dtests.locale=hu \
  -Dtests.timezone=Canada/Mountain

REPRODUCE WITH: gradle :core:test \
  -Dtests.seed=5858C05C5DF7BC20 \
  -Dtests.class=org.elasticsearch.search.aggregations.metrics.InternalStatsBucketTests \
  -Dtests.method="testFromXContent" \
  -Dtests.security.manager=true \
  -Dtests.locale=zh-CN \
  -Dtests.timezone=Europe/Uzhgorod

Error output is

FAILURE 0.68s | InternalStatsBucketTests.testFromXContent <<< FAILURES!
   > Throwable #1: java.lang.AssertionError: Error when comparing xContent.
   >             stats_bucket#petIa: 
   >                              avg: expected [null] but not found
   >                            count: same [0]
   >                              max: expected [null] but not found
   >                              min: expected [null] but not found
   >                              sum: expected [0.0] but not found

Possibly related to #27193

Metadata

Metadata

Assignees

Labels

>testIssues or PRs that are addressing/adding tests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions