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

   ## Description
   JSR223 compile errors show in various formats in log and more impacting is 
the fact that one doesn't always has access to sampler name or it's not clear 
where it starts and where it ends; also, stack traces are sometimes duplicated, 
making reading a lot harder.
   I've simply unified the log statements for JSR223 elements while sampler 
name is included between simple quotes and removed double stack trace printing.
   
   ## Motivation and Context
   Hard to debug or to analyze root cause of a JSR223 related failure.
   
   ## How Has This Been Tested?
   Run various JSR223 elements with incorrect scripts to force compilation 
failure.
   
   ## Screenshots (if appropriate):
   
   ## Types of changes
   - New feature (non-breaking change which adds functionality)
   
   ## 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to