[
https://issues.apache.org/jira/browse/DERBY-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784511#action_12784511
]
Knut Anders Hatlen edited comment on DERBY-4460 at 12/1/09 11:24 PM:
---------------------------------------------------------------------
This issue is probably similar to DERBY-4457. The failing test case performs an
INSERT INTO ... SELECT DISTINCT, and the order of the rows returned by SELECT
DISTINCT is dependent on the hash table implementation of the JVM. I'll take a
look at it.
was (Author: knutanders):
This probably similar to DERBY-4457. The failing test case performs an
INSERT INTO ... SELECT DISTINCT, and the order of the rows returned by SELECT
DISTINCT is dependent on the hash table implementation of the JVM. I'll take a
look at it.
> test_031_derby_4413 failed in nightly regression run : ComparisonFailure:
> expected:<1> but was:<2>
> --------------------------------------------------------------------------------------------------
>
> Key: DERBY-4460
> URL: https://issues.apache.org/jira/browse/DERBY-4460
> Project: Derby
> Issue Type: Bug
> Components: Test
> Affects Versions: 10.6.0.0
> Environment: ibm15 jvm on windows
> ibm142 jvm on linux
> ibm15 jvm on linux
> Reporter: Mike Matrigali
> Assignee: Knut Anders Hatlen
>
> Failed in full nightly run along with the already fixed
> testDistinctInsertWithGeneratedColumn failure.
> 2)
> test_031_derby_4413(org.apache.derbyTesting.functionTests.tests.lang.GeneratedColumnsTest)junit.framework.ComparisonFailure:
> expected:<1> but was:<2>
> at
> org.apache.derbyTesting.functionTests.tests.lang.GeneratedColumnsHelper.assertResults(GeneratedColumnsHelper.java:346)
> at
> org.apache.derbyTesting.functionTests.tests.lang.GeneratedColumnsHelper.assertResults(GeneratedColumnsHelper.java:310)
> at
> org.apache.derbyTesting.functionTests.tests.lang.GeneratedColumnsTest.test_031_derby_4413(GeneratedColumnsTest.java:5442)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at
> org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:109)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
> at
> org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
> at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> at junit.extensions.TestSetup.run(TestSetup.java:23)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.