forked from ringcentral/jagger8
-
Notifications
You must be signed in to change notification settings - Fork 0
Jagger Release Notes
estepanova edited this page Jun 27, 2013
·
32 revisions
19th June 2013
- Trend reports on Jagger Web UI. Now you can create performance summarizing report by several sessions to see easily track the performance trend. The trend plots coming soon.
- Bookmarkable views on Jagger Web UI. Now you can save the link on your view, bookmark it, or send to someone instead of report.
- File Query Provider. Build in file query provider reads line separated strings as queries. File provider
- CSV Query Provider. Build in csv query provider reads csv files and compose. CSV provider
- New Collector to automatically create plots with data for custom metrics in time. create custom metric
- Reduced memory consumption in QueryPoolLoadBalancer.
- Improved HttpInvoker now accepts Apache HttpRequest.
- SuccesRate threshold is now configurable.
- FIX: Agent fails on server with high load
- FIX: Write useful information, when no one invoke was executed
- FIX: jagger-jenkins-plugin fails with jenkins 1.492
- FIX: impossible to run jagger with termination strategy duration
- FIX: Custom task and session listeners are not added in new xml configuration
- FIX: Exception during the Postgres DB tables creation
- FIX: can't view Disk IO stats via web UI
- FIX: Wrong calculating failed tasks in session summary
- FIX: Bad report when target service is unavailable
- FIX: HttpQuery configuration fails when we use "client-params" and "method-params" tags together .
- FIX: Write useful log information, when calibration is turn off and consistency-validator is on.
- FIX: long test results were not collected
- FIX: Wrong monitoring information
- and some other
19th March 2013
- New Custom Spring Schema for Jagger tests configuration https://github.com/griddynamics/jagger/wiki#user-documentation
- Jagger Jenkins plug-in https://github.com/griddynamics/jagger/wiki/Jagger-Jenkins-Plug-in
- Maven archetype for Jagger Test Suite project. Test Suite Examples.
- JBoss serialization option to enable Jagger Distributed mode for non-serializable request/response services testing
- 'Attendant' option for workload task so it is terminated then all main tasks are finished
- FIX: Jagger requires too match DB connections.
- FIX: Jagger may skip tests in case of long response from agent
- FIX: Test is excluded from report and session is green if some task failed to execute
- FIX: Wrong Success Rate calculation
- FIX: TimeoutException during results collection from long test
- FIX: Superfluous Service Traffic
- FIX: Distributed Jagger tests may fail in the middle of execution