https://bz.apache.org/bugzilla/show_bug.cgi?id=61259
Liu XP <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #4 from Liu XP <[email protected]> --- Yes. I have verified it and it need to be fixed with the additional setting. dataSource.setEnableAutoCommitOnReturn(false); You can try to test with following three JDBC Sampler with current fix soluction. 1. Prepare some records into AAAA table and truncate table BBBB. 2. Do following SQL with 3 JDBC Sampler in one thread. insert into BBBB (select * from AAAA) select Name from BBBB Query Type with Rollback 3. And then check the BBBB table at last. If transaction worked normally, the BBBB table should be empty.But,you will find the table BBBB is not empty. -- You are receiving this mail because: You are the assignee for the bug.
