You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2016/07/05 19:32:05 UTC

[Bug 59803] New: Use jdbc method isValid, when no validation query is given

https://bz.apache.org/bugzilla/show_bug.cgi?id=59803

            Bug ID: 59803
           Summary: Use jdbc method isValid, when no validation query is
                    given
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: felix.schumacher@internetallee.de

Created attachment 34011
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34011&action=edit
Don't set validationquery, when none is given

Use the default isValid method from jdbc, when no validation query is given for
the jdbc pool.

The patch was discussed shortly in Bug 59363.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 59803] Use jdbc method isValid, when no validation query is given

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59803

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Date: Tue Jul  5 19:45:30 2016
New Revision: 1751545

URL: http://svn.apache.org/viewvc?rev=1751545&view=rev
Log:
Use isValid() method from jdbc driver, if no validationQuery
is given in JDBC Connection Configuration.

Bugzilla Id: 59803

Modified:
   
jmeter/trunk/src/protocol/jdbc/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.