Re: Disable JDBC query timeout

2018-11-21 Thread Philippe Mouawad
Hello, Issue was created by you: - https://bz.apache.org/bugzilla/show_bug.cgi?id=62934 It is fixed in nightly build that you can try tomorrow. Alternatively, you can also try jenkins build once generation is finished: - https://builds.apache.org/job/JMeter-trunk/ To avoid

Re: Disable JDBC query timeout

2018-11-21 Thread Philippe Mouawad
Hello, You can follow this: - https://jmeter.apache.org/issues.html If not clear, let us know what needs to be improved. Thanks Regards On Wed, Nov 21, 2018 at 12:06 PM Heitor Projects - Jose < j...@heitorprojects.com> wrote: > Thanks for all the help and advice, everyone. I don't know how to

Re: Disable JDBC query timeout

2018-11-21 Thread Heitor Projects - Jose
Thanks for all the help and advice, everyone. I don't know how to file a feature-request for jMeter, so will ask if a contributing developer would kindly do so. The change seems very simple to implement, so I will download the jMeter source, make the change and (hopefully) be able to create a

Re: Disable JDBC query timeout

2018-11-21 Thread Bruno Antunes
Analysing source code on JMeter, ( http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.java?view=markup) , the timeout is always passed to the Driver. As commented we should fill an issue in order to request that feature. I don't see