You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/04/21 23:00:29 UTC

svn commit: r1740410 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Thu Apr 21 21:00:29 2016
New Revision: 1740410

URL: http://svn.apache.org/viewvc?rev=1740410&view=rev
Log:
Bug 59363 - Bug in JDBC Request Sampler for Nightly Build (21.04.2016)
Document behaviour
Bugzilla Id: 59363

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1740410&r1=1740409&r2=1740410&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Apr 21 21:00:29 2016
@@ -4057,6 +4057,8 @@ instead. (see figures 12 and 13).</p>
         <property name="Validation Query" required="Yes">A simple query used to determine if the database is still responding.
         This defaults to 'SELECT 1' which is suitable for many databases. 
         However some may require a different query; for example Oracle requires something like 'SELECT 1 FROM DUAL'.
+        Note this validation query is used on pool creation to validate it even if "Test While Idle" suggests query would only be used on idle connections. 
+        This is DBCP behaviour.
         </property>
         <property name="Database URL" required="Yes">JDBC Connection string for the database.</property>
         <property name="JDBC Driver class" required="Yes">Fully qualified name of driver class. (Must be in