Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Thread scheduler to be enabled/disabled from property #4804

Open
asfimport opened this issue Jun 19, 2018 · 1 comment
Open

Allow Thread scheduler to be enabled/disabled from property #4804

asfimport opened this issue Jun 19, 2018 · 1 comment

Comments

@asfimport
Copy link
Collaborator

matthew (Bug 62475):
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

OS: All

@asfimport
Copy link
Collaborator Author

orimarko (migrated from Bugzilla):
Scheduler was changed, End/Start Times removed, is this issue still relevant?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant