Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 370487 - Test for Bug 368653 fails on serveral databases
Summary: Test for Bug 368653 fails on serveral databases
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 454799
  Show dependency tree
 
Reported: 2012-02-02 14:49 EST by Tom Ware CLA
Modified: 2022-06-09 10:34 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Ware CLA 2012-02-02 14:49:23 EST
testSequenceObjectWithSchemaName() in EntityManagerJUnitTestSuite.java, the test failed in 2.3 and main both with third party databases like:

In 2.3:     Derby, DB2 universal
In main:  Derby, postgresql-9-postgresql

This is likely because those platforms require a similar fix

See Bug 368653

To test remove this line from EntityManagerJunitTestSuite.testSequenceObjectWithSchemaName()

        if (getServerSession().getPlatform().isDerby() || getServerSession().getPlatform().isDB2() || getServerSession().getPlatform().isPostgreSQL()){
            return;
        }
Comment 1 Eclipse Webmaster CLA 2022-06-09 10:34:31 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink