Hi all, I currently get the following test fail when running ./gradlew clean build
org.apache.jmeter.protocol.http.sampler.SamplingNamingTest > testBug63364[Run 1: implementation:Java] FAILED java.lang.AssertionError: We should have at least one sample result, we had none at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.jmeter.protocol.http.sampler.SamplingNamingTest.testBug63364(SamplingNamingTest.java:55) and I am a bit lazy to google right now ;) Any idea to clean up my setup? Felix
