vlsi opened a new pull request, #6012:
URL: https://github.com/apache/jmeter/pull/6012

   Java sampler was inheriting "enabled" status from its config element as 
internally, Java Sampler UI always creates a config element and merges it to 
the java sampler.
   
   The solution is to move "configureTestElement(sampler);" to the very end of 
modifyTestElement so all the base properties are populated based on the element 
properties rather than "config element" properties.
   
   Ideally, we should somehow limit "mergeIn", and we should refrain from 
merging unexpected properties.
   
   Fixes https://github.com/apache/jmeter/issues/6004
   


-- 
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-unsubscr...@jmeter.apache.org

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

Reply via email to