Issue Type: Bug Bug
Affects Versions: 2.4-beta
Assignee: Rini Angreani
Components: Application schema
Created: 17/Jul/13 3:00 AM
Description:

app-schema-test LocalResolveTest.testResolveTimeOut fails intermittently when run as an online test:
https://cgsrv8.arrc.csiro.au/jenkins/view/geoserver-master/job/geoserver-master-app-schema-online-test/

Sometimes it fails against Oracle, but more often it fails against PostGIS at a different spot. The tested code in AbstractMappingFeatureIterator.setAttributeContent has a dodgy thread-polling loop. Furthermore, the WFS 2.0.0 spec states that resolveTimeOut must be a positive integer, so should not be zero as in this test.

Oracle Failure:

Failed tests:   testResolveTimeOut(org.geoserver.test.LocalResolveTest): expected:<[urn:x-test:GeologicUnit:gu.25699]> but was:<[]>

Tests run: 142, Failures: 1, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Application Schema Support ........................ SUCCESS [2.964s]
[INFO] Application Schema Integration Test ............... SUCCESS [22:49.569s]
[INFO] Sample DataAccess Integration Test ................ SUCCESS [12.452s]
[INFO] Application Schema Integration Online Test with Oracle Database  FAILURE [12:48.809s]
[INFO] Application Schema Integration Online Test with Postgis Database  SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------

PostGIS failure:

Failed tests:   testResolveTimeOut(org.geoserver.test.LocalResolveTest): expected:<[gu.25699]> but was:<[]>

Tests run: 142, Failures: 1, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Application Schema Support ........................ SUCCESS [1.830s]
[INFO] Application Schema Integration Test ............... SUCCESS [21:40.652s]
[INFO] Sample DataAccess Integration Test ................ SUCCESS [12.708s]
[INFO] Application Schema Integration Online Test with Oracle Database  SUCCESS [12:14.232s]
[INFO] Application Schema Integration Online Test with Postgis Database  FAILURE [2:23.777s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
Project: GeoServer
Priority: Major Major
Reporter: Ben Caradoc-Davies
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to