Skip to content

Commit

Permalink
merge from 1.3.1 branch
Browse files Browse the repository at this point in the history
SVN Revision: 1048
  • Loading branch information
nniclausse committed Sep 10, 2009
1 parent 81b35d8 commit 6b34bf4
Show file tree
Hide file tree
Showing 14 changed files with 1,871 additions and 1,622 deletions.
42 changes: 42 additions & 0 deletions CHANGES
@@ -1,3 +1,45 @@
1.3.0 -> 1.3.1 Major bugfixes and enhancements (9 Sep 2009)
Bugfix:
* [TSUN-92] - the computation of the minimum for sample_counter is wrong
* [TSUN-93] - maxnumber not respected if several clients are used
* [TSUN-102] - dyn_variable configuration fails if variable name is not a valid erlang atom
* [TSUN-103] - Network error handling in munin plugin
* [TSUN-104] - tsung-plotter can't handle the os_mon statistics
* [TSUN-108] - Cannot handle complicated dyn_var name
* [TSUN-109] - Tsung status displays always phase one even if you have more than one phase
* [TSUN-110] - Cookie header not present if the URL is dynamically generated by a previous redirection (302)
* [TSUN-117] - Bug in HTTP: empty header can be generated in some case
* [TSUN-118] - HTTPS proxy recorder: ts_utils:to_https incorrectly handles Content-Length for POST requests
* [TSUN-119] - tsung can crash when reading empty values from a csv file
* [TSUN-122] - same http cookie key with different domains don't work
Improvements:
* [TSUN-47] - ts_mon can be a bottleneck during very high load testing
* [TSUN-77] - Structural requests or goto-like action for match in HTTP
* [TSUN-81] - Dynamic variables API
* [TSUN-83] - file_server using fixed tuple instead of list
* [TSUN-85] - external entity should be copied into the log directory of a run.
* [TSUN-87] - add dynamic code evaluation in set_dynvars
* [TSUN-88] - add mkactivity method support in webdav
* [TSUN-91] - reduce memory consumption by hibernating client process while in think state
* [TSUN-97] - disable smp erlang for client beam for performance reason
* [TSUN-98] - try several times to connect to the server before aborting a session
* [TSUN-99] - make substitution work in <match>
* [TSUN-100] - improve scalability of ts_launcher
* [TSUN-105] - Add load average statistic to server monitoring
* [TSUN-111] - add option to manually add a cookie in http requests
* [TSUN-113] - split tsung command into two separate tsung and tsung-recorder commands
* [TSUN-116] - add ability to run several tsung running in parallel on the same hosts
* [TSUN-120] - Https recorder: Remove "Secure" from "Set-Cookie" header.
New Features:
* [TSUN-25] - add a way to start sessions in a specific order at specified times
* [TSUN-89] - include tsung-plotter into the tsung distribution
* [TSUN-90] - add support for monitoring server cpu/mem using munin-node
* [TSUN-94] - add log action for match
* [TSUN-95] - add a default dyn_variable with a unique tsung_userid
* [TSUN-107] - add MUC support to the jabber doc/plugin
* [TSUN-114] - add option to apply function to data before looking for a match
* [TSUN-115] - add pubsub support to the jabber plugin

1.2.2 -> 1.3.0 Major bugfixes and enhancements (03 Sep 2008)
Bugfix:
* [TSUN-30] - SNMP monitoring gives an error
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTORS
Expand Up @@ -21,12 +21,15 @@ o Jason Tucker: Solaris testing and fixes, jabber patches (sip_digest,
roster and presence enhancements, bidi support for presence:subscribe ).

o Pablo Polvorin: LDAP plugin, set_dynvars, xpath search for html,
for/repeat loop, dynvars_api, hibernate.
for/repeat loop, dynvars_api, hibernate. PubSub and MUC support.

o Gregoire Reboul: MySQL plugin.

o Dimitri Fontaine: SNMP & postgresql testing, patch for snmp, tsung-plotter

o Oleg Nitz: Fix for Cookies over https, fix rewrite of POST (http recorder)
o David Jez: allow substitutions in match
o Will Brant: load info for monitoring, fix for tsplot
o Jonathan Bresler: Jabber testing and bug reporting
o Gordon Guthrie: tips for ssh setup on Suse
o Romain Lenglet: Suggestions for ts_os_mon
Expand Down

0 comments on commit 6b34bf4

Please sign in to comment.