Build failed in Jenkins: JMeter-trunk #7301

2019-08-12 Thread Apache Jenkins Server
See Changes: [sitnikov.vladimir] Avoid use of reflection to modify static final field in SamplerMetric -- [...truncated 57.32 KB...] > Task :src:jorphan:testClasses > Task :s

Jenkins build is back to normal : JMeter-trunk #7299

2019-08-12 Thread Apache Jenkins Server
See

Re: Build failed in Jenkins: JMeter-trunk #7296

2019-08-12 Thread Vladimir Sitnikov
Philippe>AFAIR The test was stable before migration to gradle. Depending on the definition of "stable": https://github.com/apache/jmeter/commit/b7cb4904ec83797b154eb9b73eed3c36d5c22aff Vladimir

Re: Build failed in Jenkins: JMeter-trunk #7296

2019-08-12 Thread Vladimir Sitnikov
Yet another option is to mock time: https://github.com/Devexperts/time-test Should we just move "special" tests to "src/time-tests" subfolder, and run those with time-test agent enabled? time-test seems to be 100% java implementation. Alternative option is to refrain from usage of currentTimeMill

Re: Build failed in Jenkins: JMeter-trunk #7296

2019-08-12 Thread Philippe Mouawad
AFAIR The test was stable before migration to gradle. Maybe more parallelism in test lead to such instabilities. I don’t think it should be disabled Regards On Monday, August 12, 2019, sebb wrote: > On Mon, 12 Aug 2019 at 21:09, Vladimir Sitnikov > wrote: > > > > TL;DR: > > > > org.apache.jm

Build failed in Jenkins: JMeter-trunk #7298

2019-08-12 Thread Apache Jenkins Server
See -- [...truncated 76.16 KB...] > Task :src:protocol:junit-sample:test NO-SOURCE > Task :src:examples:compileTestJava NO-SOURCE > Task :src:examples:testClasses UP-TO-DATE > Task :src:proto

Re: Build failed in Jenkins: JMeter-trunk #7296

2019-08-12 Thread sebb
On Mon, 12 Aug 2019 at 21:09, Vladimir Sitnikov wrote: > > TL;DR: > > org.apache.jmeter.samplers.TestSampleResult > testSubResultsFalsePause FAILED > java.lang.AssertionError: TestElapsed: 424 - ParentElapsed: 401 > => 23 not in [0,16]; nanotime=false > at org.junit.Assert.fail(Assert

Re: ASF Sonarqube instance deprecated.

2019-08-12 Thread Vladimir Sitnikov
I've configured https://builds.apache.org/job/JMeter-trunk job to push sonar results to sonarcloud.io. It might need some tweaks (e.g. code coverage is 24% at sonarcloud and 54% at codecov), however basic features work. New Sonar URL is https://sonarcloud.io/dashboard?id=JMeter Vladimir

Build failed in Jenkins: JMeter-trunk #7297

2019-08-12 Thread Apache Jenkins Server
See -- [...truncated 76.21 KB...] > Task :src:protocol:tcp:testJar UP-TO-DATE > Task :src:protocol:jms:checkstyleTest UP-TO-DATE > Task :src:protocol:java:testJar UP-TO-DATE > Task :src:proto

Re: Build failed in Jenkins: JMeter-trunk #7296

2019-08-12 Thread Vladimir Sitnikov
TL;DR: org.apache.jmeter.samplers.TestSampleResult > testSubResultsFalsePause FAILED java.lang.AssertionError: TestElapsed: 424 - ParentElapsed: 401 => 23 not in [0,16]; nanotime=false at org.junit.Assert.fail(Assert.java:88) at org.apache.jmeter.samplers.TestSampleResult.tes

Build failed in Jenkins: JMeter-trunk #7296

2019-08-12 Thread Apache Jenkins Server
See -- [...truncated 105.40 KB...] at org.junit.Assert.fail(Assert.java:88) at org.apache.jmeter.samplers.TestSampleResult.testSubResults(TestSampleResult.java:292) a