mirror of https://github.com/apache/druid.git
970288067a
Recently, we have seen flakiness in these two tests, apparently due to computations based on Runtime.getRuntime().maxMemory() differing during static initialization and in the actual tests. I can't think of a reason why this would be happening, but anyway, this patch switches the tests to use the statics instead of recomputing Runtime.getRuntime().maxMemory(). |
||
---|---|---|
.. | ||
src | ||
pom.xml |