opengeospatial / ets-wmts10

WMTS Test suite
Other
1 stars 3 forks source link

Test memory issues #22

Closed bermud closed 9 years ago

bermud commented 9 years ago

When executing KVP for this http://cite.lat-lon.de/deegree-webservices-3.4-pre15/services/wmts?service=WMTS&request=GetCapabilities

The test console stops (freezes) in this test:

Testing wmts:Server.KVP.GET.GetFeatureInfo.Mandatory type MandatoryIfImplemented in Test Mode with defaultResult Pass (s0036/server.profile.kvp.get/d4033e6040_1/d4033e7188_1)...             Context: wmts:main 

The logs report the following:

SEVERE: The web application [/teamengine] created a ThreadLocal with key of type [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1] (value [com.sun.jersey.core.impl.provider.xml.ThreadLocalSingletonContextProvider$1@1cade899]) and a value of type [net.sf.saxon.TransformerFactoryImpl] (value [net.sf.saxon.TransformerFactoryImpl@4c1784cb]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
Mar 05, 2015 7:56:13 PM org.apache.catalina.core.StandardContext reload
INFO: Reloading Context with name [/teamengine] is completed
bierett commented 9 years ago

I have executed the actual ets-wmts10 test suite (master) against deegree 3.4-pre15. The test took 15 minutes for all steps without freezing.

bierett commented 9 years ago

I've selected all profiles and execute all operations:

selected_profiles

test_group_selection

But only HTTP Get was executed in 15 minutes. All other profiles are not supported.

bierett commented 9 years ago

@bermud: Can we close this issue or is it occurred again?

bermud commented 9 years ago

In the current TE beta the test finishes successfully. Still some errors with the server implementation.