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

[BUG] Deterministic failure of AggregationsTests.testFromXContent with specific seed #4969

Closed
andrross opened this issue Oct 28, 2022 · 1 comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run good first issue Good for newcomers Indexing & Search

Comments

@andrross
Copy link
Member

This test deterministically fails with the specified seed:

./gradlew ':server:test' --tests "org.opensearch.search.aggregations.AggregationsTests.testFromXContent" -Dtests.seed=CF95DB3CA9752201 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=pt-BR -Dtests.timezone=Atlantic/Stanley -Druntime.java=17

org.opensearch.search.aggregations.AggregationsTests > testFromXContent FAILED
    com.fasterxml.jackson.dataformat.yaml.JacksonYAMLParseException: The incoming YAML document exceeds the limit: 3145728 code points.

https://build.ci.opensearch.org/job/gradle-check/5821/console

@adnapibar
Copy link
Contributor

Fixed by #5285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run good first issue Good for newcomers Indexing & Search
Projects
None yet
Development

No branches or pull requests

3 participants