Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 370487

Summary: Test for Bug 368653 fails on serveral databases
Product: z_Archived Reporter: Tom Ware <tom.ware>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: martin.grebac
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 454799    

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