[ http://issues.apache.org/jira/browse/DERBY-2063?page=comments#action_12448491 ] Øystein Grøvlen commented on DERBY-2063: ----------------------------------------
The tinderbox logs, indicates that these failures was introduced by the following check-in: Changes from 472016/472184 to 472188: ------------------------------------------------------------------------ r472187 | djd | 2006-11-07 19:18:54 +0100 (Tue, 07 Nov 2006) | 7 lines DERBY-2036 DERBY-2043 DERBY-2047 (partial) Re-work connection handling in JUnit tests. Create connection factory Connector with two implementations, DataSourceConnector and DriverManagerConnector. This ensures that running tests does not attempt to load DriverManager when running tests with JSR169. Ensure DataSource implementation sets user name and password from configuration for the getConnection() method to ensure the ChangerUserTestSetup works. Refactor the setting of data source Java bean properties to be from a HashMap rather than a Properties object to ensure that no special code exists at the lowest level to deal with different property types. ------------------------------------------------------------------------ U java/testing/org/apache/derbyTesting/functionTests/tests/lang/DatabaseClassLoadingTest.java U java/testing/org/apache/derbyTesting/functionTests/tests/lang/_Suite.java U java/testing/org/apache/derbyTesting/junit/JDBCClient.java A java/testing/org/apache/derbyTesting/junit/DriverManagerConnector.java A java/testing/org/apache/derbyTesting/junit/DataSourceConnector.java U java/testing/org/apache/derbyTesting/junit/TestConfiguration.java A java/testing/org/apache/derbyTesting/junit/JDBCDataSource.java A java/testing/org/apache/derbyTesting/junit/Connector.java > derbynet/ShutDownDBWhenNSShutsDownTest.junit fails with IBM JVM 142 and 15 on > Linux platform > -------------------------------------------------------------------------------------------- > > Key: DERBY-2063 > URL: http://issues.apache.org/jira/browse/DERBY-2063 > Project: Derby > Issue Type: Bug > Components: Regression Test Failure > Affects Versions: 10.2.1.8 > Reporter: Manjula Kutty > > *** Start: ShutDownDBWhenNSShutsDownTest jdk1.5.0 DerbyNetClient > derbynetmats:derbynetmats 2006-11-07 23:29:20 *** > 0 add > > .F. > > There was 1 failure: > > 1) > > testEngineShutdownDoesNotTakeDownNS(org.apache.derbyTesting.functionTests.tests.derbynet.ShutDownDBWhenNSShutsDownTest)junit.framework.ComparisonFailure: > > Engine shutdown expected:<XJ015> but was:<08001> > > FAILURES!!! > > Tests run: 2, Failures: 1, Errors: 0 > Test Failed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
