Transaction Controller enhancement - make user specify transaction status aggregation rules from child sampler's statuses. Currently transaction is successful when ALL child samplers are successful. (AND rule) I suggest to add the "OR aggregation" checkbox to Transaction Controller UI, meaning that transaction is successful when there is at least one successful child sampler. This checkbox should be unchecked by default. This will help to implement the "http retry" much easier that it is possible today. Check this Frankenstein for example (not working in Jmeter5 btw): https://www.blazemeter.com/blog/how-to-count-retries-as-a-single-request-in-jmeter What I'm trying to achieve, is having these "OR-aggregated" transactions in Jmeter reports as successful, when a sequence of failed child samplers requests ended up with successful one. With transaction time still being the total of all child samplers time, as it is now. And I still want to have proper success/fail statuses for child samplers within the transaction.
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4930