Build failed in Jenkins: JMeter-trunk #6849

2018-07-16 Thread Apache Jenkins Server
See Changes: [fschumacher] Don't use a colon as part of the "tab" string when indenting JSON in RenderAsJSON. Bugzilla Id: 62545 -- [...truncated 507.08 KB...] [jmeter] .

buildbot failure in on jmeter-trunk

2018-07-16 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/3865 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler sched

Re: Render JSON issue

2018-07-16 Thread Felix Schumacher
Am 16.07.2018 um 10:02 schrieb Jmeter Tea: About Render JSON option in View Results Tree, RenderAsJSON have TAB_SEPARATOR = ": " This means that when rendering JSON it creates an invalid JSON with `:` characters { "code":"1", "message":"Not found" } Will be render as {: "code":"1",:

buildbot success in on jmeter-trunk

2018-07-16 Thread buildbot
The Buildbot has detected a restored build on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/3864 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler sc

buildbot failure in on jmeter-trunk

2018-07-16 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/3863 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler sched

Re: BUG 62536 / Introduce a kind of workflow for Load Testing (Record / Validate / Load Test)

2018-07-16 Thread Antonio Gomes Rodrigues
Hi, - Maybe the recorder should be here by default and not deletable and a record button could then be added as a menu +1 - And finally, since a Thread Group is the mandatory component to add Test items, it should be here by default +1 About ignore View Results Tree on non GUI tests, I am not o

Re: Generating report by default in NON GUI mode

2018-07-16 Thread Antonio Gomes Rodrigues
Hi Philippe, It's a good idea but I think we need to: Optimize the performance Improve the output during the generation to display something to the user Because when I made a big load test (many days with a high traffic), the generation of dashboard take a lot of time Antonio Le dim. 15 juil.

Render JSON issue

2018-07-16 Thread Jmeter Tea
About Render JSON option in View Results Tree, RenderAsJSON have TAB_SEPARATOR = ": " This means that when rendering JSON it creates an invalid JSON with `:` characters { "code":"1", "message":"Not found" } Will be render as {: "code":"1",: "message":"Not found"} Is there a reason for `