You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Rick Hillegas <Ri...@Sun.COM> on 2006/08/18 21:38:54 UTC

recent commits which aren't linked to JIRA entries

Here is a list of commits over the last week, which don't link to JIRAs. 
All of this work has been merged into the 10.2 branch. None of this work 
will appear bound to any release right now. Please adjust the commit 
comments if you would like to bind this work to a release.

Thanks,
-Rick

r432484 | djd | 2006-08-17 21:02:13 -0700 (Thu, 17 Aug 2006) | 1 line

Change ShutDownDBWhenNSShutsDownTest.java to use the connection provided 
by BaseJDBCTestCase.
------------------------------------------------------------------------
r432481 | djd | 2006-08-17 20:55:02 -0700 (Thu, 17 Aug 2006) | 1 line

Have ScriptTestCase use the connection provided by BaseJDBCTestCase.
------------------------------------------------------------------------
r432480 | djd | 2006-08-17 20:52:01 -0700 (Thu, 17 Aug 2006) | 1 line

Add a clean database test decorator to ProcedureTest.
------------------------------------------------------------------------
r432479 | djd | 2006-08-17 20:43:52 -0700 (Thu, 17 Aug 2006) | 1 line

Add a couple _Suite JUnit suites in lang and jdbc4, as framework, 
neither is used yet.
------------------------------------------------------------------------
r432478 | djd | 2006-08-17 20:42:29 -0700 (Thu, 17 Aug 2006) | 2 lines

Add some grant/revoke tests to PrepareExecuteDDL.

------------------------------------------------------------------------
r432477 | djd | 2006-08-17 20:39:11 -0700 (Thu, 17 Aug 2006) | 2 lines

Removing throwing Exception from setting up the Suite for ClosedObjectTest.

------------------------------------------------------------------------

r432469 | djd | 2006-08-17 19:48:15 -0700 (Thu, 17 Aug 2006) | 1 line

Remove Junit tests from jdbcapi.runall that included in _Suite.
------------------------------------------------------------------------

r432457 | djd | 2006-08-17 18:01:29 -0700 (Thu, 17 Aug 2006) | 3 lines

Change DataSourcePropertiesTest to be a self describing test and not 
rely on the old
test harness _app.properties method. Add it and ResultSetCloseTest to 
jdbcapi._Suite.

------------------------------------------------------------------------
r432456 | djd | 2006-08-17 17:59:18 -0700 (Thu, 17 Aug 2006) | 2 lines

Make ResultSetCloseTest and BLOBTest use the utility methods from 
BaseJDBCTestCase instead of using getXConnection().

------------------------------------------------------------------------
r432453 | djd | 2006-08-17 17:51:57 -0700 (Thu, 17 Aug 2006) | 2 lines

Change ProcedureTest to use the utility methods provided by 
BaseJDBCTestCase instead of using getXConnection.

------------------------------------------------------------------------

r432451 | djd | 2006-08-17 17:50:41 -0700 (Thu, 17 Aug 2006) | 3 lines

Change UpdateXXXTest suite method to pick up test methods starting with 
test automatically and
rename test that needs to be added when jdbc 2 or greater is supported.

------------------------------------------------------------------------

r431884 | andreask | 2006-08-16 05:08:06 -0700 (Wed, 16 Aug 2006) | 1 line

added PGP key for Andreas Korneliussen
------------------------------------------------------------------------
r431844 | kahatlen | 2006-08-15 23:44:17 -0700 (Tue, 15 Aug 2006) | 2 lines

Added my PGP key.

------------------------------------------------------------------------

Unaccounted for work in mega-merge 3:


r431734 | suresht | 2006-08-15 16:26:50 -0700 (Tue, 15 Aug 2006) | 4 lines

This patch fixes couple of java doc warnings.

Contributed by Army Brown (qozinx@gmail.com).

------------------------------------------------------------------------

r431696 | djd | 2006-08-15 13:37:07 -0700 (Tue, 15 Aug 2006) | 2 lines

Fix testSecMec so that if the server fails to start (checked by pinging 
it) the test prints a fail message
and completes, rather than just calling System.exit().
------------------------------------------------------------------------

r431195 | djd | 2006-08-13 10:08:04 -0700 (Sun, 13 Aug 2006) | 5 lines

Have the test harness jdbcapi run a single JUnit suite jdbcapi._Suite 
that includes most of the JUnit tests
that were run individually. Tests in this suite that were excluded in 
derby net or had _app.properties file
now self-exclude themselves based upon the JUnit utility methods 
indicating which JDBC client they are running.
Remaining JUnit tests should be included in jdbcapi._Suite, think they 
were added after I has started the _Suite
work.


Unaccounted for work in mega-merge 2:

r430894 | djd | 2006-08-11 13:57:18 -0700 (Fri, 11 Aug 2006) | 3 lines

Junit improvements, have the ScriptTestCase use the openTestResource 
method in BaseTestCase to get the script
file to avoid exceptions with a security manager. Added a couple more 
tests to the language scripts and added
the clean database decorator to each test run.
------------------------------------------------------------------------

r430889 | djd | 2006-08-11 13:38:49 -0700 (Fri, 11 Aug 2006) | 3 lines

Junit improvements in the functionTests.tests.jdbcapi package. Add a 
_Suite to run all the JUnit tests.
Add checks to ConcurrencyTest, ProcedureTest and ScrollResultSet test to 
define their own requirements.
Make ConcurrencyTest not use the old harness to define when it is run.
------------------------------------------------------------------------

r430872 | djd | 2006-08-11 12:36:04 -0700 (Fri, 11 Aug 2006) | 2 lines

Junit improvements - setup security manager (not yet enabled for 
standalone tests) to be driven
by the test configuration, add openTestResource method in BaseTestCase 
that works with a security manager.
------------------------------------------------------------------------