[
https://issues.apache.org/jira/browse/DERBY-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551220
]
Mamta A. Satoor commented on DERBY-3261:
----------------------------------------
Checked in fix for this into trunk using revision 603823. The commit comments
were as follow
DERBY-3261 and part of DERBY-3037
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.
> 'Empty right rows returned = 0' expected '... = 1' in lang/outerjoin.sql
> ------------------------------------------------------------------------
>
> Key: DERBY-3261
> URL: https://issues.apache.org/jira/browse/DERBY-3261
> Project: Derby
> Issue Type: Bug
> Components: Regression Test Failure
> Affects Versions: 10.4.0.0
> Environment: OS: Solaris 10 6/06 s10x_u2wos_09a X86 64bits - SunOS
> 5.10 Generic_118855-14
> JVM: Sun Microsystems Inc. 1.6.0_02-b05
> Reporter: Ole Solberg
> Assignee: Mamta A. Satoor
> Priority: Minor
>
> See
> http://dbtg.thresher.com/derby/test/tinderbox_trunk16/jvm1.6/testing/testlog/SunOS-5.10_i86pc-i386/601833-derbyall_diff.txt
> Failure Details:
> ********* Diff file derbyall/derbylang/outerjoin.diff
> *** Start: outerjoin jdk1.6.0_02 derbyall:derbylang 2007-12-06 22:22:35 ***
> 1737 del
> < Empty right rows returned = 1
> 1737a1737
> > Empty right rows returned = 0
> Test Failed.
> *** End: outerjoin jdk1.6.0_02 derbyall:derbylang 2007-12-06 22:22:43 ***
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.