Fi6uDvGWucFv commented on issue #6734: URL: https://github.com/apache/jmeter/issues/6734#issuecomment-5262610417
The lack of `try-catch` blocks in `runPreProcessors` and `runPostProcessors` directly leads to unhandled exceptions causing the entire processing pipeline to abort, which disrupts the flow of subsequent assertions and notifications. Should we consider implementing a similar error-handling strategy as used in `JMeterThread.processAssertion()` to ensure graceful degradation and allow for logging while still executing remaining processors? -- 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]
