On 09/10/15 02:55, Walter Stovall wrote: > What's the difference between a "failure" and an "error"?
A failure is when a JUnit assertion fails (an AssertionFailedError is thrown and caught in the enclosing JUnit TestRunner) and errors are when other exceptions are thrown. In practice they are all just failures from our point of view and the distinction can be ignored. > OracleDataStoreAPIOnlineTest [...] > OracleSpatialFiltersOnlineTest [...] > Being as new to the tool as I am and with limited time to invest, I'm not > very prepared to dive into debugging those tests. Are they perhaps somehow > obsolete or would you more suspect something about my environment? Tests are run by maven-surefire-plugin and full stack traces for these failures can be found in its reports. For these tests: jdbc-oracle/target/surefire-reports/org.geotools.data.oracle.OracleDataStoreAPIOnlineTest.txt jdbc-oracle/target/surefire-reports/org.geotools.data.oracle.OracleSpatialFiltersOnlineTest.txt The full stack trace can be very revealing. What is your Oracle version? Vanilla or Enterprise? Locator or Spatial? Are you using XE? How much memory and disk? Do you see any errors in the Oracle logs? Kind regards, -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ _______________________________________________ GeoTools-Devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
