https://bz.apache.org/bugzilla/show_bug.cgi?id=58704
--- Comment #6 from Vladimir Sitnikov <[email protected]> --- It looks like the tests do not work in ru_RU.utf-8 locale. https://github.com/apache/jmeter/pull/452 For instance, I get the following error when running ./gradlew check locally: org.apache.jmeter.config.TestRandomVariableConfig > testRandomWithFormat FAILED org.junit.ComparisonFailure: expected:<010[.]00> but was:<010[,]00> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.apache.jmeter.config.TestRandomVariableConfig.testRandomWithFormat(TestRandomVariableConfig.java:80) I'm not sure what should be the fix there though. -- You are receiving this mail because: You are the assignee for the bug.
