[ http://issues.apache.org/jira/browse/DERBY-1408?page=comments#action_12416183 ]
Andreas Korneliussen commented on DERBY-1408: --------------------------------------------- > Comment by Mike Matrigali [14/Jun/06 12:25 AM] > This failed in the 6/9 build and passed in this environment on 6/2 - I don't > have more tests in this environement to look at. The test which failed was added 2006-06-08. I cannot reproduce the problem with a SUN JDK 1.3, since it seems to be correctly disabled in that environment: [EMAIL PROTECTED]:/<3>devel/derby> /usr/local/java/jdk1.3/bin/java org.apache.derbyTesting.functionTests.harness.RunTest jdbcapi/ScrollResultSetTest.junit *** Start: ScrollResultSetTest jdk1.3.1_15 2006-06-14 12:54:04 *** Test skipped: test cannot run with jvm: jdk13. ScrollResultSetTest.junit *** End: ScrollResultSetTest jdk1.3.1_15 2006-06-14 12:54:04 *** I think, to fix this issue, the test has to be disabled in the env. you are running in. I.e add: runwithj9=false in the ScrollResultSetTest_app.properties file. > derbyall/jdbcapi/ScrollResultSetTest failed > ------------------------------------------- > > Key: DERBY-1408 > URL: http://issues.apache.org/jira/browse/DERBY-1408 > Project: Derby > Type: Bug > Components: Regression Test Failure > Environment: IBM wsdd5.6 j9_13 > Reporter: Mike Matrigali > > ********* Diff file derbyall/jdbcapi/ScrollResultSetTest.diff > *** Start: ScrollResultSetTest jdk1.3.1 subset - 2.1 derbyall:jdbcapi > 2006-06-12 09:30:31 *** > 0 add > > .E.E > > There were 2 errors: > > FAILURES!!! > > Tests run: 2, Failures: 0, Errors: 2 > Test Failed. > *** End: ScrollResultSetTest jdk1.3.1 subset - 2.1 derbyall:jdbcapi > 2006-06-12 09:30:39 *** -- 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
