7f07deb8d8
In #63242 we changed how we build `nextRoundingValue` to, well, be correct. But the old `org.elasticsearch.common.rounding.Rounding` implementation didn't get the fix. Which is fine, because it doesn't that method on that implementation doesn't receive any use outside of tests. In fact, it is entirely removed in master. Anyway, now that the two implementation produce different values we really can't go around asserting that they produce the same values now can we? Well, we were! This skips that assertion if we know `nextRoundingValue` is implemented differently. Closes #63256 |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |