Closed
Description
And InternalStatsBucketTests.testFromXContent
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