NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
91 stars 54 forks source link

Run the GeoServer functional tests via the JMeterMavenPlugin #128

Closed emxsys closed 6 years ago

emxsys commented 6 years ago

Investigate running the JMeter-based functional tests with Maven using the JMeterMavenPlugin.

emxsys commented 6 years ago

Integration tests and GeoServer logging level

I setup a simple test using the jmeter-maven-plugin that tested the throughput of ~10,000 http requests (the home page and GetCapabilities). The tests ran successfully in Travis, however the GetCapabilites requests are output in the GeoServer log which ultimately exceeded Travis' ability to display the log in its web interface.

The GeoServer logging level on should be "turned down" during the integration and stress tests.