jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

JDBC requests in a Transaction Controller not use the same connection。

Open asfimport opened this issue 3 years ago • 0 comments

hdchild (Bug 66261): JDBC requests in a Transaction Controller not use the same connection。

I configure "JDBC connection Configuration" with Auto Commit = False. I configure some JDBC requests in a Transaction Controller, I found 2 things:

  1. each JDBC request in a Transaction Controller may use different connection instead of use the same connection.
  2. At the end of test, jmeter will send "rollback" to all related connections.

The jmx file is uploaded

Created attachment yizhixing_script_10_11_12%20%281%29.jmx: the test plan jmx file

Severity: normal OS:

asfimport avatar Sep 14 '22 02:09 asfimport