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

   ## Description
   Bugfix: https://github.com/apache/jmeter/issues/5896
    
   User Defined Variables are not evaluated on client (master) in distributed 
setups. This has beed fixed by a second pass through the test tree after it is 
sent to the servers.
   
   ## Motivation and Context
   We are using a distributed setup for our tests. Credentials and some 
configurations are passed via properties into the client (master). It occurred 
that the BackendListener, using User Defined Variables, received unevaluated 
strings as credentials (see bugticket linked for details).
   In order to prevent side effects for test party running on the servers, we 
decided a second pass over the needed testelements after sending the unmodified 
test to the servers would be best.
   
   
   ## How Has This Been Tested?
   Manual testing using debug logging.
   
   ## Types of changes
   - Bug fix (non-breaking change which fixes an issue)
   
   
   ## Checklist:
   - [X] My code follows the [code style][style-guide] of this project.
   - [ ] I have updated the documentation accordingly.  
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
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