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] Setting#byteSizeSetting returns a fractional byte size string for the default value #9010

Closed
nknize opened this issue Jul 31, 2023 · 0 comments · Fixed by #9011
Closed
Labels
bug Something isn't working

Comments

@nknize
Copy link
Collaborator

nknize commented Jul 31, 2023

Describe the bug
Caught on PR #9006 the RecoveryIT tests are failing due to the default value of Setting#byteSizeSetting returning fractional strings. This was introduced in #9005.

To Reproduce

./gradlew ':server:internalClusterTest' --tests "org.opensearch.indices.recovery.IndexRecoveryIT.testDoNotInfinitelyWaitForMapping" -Dtests.seed=B789E6BE668133A2 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=nl-BE -Dtests.timezone=America/Nassau -Druntime.java=20

Expected behavior
Passing test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant