You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2022/11/07 12:34:44 UTC

[GitHub] [jmeter] vdaburon opened a new issue, #5729: Add JMeter properties for TestPlan options check box serialize_threadgroups, functional_mode, tearDown_on_shutdown

vdaburon opened a new issue, #5729:
URL: https://github.com/apache/jmeter/issues/5729

   ### Use case
   
   Currently you can't change Test Plan check box for serialize_threadgroups, functional_mode, tearDown_on_shutdown with a external JMeter properties.
   Be able to set options in the test plan.
   
   ### Possible solution
   
   Possible new properties for the test_plan
   
   for TestPlan.serialize_threadgroups use new property jmeter.test_plan.serialize_threadgroups (true or false, **false** default value) 
   for TestPlan.functional_mode use new  property jmeter.test_plan.functional_mode (true or false, **false** default value) 
   for TestPlan.tearDown_on_shutdown use property jmeter.test_plan.tearDown_on_shutdown (true or false, **true** default value) 
   
   and use this new properties likes : 
   jmeter.bat -J**jmeter.test_plan.serialize_threadgroups=true** ...
   
   ### Possible workarounds
   
   _No response_
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] vlsi commented on issue #5729: Add JMeter properties for TestPlan options check box serialize_threadgroups, functional_mode, tearDown_on_shutdown

Posted by GitBox <gi...@apache.org>.
vlsi commented on issue #5729:
URL: https://github.com/apache/jmeter/issues/5729#issuecomment-1317316914

   I guess, here's the first request of such kind: https://github.com/apache/jmeter/issues/1252


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] FSchumacher commented on issue #5729: Add JMeter properties for TestPlan options check box serialize_threadgroups, functional_mode, tearDown_on_shutdown

Posted by GitBox <gi...@apache.org>.
FSchumacher commented on issue #5729:
URL: https://github.com/apache/jmeter/issues/5729#issuecomment-1317305009

   If you think it is useful, why not.
   Some time ago, we had some discussion about enhancing check boxes to be able to take/evaluate JMeter functions/variables. But the evaluation of these checkboxes is probably to early for those (not yet existing) controls, right?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org