FSchumacher opened a new pull request #651: URL: https://github.com/apache/jmeter/pull/651
## Description Allow the usage of JMeter variables in all user definable parameters for GraphQL Sampler. ## Motivation and Context When JMeter variables are used inside variable or query blocks for the GraphQL Sampler, we cannot assume, that we still have valid JSON as long those variables are not rendered. The rendering of the variables is done at a later time in the life cycle. Therefore, we have to do our best to render JSON without actually checking the validity. Bugzilla Id: 65108 ## How Has This Been Tested? Test case has been added ## Screenshots (if appropriate): ## Types of changes <!--- What types of changes does your code introduce? Delete as appropriate --> - Bug fix (non-breaking change which fixes an issue) ## Checklist: <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [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. For queries about this service, please contact Infrastructure at: [email protected]
