mirror of https://github.com/apache/jmeter.git
179 lines
5.5 KiB
XML
179 lines
5.5 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<document>
|
|
<properties>
|
|
<author email="dev AT jmeter.apache.org">JMeter developers</author>
|
|
<title>Changes</title>
|
|
</properties>
|
|
<body>
|
|
<section name="Changes">
|
|
<style type="text/css"><!--
|
|
h2 { color: #960000; }
|
|
h3 { color: #960000; }
|
|
--></style>
|
|
<note>
|
|
<b>This page details the changes made in the current version only.</b>
|
|
<br></br>
|
|
Earlier changes are detailed in the <a href="changes_history.html">History of Previous Changes</a>.
|
|
</note>
|
|
|
|
|
|
<!-- =================== 2.9 =================== -->
|
|
|
|
<h1>Version 2.9</h1>
|
|
|
|
<h2>New and Noteworthy</h2>
|
|
|
|
<!-- =================== Known bugs =================== -->
|
|
|
|
<h2>Known bugs</h2>
|
|
|
|
<p>The Once Only controller behaves correctly under a Thread Group or Loop Controller,
|
|
but otherwise its behaviour is not consistent (or clearly specified).</p>
|
|
|
|
<p>Listeners don't show iteration counts when a If Controller has a condition which is always false from the first iteration (see <bugzilla>52496</bugzilla>).
|
|
A workaround is to add a sampler at the same level as (or superior to) the If Controller.
|
|
For example a Test Action sampler with 0 wait time (which doesn't generate a sample),
|
|
or a Debug Sampler with all fields set to False (to reduce the sample size).
|
|
</p>
|
|
|
|
<p>Webservice sampler does not consider the HTTP response status to compute the status of a response, thus a response 500 containing a non empty body will be considered as successful, see <bugzilla>54006</bugzilla>.
|
|
To workaround this issue, ensure you always read the response and add a Response Assertion checking text inside the response.
|
|
</p>
|
|
|
|
<p>
|
|
Changing language can break part of the configuration of the following elements (see <bugzilla>53679</bugzilla>):
|
|
<ul>
|
|
<li>CSV Data Set Config (sharing mode will be lost)</li>
|
|
<li>Constant Throughput Timer (Calculate throughput based on will be lost)</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<p>
|
|
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
|
|
these only apply to a locally run test; they do not include any threads started on remote systems when using client-server mode, (see <bugzilla>54152</bugzilla>).
|
|
</p>
|
|
|
|
<p>
|
|
Note that there is a bug in Java on some Linux systems that manifests
|
|
itself as the following error when running the test cases or JMeter itself:
|
|
<pre>
|
|
[java] WARNING: Couldn't flush user prefs:
|
|
java.util.prefs.BackingStoreException:
|
|
java.lang.IllegalArgumentException: Not supported: indent-number
|
|
</pre>
|
|
This does not affect JMeter operation.
|
|
</p>
|
|
|
|
<!-- =================== Incompatible changes =================== -->
|
|
|
|
<h2>Incompatible changes</h2>
|
|
|
|
<!-- =================== Bug fixes =================== -->
|
|
|
|
<h2>Bug fixes</h2>
|
|
|
|
<h3>HTTP Samplers and Proxy</h3>
|
|
<ul>
|
|
<li><bugzilla>54482</bugzilla> - HC fails to follow redirects with non-encoded chars</li>
|
|
<li><bugzilla>54293</bugzilla> - JMeter rejects html tags '<' in query params as invalid when they are accepted by the browser</li>
|
|
<li><bugzilla>54142</bugzilla> - HTTP Proxy Server throws an exception when path contains "|" character </li>
|
|
<li><bugzilla>54627</bugzilla> - JMeter Proxy GUI: Type of sampler settings takes the whole screen with when there are samplers with long name</li>
|
|
</ul>
|
|
|
|
<h3>Other Samplers</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>Controllers</h3>
|
|
<ul>
|
|
<li><bugzilla>54467</bugzilla> - Loop controller Controller check conditions each request</li>
|
|
</ul>
|
|
|
|
<h3>Listeners</h3>
|
|
<ul>
|
|
<li><bugzilla>54589</bugzilla> - View Results Tree have a lot of Garbage characters if html page uses double-byte charset</li>
|
|
</ul>
|
|
|
|
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
|
|
<ul>
|
|
<li><bugzilla>54540</bugzilla> - "HTML Parameter Mask" are not marked deprecated in the IHM</li>
|
|
<li><bugzilla>54575</bugzilla> - CSS/JQuery Extractor : Choosing JODD Implementation always uses JSOUP</li>
|
|
</ul>
|
|
|
|
<h3>Functions</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>I18N</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>General</h3>
|
|
<ul>
|
|
<li><bugzilla>54504</bugzilla> - Resource string not found: [clipboard_node_read_error]</li>
|
|
<li><bugzilla>54538</bugzilla> - GUI: context menu is too big</li>
|
|
</ul>
|
|
|
|
<!-- =================== Improvements =================== -->
|
|
|
|
<h2>Improvements</h2>
|
|
|
|
<h3>HTTP Samplers</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>Other samplers</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>Controllers</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>Listeners</h3>
|
|
<ul>
|
|
<li><bugzilla>54532</bugzilla> - Improve Response Time Graph Y axis scale with huge values or small values (< 1000ms). Add a new field to define increment scale</li>
|
|
<li><bugzilla>54576</bugzilla> - View Results Tree : Add a CSS/JQuery Tester</li>
|
|
</ul>
|
|
|
|
<h3>Timers, Assertions, Config, Pre- & Post-Processors</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>Functions</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>I18N</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h3>General</h3>
|
|
<ul>
|
|
</ul>
|
|
|
|
<h2>Non-functional changes</h2>
|
|
<ul>
|
|
<li>Updated to jsoup-1.7.2</li>
|
|
</ul>
|
|
|
|
</section>
|
|
</body>
|
|
</document>
|