Jenkins build is back to normal : JMeter Windows #1651

2020-03-29 Thread Apache Jenkins Server
See

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

2020-03-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: JMeter-trunk #7703

2020-03-29 Thread Apache Jenkins Server
See Changes: [sitnikov.vladimir] Fix imports in JUnitTestSamplerGui -- [...truncated 61.68 KB...] > Task :src:functions:autostyleCheck > Task :src:bshclient:compileJava

Build failed in Jenkins: JMeter-trunk #7702

2020-03-29 Thread Apache Jenkins Server
See Changes: [sitnikov.vladimir] UX: improve default sizing for the row height -- [...truncated 10.56 KB...] > Task :buildSrc:batchtest:processTestResources NO-SOURCE > Task

Re: [Bug 64287] WhileController: Improve UX

2020-03-29 Thread Vladimir Sitnikov
Philippe, Thanks for doing the cleanup. I deliberately refrained from touching individual components :) However, can you please clarify what is the value of those one-time Bugzilla issues? They do appear in the email notifications, so they produce some noise. Later the end-users would crawl

Re: [jmeter] branch master updated: Bug 64283 - XPath2 Extractor: Improve UX

2020-03-29 Thread Vladimir Sitnikov
+mainPanel.add(createScopePanel(true, true, true), BorderLayout.NORTH); + <-- trailing whitespace +JPanel panel = new JPanel(new MigLayout("fillx, wrap 2", "[][fill,grow]")); Phillippe, just wondering: I guess there's EditorConfig plugin for your IDE (or a setting to trim

Build failed in Jenkins: JMeter-trunk #7701

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix $NON-NLS-1$ [pmouawad] Remove Etched Border [pmouawad] Bug 64287 - WhileController: Improve UX [pmouawad] Bug 64288 - JUnit Request: Improve UX

Jenkins build is back to normal : JMeter Ubuntu #992

2020-03-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: JMeter Windows #1650

2020-03-29 Thread Apache Jenkins Server
See Changes: [sitnikov.vladimir] Bug 64285 - Avoid NPE when Clearing after switching to a different LAF [sitnikov.vladimir] Fix trailing whitespace in XPath2ExtractorGui

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

2020-03-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: JMeter-trunk #7699

2020-03-29 Thread Apache Jenkins Server
See Changes: [sitnikov.vladimir] Bug 64285 - Avoid NPE when Clearing after switching to a different LAF -- [...truncated 20.46 KB...] > Task :src:dist:autostyleConfigsCheck

Build failed in Jenkins: JMeter Ubuntu #991

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 64280 IfController: Improve UX [pmouawad] Fix violation [pmouawad] Bug 64281 - Counter Config: Improve UX [pmouawad] Remove etched border although I liked them [pmouawad] Bug 64282

Re: [jmeter] branch master updated: Bug 64280 IfController: Improve UX

2020-03-29 Thread sebb
On Sun, 29 Mar 2020 at 12:20, wrote: > > This is an automated email from the ASF dual-hosted git repository. > > pmouawad pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/jmeter.git > > > The following commit(s) were added to refs/heads/master by this push: >

Build failed in Jenkins: JMeter Windows #1649

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 64280 IfController: Improve UX [pmouawad] Fix violation [pmouawad] Bug 64281 - Counter Config: Improve UX [pmouawad] Remove etched border although I liked them [pmouawad] Bug

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

2020-03-29 Thread Apache Jenkins Server
See

Build failed in Jenkins: JMeter-trunk #7698

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 64283 - XPath2 Extractor: Improve UX -- [...truncated 25.60 KB...] > Task :src:generator:autostyleConfigsCheck NO-SOURCE > Task

Build failed in Jenkins: JMeter-trunk #7696

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix Violation: Remove unused imports -- [...truncated 49.86 KB...] > Task :src:protocol:java:autostyleCheck > Task

Build failed in Jenkins: JMeter-trunk #7695

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 64282 - Throughput Controller : Improve UX -- [...truncated 36.03 KB...] > Task :src:protocol:bolt:autostyleGroovyCheck > Task

Build failed in Jenkins: JMeter-trunk #7694

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Remove etched border although I liked them -- [...truncated 55.99 KB...] > Task :src:examples:autostyleKotlinGradleCheck > Task

Re: [jmeter] branch master updated: Bug 64280 IfController: Improve UX

2020-03-29 Thread Vladimir Sitnikov
> +conditionPanel.setBorder(BorderFactory.createEtchedBorder()); // $NON-NLS-1$ Philippe, please remove the etched border. It adds visual noise for no reason. I'm inclined that we should forbid the use of BorderFactory.createEtchedBorder() Vladimir

Build failed in Jenkins: JMeter-trunk #7693

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix violation [pmouawad] Bug 64281 - Counter Config: Improve UX -- [...truncated 189.72 KB...]

Build failed in Jenkins: JMeter-trunk #7692

2020-03-29 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 64280 IfController: Improve UX -- [...truncated 105.54 KB...] 0.1sec,5 completed, 0 failed, 0 skipped,

NoThreadClone should be used more often

2020-03-29 Thread Vladimir Sitnikov
Hi, I've noticed that we have just a few cases when NoThreadClone is used. It results in enormous memory consumption since the test plan is effectively duplicated for each and every thread. Just in case: my testcase is 1 thread group (100'000 threads), 10 transaction controllers (each has one