Bug 55084 - Add timeout support for JDBC Request
Summary: Add timeout support for JDBC Request
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: Nightly (Please specify date)
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2013-06-08 22:26 UTC by Mikhail Epikhin
Modified: 2013-06-09 13:42 UTC (History)
1 user (show)



Attachments
timeout option for jdbc samplers (5.58 KB, patch)
2013-06-08 22:26 UTC, Mikhail Epikhin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Epikhin 2013-06-08 22:26:41 UTC
Created attachment 30420 [details]
timeout option for jdbc samplers

Hello, i'm added timeout support for jdbc samplers throught http://docs.oracle.com/javase/6/docs/api/java/sql/Statement.html#setQueryTimeout(int) method

Please, include it into jmeter:)
Comment 1 Philippe Mouawad 2013-06-09 13:08:33 UTC
Date: Sun Jun  9 13:07:32 2013
New Revision: 1491213

URL: http://svn.apache.org/r1491213
Log:
Bug 55084 - Add timeout support for JDBC Request
Bugzilla Id: 55084

Modified:
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.java
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/JDBCTestElementBeanInfoSupport.java
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerResources.properties
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerResources_fr.properties
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2013-06-09 13:09:50 UTC
Thanks, applied with some minor changes.
Comment 3 Philippe Mouawad 2013-06-09 13:42:03 UTC
Date: Sun Jun  9 13:33:35 2013
New Revision: 1491215

URL: http://svn.apache.org/r1491215
Log:
Bug 55084 - Add timeout support for JDBC Request
Bugzilla Id: 55084

Modified:
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources.properties
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPostProcessorResources_fr.properties
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources.properties
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/processor/JDBCPreProcessorResources_fr.properties


Date: Sun Jun  9 13:36:47 2013
New Revision: 1491217

URL: http://svn.apache.org/r1491217
Log:
Bug 55084 - Add timeout support for JDBC Request
Bugzilla Id: 55084

Modified:
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.java

Date: Sun Jun  9 13:40:33 2013
New Revision: 1491218

URL: http://svn.apache.org/r1491218
Log:
Bug 55084 - Add timeout support for JDBC Request
Fixed javadocs
Bugzilla Id: 55084

Modified:
    jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/AbstractJDBCTestElement.java
Comment 4 The ASF infrastructure team 2022-09-24 20:37:54 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3139