Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 223005 - (For JVM Collections ordering differences) Refactor jpql core.test setup() to search for appropriate employee instead of using the first one

EclipseLink committers,
    The following core.test patch will be checked-in in 2 phases today and tomorrow.
 
    https://bugs.eclipse.org/223005
 
    Description:
        The eclipselink build machine uses a different JVM implementation than the development Intel 32bit JVM.
        The result of this is that some collections when iterated - returned elements in a different hash order.
 
        phase 1: Today - check in jpql test framework change and single test modification for 20070315 test failure on substring() call
        phase 2: Tomorrow - check in all other jpql test changes that perform any aString.substring() operations and may fail in the future.
 
    Suggestion(s) and Review(s) by:
 
        Andrei Ilitchev
        Tom Ware
 
    thank you
    /michael
 

Back to the top