On 9/12/06, Suresh Thalamati (JIRA) <[email protected]> wrote:
[
http://issues.apache.org/jira/browse/DERBY-1618?page=comments#action_12434273 ]
Suresh Thalamati commented on DERBY-1618:
-----------------------------------------
I reviewed the latest patch, it look good. I wanted to check with you
couple of small changes in the diff file,
before committing the patch.
1) How is the following change in the diff is related to this bug fix ?
Name: svn:externals
- derby/10.1 https://svn.apache.org/repos/asf/db/derby/jars/10.1.1.0
+ derby/10.1 https://svn.apache.org/repos/asf/db/derby/jars/10.1.3.1
2) There are some new println() statements in BootAllTest.java , which are
commented out. I typically remove such debug statements, once I find the
problem. I am ok , if you would like to keep them there.
+println(" start testSettingBootAllPropertyWithHomePropertySet ");
+ //println(" attributes length: " + attributes.length);
//println(" attributes[" + i + "].name" + attributes[i].name);
...etc.
Thanks
/suresh
> store/BootAllTest.junit fails on with jdk13 based jvms
> ------------------------------------------------------
>
> Key: DERBY-1618
> URL: http://issues.apache.org/jira/browse/DERBY-1618
> Project: Derby
> Issue Type: Bug
> Components: Regression Test Failure
> Affects Versions: 10.2.1.0
> Environment: windows. (insane jars) 10.2.0.5 alpha - (426734)
> Reporter: Sunitha Kambhampati
> Assigned To: Myrna van Lunteren
> Fix For: 10.2.1.0
>
> Attachments: DERBY-1618_20060901.diff, DERBY-1618_20060910.diff,
DERBY-1618_20060910.stat
>
>
> bootAll test fails on ibm131, wctme5.7.
> ********* Diff file derbyall/storeall/storemore/BootAllTest.diff
> *** Start: BootAllTest jdk1.3.1 storeall:storemore 2006-07-30 06:35:16 ***
> 0 add
> > .F
> > There was 1 failure:
> > 1)
testSettingBootAllPropertyWithHomePropertySet(org.apache.derbyTesting.functionTests.tests.store.BootAllTest)junit.framework.AssertionFailedError:
The number of databases should be expected:<3> but was:<0>
> > FAILURES!!!
> > Tests run: 1, Failures: 1, Errors: 0
> Test Failed.
> *** End: BootAllTest jdk1.3.1 storeall:storemore 2006-07-30 06:35:35 ***
--
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
Oooops. Those externals changes are unrelated, and I should not have
left the debug statements in BootAllTest.java; that test remains
unchanged (similar to the first patch).
Sloppy.
I'll need to make a new patch. Do you think I need to rerun derbyall
with those 2 jvms? Doesn't seem needed to me, but I will if you think
I should.
Thx,
Myrna