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 2018/06/19 20:15:25 UTC

[Bug 62475] New: Allow Thread scheduler to be enabled/disabled from property

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

            Bug ID: 62475
           Summary: Allow Thread scheduler to be enabled/disabled from
                    property
           Product: JMeter
           Version: 4.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: matthew@jenika.com
  Target Milestone: ---

For the THREAD properties:

Number of Threads (users): ${__P(T1.threads)}
Ramp-Up Period (in seconds): ${__P(T1.rampup)}
Loop Count: ${__P(T1.loop)}
Scheduler <check box> can't set from property
Duration (seconds): ${__P(T1.durationn)}
Startup delay (seconds): ${__P(T1.delay)}
Start Time: ${__P(T1.start)}
End Time: ${__P(T1.end)}

I use external property files to control configuration. The above works great
for anything that I either always want a schedule for or don't ever want a
schedule for. However in many cases I want to run the same test using a
schedule and in another case without one.

Currently I cannot enable a schedule with a property so I have to modify the
jmx file any time I want to use or not use the schedule in a test.

It would be nice if I could define the Scheduler value through a property.

Scheduler: ${__P(T1.schedule)}

Then

T1.schedule=true

or

T1.schedule=false

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

[Bug 62475] Allow Thread scheduler to be enabled/disabled from property

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

orimarko <or...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orimarko@gmail.com

--- Comment #1 from orimarko <or...@gmail.com> ---
Scheduler was changed, End/Start Times removed, is this issue still relevant?

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

[Bug 62475] Allow Thread scheduler to be enabled/disabled from property

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

orimarko <or...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

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