EdColeman commented on a change in pull request #2065:
URL: https://github.com/apache/accumulo/pull/2065#discussion_r624699445
##########
File path: core/src/test/java/org/apache/accumulo/core/util/NumUtilTest.java
##########
@@ -22,12 +22,15 @@
import static org.apache.accumulo.core.util.NumUtil.bigNumberForSize;
import static org.junit.Assert.assertEquals;
+import java.util.Locale;
+
import org.junit.Test;
public class NumUtilTest {
@Test
public void testBigNumberForSize() {
+ Locale.setDefault(Locale.US);
Review comment:
I created https://github.com/apache/accumulo/pull/2072 - that will
separate this issue into its own commit. Once that change is merged, this can
be re-based and merged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]