You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/02/04 04:36:28 UTC

[Bug 64113] New: Can not run functional test from NON-GUI / CMD / Command prompt mode

https://bz.apache.org/bugzilla/show_bug.cgi?id=64113

            Bug ID: 64113
           Summary: Can not run functional test from NON-GUI / CMD /
                    Command prompt mode
           Product: JMeter
           Version: 5.2.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: dmitry.nechaev@jax.com.au
  Target Milestone: JMETER_6.0.0

Regardless of any configuration, when running in non-guid mode the test results
come with <responseData> as "Non-TEXT response data, cannot record: ()"

I added following properties to user.properties, saveservice.properties:
jmeter.save.saveservice.output_format=xml
jmeter.save.saveservice.response_data=true
jmeter.save.saveservice.samplerData=true
jmeter.save.saveservice.requestHeaders=true
jmeter.save.saveservice.url=true

They made no difference.
I checked ON "functional test mode" of the jmx file. 
I provided these properties as --systemproperty and tries to use
--systemPropertyFile

Still the same.
Works only in GUI mode.

Very poor documentation on "Functional testing" topic, seems the only option is
to open in GUI mode and change parameters manually to point to the old/new API
for testing.

Desired behaviour: generate xml file as in GUI mode

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64113] Can not run functional test from NON-GUI / CMD / Command prompt mode

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64113

dmitry.nechaev@jax.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64113] Can not run functional test from NON-GUI / CMD / Command prompt mode

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64113

dmitry.nechaev@jax.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from dmitry.nechaev@jax.com.au ---
The original bug was lodged incorrectly.

I figured out that this is caused by Transaction Controller with "Generate
parent sample" which I added lately. It affects GUI and NON-GUI in a similar
way.

I don't know how to implement retry policy in a functional test and back to
square 1.

-- 
You are receiving this mail because:
You are the assignee for the bug.