Hi Satheesh,
Looks like you will want to exclude lang/updatableResultSet.java as well from
Derby Network Client suite since that test is testing updatable resultset apis.
Mamta
Satheesh Bandaram wrote:
> In preparing for a submission of Derby Network Client for a vote, I am
> submitting the following patch to update some masters. I will be
> committing these very soon.
>
> Satheesh
>
>
> ------------------------------------------------------------------------------------------------------------------------
> Index:
> java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out
> ===================================================================
> ---
> java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out
> (revision 151206)
> +++
> java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/sysinfo.out
> (working copy)
> @@ -12,6 +12,7 @@
> derby.drda.host=localhost
> derby.drda.traceAll=false
> ----- Derby Information --------
> +JRE - JDBC: J2SE 1.4 - JDBC 3.0
> -----
> ----- Locale Information -----------------
> Current Locale : [English/United States [en_US]]
> @@ -40,6 +41,7 @@
> derby.drda.host=localhost
> derby.drda.traceAll=false
> ----- Derby Information --------
> +JRE - JDBC: J2SE 1.4 - JDBC 3.0
> -----
> ----- Locale Information -----------------
> Current Locale : [English/United States [en_US]]
> Index:
> java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall
> ===================================================================
> ---
> java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall
> (revision 151206)
> +++
> java/testing/org/apache/derbyTesting/functionTests/suites/noDerbyNetClient.runall
> (working copy)
> @@ -1 +1,9 @@
> derbynet/dataSourcePermissions_net.java
> +# excluding resultsetStream.java because this test uses
> java.io.FileInputStream throughout the test
> +# excluding scrollCursors2.java because updatable resultsets & scroll
> sensitive cursors are not supported
> +# excluding batchUpdate.java for it hits a problem in networkserver
> ('beetle' 5561)
> +# excluding statementJdbc20.java because this tests fetch_reverse throughout
> the test
> +jdbcapi/resultsetStream.java
> +lang/scrollCursors2.java
> +jdbcapi/batchUpdate.java
> +jdbcapi/statementJdbc20.java