While working on this PR https://github.com/geotools/geotools/pull/2890 to have Online testing of the Oracle JDBC module I'm running into some failing tests.

Some may have to do with how the user is defined in Oracle, but one of the failures definitely isn't and the failure line is slightly cryptic:

OracleFeatureSourceOnlineTest>OnlineTestCase.run:112->JDBCFeatureSourceOnlineTest.testMixedEncodeIn:680 expected:<[zero, two, 1, 2, 0.0]> but was:<[zero, two, 1, 2, 0.0]>

Basically the test compares 2 List<Object>, and as you can see the autoboxing to string yields the correct values.

Does anyone have an idea? any chance this is JDK related?
(I'm seeing the fail locally (open jdk 1.8.0_242) as wel as on Travis (also openjdk8: 1.8.0_242)

Any insights on the other 2 failing test are also welcome!

Getting unicorns on github, time to go home. Hope I didn't break anything there ;-).

Mark



_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to