|
Olg, I tried going to http://clustra.norway.sun.com/~os136789/Apache/tinderbox_trunk16/jvm1.6/testing/testlog/SunOS-5.10_i86pc-i386/601833-derbyall_diff.txt to see the test results but looks like the url is incorrect. Could you please check if there is some typo in the url that you posted? thanks
Sorry, wrong (internal) link. This is the correct one @ thresher:
http://dbtg.thresher.com/derby/test/tinderbox_trunk16/jvm1.6/testing/testlog/SunOS-5.10_i86pc-i386/601833-derbyall_diff.txt I am working on invesitgating this failure. It appears that the problem is that the run time stats are getting cleared before they are collected. I hope to have a fix for this in couple days if not sooner,
Checked in fix for this into trunk using revision 603823. The commit comments were as follow
The outerjoin.sql was failing because the part of the runtime statistcis info was getting erased before LanguageResultSet.close() code collected it all. I moved the erasing of runtime stat code so that it happened once the stat was collected successfully. In addition, I removed redundant code of closing and finishing the LanguageResultSet from EmbedResultSet.java because these steps happen as part of activation.close I will merge this into 10.3 codeline and fire the tests there. Fixed in trunk tinderbox run on svn 603823: http://dbtg.thresher.com/derby/test/tinderbox_trunk16/jvm1.6/testing/Limited/testSummary-603823.html
Thanks Ole for checking that the fix actually worked with the tinerbox runs. I am running derbyall right now on 10.3 codeline and then will merge the fix there too. Junit tests ran fine on 10.3 on the merged codeline.
Merged changes from trunk(603823) into 10.3 codeline(r603980). All the tests ran fine.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
r601830 | mamta | 2007-12-06 11:47:40 -0800 (Thu, 06 Dec 2007) | 14 lines
DERBY-3037
Mamta, could you take a look?
Kathey