Hi Justin, I am trying to build GeoServer from source following the quick-start developer docs. The code seems to have compiled. It's just the tests that all seem to fail (or be skipped). I quite literally just followed these steps: http://docs.geoserver.org/stable/en/developer/quickstart/index.html
git clone git://github.com/geoserver/geoserver.git geoserver cd geoserver git checkout 2.2.x cd src mvn clean install After which it states "BUILD SUCCESSFUL" should be the result. Since it's a Maven build, i expected all the dependencies to be handled for me so i'm just not clear why my build fails nor where to start looking for diagnosing it. Thanks, --nix On 2012/10/05, at 10:39, Justin Deoliveira <[email protected]> wrote: > Hi Robert, > > I am not quite sure what the question is. The output below looks like a > failed build due to failed test cases in the main module, namely > XMLUserGroupServiceTest and AuthenticationCacheFilterTest. > > Are you referring to not seeing how they are passing on the continuos build > server? What revision are you building from? > > -Justin > > On Fri, Oct 5, 2012 at 7:55 AM, robert <[email protected]> wrote: > Hi, > > I'm new to GeoServer. Sorry if i've overlooked a resource on this. > > I'm curious how these tests are consider passing (or not failing). I'm seeing > similar results for most of the test suite for the 2.2.x branch under Ubuntu > 12.04.1 LTS following > http://docs.geoserver.org/stable/en/developer/quickstart/index.html > > Running org.geoserver.security.xml.XMLUserDetailsServiceTest > Oct 05, 2012 1:42:39 PM org.vfny.geoserver.global.GeoserverDataDirectory init > SEVERE: > ---------------------------------- > - GEOSERVER_DATA_DIR: > /root/geoserver/src/main/./target/live3714295130424965378data > ---------------------------------- > Oct 05, 2012 1:42:47 PM org.vfny.geoserver.global.GeoserverDataDirectory init > SEVERE: > ---------------------------------- > - GEOSERVER_DATA_DIR: > /root/geoserver/src/main/./target/live3458386369684002170data > ---------------------------------- > Oct 05, 2012 1:42:49 PM org.vfny.geoserver.global.GeoserverDataDirectory init > SEVERE: > ---------------------------------- > - GEOSERVER_DATA_DIR: > /root/geoserver/src/main/./target/live2883012775483481737data > ---------------------------------- > Oct 05, 2012 1:42:52 PM org.vfny.geoserver.global.GeoserverDataDirectory init > SEVERE: > ---------------------------------- > - GEOSERVER_DATA_DIR: > /root/geoserver/src/main/./target/live6475882818206486802data > ---------------------------------- > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.001 sec > > > ... > > > Results : > > Failed tests: > testIsModified(org.geoserver.security.xml.XMLUserGroupServiceTest) > testRemove(org.geoserver.security.xml.XMLUserGroupServiceTest): > expected:<0> but was:<6> > testEmptyPassword(org.geoserver.security.xml.XMLUserGroupServiceTest): > expected:<0> but was:<6> > > Tests in error: > testEraseCredentials(org.geoserver.security.xml.XMLUserGroupServiceTest): > Already locked > testPasswordRecoding(org.geoserver.security.xml.XMLUserGroupServiceTest): > Already locked > testBasicAuth(org.geoserver.security.auth.AuthenticationCacheFilterTest): > org.geoserver.security.auth.LRUAuthenticationCacheImpl cannot be cast to > org.geoserver.security.auth.TestingAuthenticationCache > > Tests run: 468, Failures: 3, Errors: 3, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] GeoServer ......................................... SUCCESS [2.591s] > [INFO] Core Platform Module .............................. SUCCESS [24.865s] > [INFO] Open Web Service Module ........................... SUCCESS [1:09.873s] > [INFO] Main Module ....................................... FAILURE > [18:23.130s] > [INFO] Web Feature Service Module ........................ SKIPPED > [INFO] Web Coverage Service Module ....................... SKIPPED > [INFO] Web Map Service Module ............................ SKIPPED > [INFO] GeoServer Web Modules ............................. SKIPPED > [INFO] Core UI Module .................................... SKIPPED > [INFO] Security UI Module ................................ SKIPPED > [INFO] GeoServer Security Modules ........................ SKIPPED > [INFO] GeoServer JDBC Security Module .................... SKIPPED > [INFO] GeoServer LDAP Security Module .................... SKIPPED > [INFO] Web Coverage Service 1.0 Module ................... SKIPPED > [INFO] Web Coverage Service 1.1 Module ................... SKIPPED > [INFO] GeoWebCache (GWC) Module .......................... SKIPPED > [INFO] REST Support Module ............................... SKIPPED > [INFO] REST Configuration Service Module ................. SKIPPED > [INFO] WMS UI Module ..................................... SKIPPED > [INFO] GWC UI Module ..................................... SKIPPED > [INFO] WFS UI Module ..................................... SKIPPED > [INFO] Demoes Module ..................................... SKIPPED > [INFO] WCS UI Module ..................................... SKIPPED > [INFO] GeoServer Web Application ......................... SKIPPED > [INFO] Community Space ................................... SKIPPED > [INFO] GeoServer Extensions .............................. SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 20:04.316s > [INFO] Finished at: Fri Oct 05 13:46:07 UTC 2012 > [INFO] Final Memory: 21M/50M > > Thanks > --nix > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > > > > -- > Justin Deoliveira > OpenGeo - http://opengeo.org > Enterprise support for open source geospatial. >
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
