2014-07-19 04:35:56 +08:00
<?xml version="1.0"?>
2004-02-14 09:20:53 +08:00
<!--
2007-01-08 02:50:01 +08:00
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
2004-02-14 09:20:53 +08:00
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.
-->
2002-03-08 07:03:13 +08:00
<document >
<properties >
2012-05-28 21:31:12 +08:00
<author email= "dev AT jmeter.apache.org" > JMeter developers</author>
<title > Changes</title>
2002-03-08 07:03:13 +08:00
</properties>
<body >
2008-05-16 22:19:21 +08:00
<section name= "Changes" >
2013-01-24 18:11:23 +08:00
<style type= "text/css" > <!--
h2 { color: #960000; }
h3 { color: #960000; }
--></style>
2008-05-16 22:19:21 +08:00
<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>
2008-05-29 07:08:45 +08:00
2011-10-01 06:44:46 +08:00
2014-11-10 22:39:40 +08:00
<!-- =================== 2.13 =================== -->
2008-05-29 07:08:45 +08:00
2014-11-10 22:39:40 +08:00
<h1 > Version 2.13</h1>
2007-11-26 23:12:36 +08:00
2013-10-13 02:26:09 +08:00
Summary
<ul >
<li > <a href= "#New and Noteworthy" > New and Noteworthy</a> </li>
<li > <a href= "#Known bugs" > Known bugs</a> </li>
<li > <a href= "#Incompatible changes" > Incompatible changes</a> </li>
<li > <a href= "#Bug fixes" > Bug fixes</a> </li>
<li > <a href= "#Improvements" > Improvements</a> </li>
<li > <a href= "#Non-functional changes" > Non-functional changes</a> </li>
<li > <a href= "#Thanks" > Thanks</a> </li>
</ul>
<ch_section > New and Noteworthy</ch_section>
2009-05-10 20:41:31 +08:00
2013-12-31 19:05:07 +08:00
<!-- <ch_category>Improvements</ch_category> -->
2013-10-22 02:25:30 +08:00
<!-- <ch_title>Sample title</ch_title>
2013-09-29 05:21:47 +08:00
<p >
<ul >
2015-01-06 03:49:06 +08:00
<li > <bugzilla > 48799</bugzilla> - Add time to establish connection to available sample metrics. Implemented by Andrey Pokhilko (andrey at blazemeter.com) and contributed by BlazeMeter Ltd.</li>
2015-01-30 17:33:21 +08:00
<li > <bugzilla > 57500</bugzilla> - Introduce retry behavior for distributed testing. Implemented by Andrey Pokhilko and Dzimitry Kashlach and contributed by BlazeMeter Ltd.</li>
2013-10-22 02:25:30 +08:00
<li > Sample text</li>
2013-09-29 05:21:47 +08:00
</ul>
</p>
2013-07-12 14:35:47 +08:00
2013-10-22 02:25:30 +08:00
<ch_title > Sample title</ch_title>
<p > Sample text</p>
2013-10-13 02:26:09 +08:00
<figure width= "691" height= "215" image= "changes/2.10/18_https_test_script_recorder.png" > </figure>
2013-10-22 02:25:30 +08:00
-->
2013-08-16 05:20:55 +08:00
2011-10-03 20:25:39 +08:00
<!-- =================== Known bugs =================== -->
2008-06-27 04:53:52 +08:00
2013-10-13 02:26:09 +08:00
<ch_section > Known bugs</ch_section>
2007-12-13 20:42:16 +08:00
2013-07-10 17:43:05 +08:00
<ul >
<li > The Once Only controller behaves correctly under a Thread Group or Loop Controller,
but otherwise its behaviour is not consistent (or clearly specified).</li>
2007-11-26 23:12:36 +08:00
2013-07-10 17:43:05 +08:00
<li >
2012-11-17 23:59:50 +08:00
The numbers that appear to the left of the green box are the number of active threads / total number of threads,
2013-12-31 20:20:36 +08:00
the total number of threads only applies to a locally run test, otherwise it will show 0 (see <bugzilla > 55510</bugzilla> ).
2013-07-10 17:43:05 +08:00
</li>
2012-11-17 23:59:50 +08:00
2013-07-10 17:43:05 +08:00
<li >
Note that there is a <a href= "http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 " > bug in Java</a>
on some Linux systems that manifests itself as the following error when running the test cases or JMeter itself:
2012-09-12 08:32:27 +08:00
<pre >
[java] WARNING: Couldn't flush user prefs:
java.util.prefs.BackingStoreException:
java.lang.IllegalArgumentException: Not supported: indent-number
</pre>
2013-07-10 17:43:05 +08:00
This does not affect JMeter operation. This issue is fixed since Java 7b05.
</li>
2013-07-22 07:52:08 +08:00
2014-10-31 22:25:12 +08:00
<li >
Note that under some windows systems you may have this WARNING:
<pre >
java.util.prefs.WindowsPreferences
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0
x80000002. Windows RegCreateKeyEx(...) returned error code 5.
</pre>
The fix is to run JMeter as Administrator, it will create the registry key for you, then you can restart JMeter as a normal user and you won't have the warning anymore.
</li>
2013-07-22 07:52:08 +08:00
<li >
2013-07-23 17:14:57 +08:00
With Java 1.6 and Gnome 3 on Linux systems, the JMeter menu may not work correctly (shift between mouse's click and the menu).
2014-12-06 01:29:15 +08:00
This is a known Java bug (see <bugzilla > 54477</bugzilla> ).
2013-07-22 07:52:08 +08:00
A workaround is to use a Java 7 runtime (OpenJDK or Oracle JDK).
</li>
2013-10-13 16:46:12 +08:00
<li >
With Oracle Java 7 and Mac Book Pro Retina Display, the JMeter GUI may look blurry.
This is a known Java bug, see Bug <a href= "http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8000629" > JDK-8000629</a> .
A workaround is to use a Java 7 update 40 runtime which fixes this issue.
</li>
2014-08-02 17:23:36 +08:00
2014-10-20 00:29:28 +08:00
<li >
You may encounter the following error: <i > java.security.cert.CertificateException: Certificates does not conform to algorithm constraints</i>
if you run a HTTPS request on a web site with a SSL certificate (itself or one of SSL certificates in its chain of trust) with a signature
algorithm using MD2 (like md2WithRSAEncryption) or with a SSL certificate with a size lower than 1024 bits.
This error is related to increased security in Java 7 version u16 (MD2) and version u40 (Certificate size lower than 1024 bits), and Java 8 too.
<br > </br>
To allow you to perform your HTTPS request, you can downgrade the security of your Java installation by editing
the Java <b > jdk.certpath.disabledAlgorithms</b> property. Remove the MD2 value or the constraint on size, depending on your case.
<br > </br>
This property is in this file:
<pre > JAVA_HOME/jre/lib/security/java.security</pre>
See <bugzilla > 56357</bugzilla> for details.
</li>
2013-07-10 17:43:05 +08:00
</ul>
2012-09-12 08:32:27 +08:00
2011-10-03 20:25:39 +08:00
<!-- =================== Incompatible changes =================== -->
2013-10-13 02:26:09 +08:00
<ch_section > Incompatible changes</ch_section>
2013-01-24 18:11:23 +08:00
2013-10-16 21:47:59 +08:00
<ul >
2015-02-15 23:31:09 +08:00
<li > Since 2.13, Aggregate Graph, Summary Report and Aggregate Report now export percentages to %, before they exported the decimal value which differed from what was shown in GUI</li>
<li > Third party plugins may be impacted by fix of <bugzilla > 57586</bugzilla> , ensure that your subclass of HttpTestSampleGui implements ItemListener if you relied on parent class doing so.</li>
2013-10-16 21:47:59 +08:00
</ul>
2013-07-13 22:02:37 +08:00
2011-10-03 20:25:39 +08:00
<!-- =================== Bug fixes =================== -->
2010-12-02 21:25:36 +08:00
2013-10-13 02:26:09 +08:00
<ch_section > Bug fixes</ch_section>
2009-05-10 23:47:21 +08:00
2013-11-23 21:08:28 +08:00
<h3 > HTTP Samplers and Test Script Recorder</h3>
2007-11-26 23:12:36 +08:00
<ul >
2014-12-24 22:10:53 +08:00
<li > <bug > 57385</bug> Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2015-02-15 21:31:44 +08:00
<li > <bug > 57579</bug> NullPointerException error is raised on main sample if "RETURN_NO_SAMPLE" is used (default) and "Use Cache-Control / Expires header..." is checked in HTTP Cache Manager</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Other Samplers</h3>
<ul >
</ul>
<h3 > Controllers</h3>
<ul >
2015-01-30 07:28:25 +08:00
<li > <bug > 57447</bug> Use only the user listed DNS Servers, when "use custom DNS resolver" option is enabled.</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Listeners</h3>
<ul >
2014-12-06 01:29:15 +08:00
<li > <bug > 57262</bug> Aggregate Report, Aggregate Graph and Summary Report export : headers use keys instead of labels</li>
2014-12-28 10:55:22 +08:00
<li > <bug > 57346</bug> Summariser : The + (difference) reports show wrong elapsed time and throughput</li>
2015-01-17 01:01:08 +08:00
<li > <bug > 57449</bug> Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources). Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2015-02-11 05:08:44 +08:00
<li > <bug > 57562</bug> View Results Tree CSS/JQuery Tester : Nothing happens when there is an error in syntax and an exception occurs in jmeter.log</li>
2015-02-15 23:26:07 +08:00
<li > <bug > 57514</bug> Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file</li>
2009-05-10 23:47:21 +08:00
</ul>
2012-08-23 07:54:57 +08:00
<h3 > Timers, Assertions, Config, Pre- & Post-Processors</h3>
2009-05-10 23:47:21 +08:00
<ul >
2015-02-20 06:29:03 +08:00
<li > <bug > 57607</bug> Constant Throughput Timer : Wrong throughput computed in shared modes due to rounding error </li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Functions</h3>
<ul >
</ul>
<h3 > I18N</h3>
<ul >
</ul>
<h3 > General</h3>
<ul >
2014-12-20 05:28:43 +08:00
<li > <bug > 57365</bug> Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2014-12-20 05:32:38 +08:00
<li > <bug > 57364</bug> Options < Look And Feel does not update all windows LAF. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2014-12-24 00:23:16 +08:00
<li > <bug > 57394</bug> When constructing an instance with ClassTools#construct(String, int) the integer was ignored and the default constructor was used instead.</li>
2015-01-14 06:12:57 +08:00
<li > <bug > 57440</bug> OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account.</li>
2015-02-12 04:06:41 +08:00
<li > <bug > 57569</bug> FileServer.reserveFile - inconsistent behaviour when hasHeader is true</li>
2015-02-13 04:17:50 +08:00
<li > <bug > 57555</bug> Cannot use JMeter 2.12 as a maven dependency. Contributed by Pascal Schumacher (pascal.schumacher at t-systems.com)</li>
2015-02-20 13:15:13 +08:00
<li > <bug > 57608</bug> Fix start script compatibility with old Unix shells, e.g. on Solaris</li>
2007-11-26 23:12:36 +08:00
</ul>
2011-10-03 20:25:39 +08:00
<!-- =================== Improvements =================== -->
2009-05-10 23:47:21 +08:00
2013-10-13 02:26:09 +08:00
<ch_section > Improvements</ch_section>
2009-05-10 23:47:21 +08:00
2014-01-10 03:38:12 +08:00
<h3 > HTTP Samplers and Test Script Recorder</h3>
2007-11-26 23:12:36 +08:00
<ul >
2014-12-17 05:23:26 +08:00
<li > <bug > 25430</bug> HTTP(S) Test Script Recorder : Make it populate HTTP Authorisation Manager. Partly based on a patch from Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
2014-12-27 23:22:01 +08:00
<li > <bug > 57381</bug> HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2015-01-24 06:52:51 +08:00
<li > <bug > 57488</bug> Performance : Improve SSLContext reset for Two-way SSL Authentication</li>
2015-02-11 15:36:23 +08:00
<li > <bug > 57565</bug> SamplerCreator : Add method to allow implementations to add children to created sampler</li>
2015-02-20 05:04:12 +08:00
<li > <bug > 57606</bug> HTTPSamplerBase#errorResult changes the sample label on exception </li>
2015-02-21 04:57:37 +08:00
<li > <bug > 57613</bug> HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR). Contributed by Richard Brigham (richard.brigham at teamaol.com)</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Other samplers</h3>
<ul >
2014-12-16 04:51:43 +08:00
<li > <bug > 57322</bug> JDBC Test elements: add ResultHandler to deal with ResultSets(cursors) returned by callable statements. Contributed by Yngvi & THORN;& oacute;r Sigurj& oacute;nsson (blitzkopf at gmail.com)</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Controllers</h3>
<ul >
2015-02-18 05:59:29 +08:00
<li > <bug > 57561</bug> Module controller UI : Replace combobox by tree. Contributed by Maciej Franek (maciej.franek at gmail.com)</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > Listeners</h3>
<ul >
2014-12-06 01:29:15 +08:00
<li > <bug > 55932</bug> Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...)</li>
<li > <bug > 57246</bug> BackendListener : Create a Graphite implementation</li>
<li > <bug > 57217</bug> Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code). Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
2015-02-05 06:16:03 +08:00
<li > <bug > 57537</bug> BackendListener : Allow implementations to drop samples</li>
2009-05-10 23:47:21 +08:00
</ul>
2009-11-03 23:55:56 +08:00
<h3 > Timers, Assertions, Config, Pre- & Post-Processors</h3>
2009-05-10 23:47:21 +08:00
<ul >
</ul>
<h3 > Functions</h3>
<ul >
2014-12-06 01:29:15 +08:00
<li > <bug > 54453</bug> Performance enhancements : Replace Random by ThreadLocalRandom in __Random function</li>
2009-05-10 23:47:21 +08:00
</ul>
<h3 > I18N</h3>
<ul >
</ul>
<h3 > General</h3>
<ul >
2015-02-01 01:43:54 +08:00
<li > <bug > 57518</bug> Icons for toolbar with several sizes</li>
2015-02-20 05:30:55 +08:00
<li > <bug > 57605</bug> When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers</li>
2014-09-24 03:54:49 +08:00
</ul>
2013-10-13 02:26:09 +08:00
<ch_section > Non-functional changes</ch_section>
2007-11-26 23:12:36 +08:00
<ul >
2014-12-28 22:26:13 +08:00
<li > Updated to jsoup-1.8.3.jar (from 1.7.3)</li>
2015-01-24 23:24:11 +08:00
<li > Updated to tika-core and tika-parsers 1.7 (from 1.6)</li>
2014-12-06 01:29:15 +08:00
<li > <bug > 57276</bug> RMIC no longer needed since Java 5</li>
2014-12-06 01:31:47 +08:00
<li > <bug > 57310</bug> Replace System.getProperty("file.separator") with File.separator throughout (Also "path.separator" with File.pathSeparator)</li>
2014-12-23 02:33:59 +08:00
<li > <bug > 57389</bug> Fix potential NPE in converters</li>
2015-01-06 23:56:21 +08:00
<li > <bug > 57417</bug> Remove unused method isTemporary from NullProperty. This was a leftover from a refactoring done in 2003.</li>
2015-01-06 23:51:12 +08:00
<li > <bug > 57418</bug> Remove unused constructor from Workbench</li>
2015-01-07 00:06:17 +08:00
<li > <bug > 57419</bug> Remove unused interface ModelListener.</li>
2015-01-24 06:52:51 +08:00
<li > <bug > 57466</bug> IncludeController : Remove an unneeded set creation. Contributed by Benoit Wiart (benoit.wiart at gmail.com)</li>
2015-01-30 07:30:56 +08:00
<li > Added property loggerpanel.usejsyntaxtext to disable the use of JSyntaxTextArea for the Console Logger (in case of memory or other issues)</li>
2015-02-15 21:29:29 +08:00
<li > <bug > 57586</bug> HttpTestSampleGui: Remove interface ItemListener implementation</li>
2013-08-12 05:17:32 +08:00
</ul>
2013-10-13 02:26:09 +08:00
<ch_section > Thanks</ch_section>
2013-12-31 20:38:28 +08:00
<p > We thank all contributors mentioned in bug and improvement sections above:
<ul >
2014-12-16 01:16:24 +08:00
<li > <a href= "http://ubikloadpack.com" > Ubik Load Pack</a> </li>
2014-12-16 04:51:43 +08:00
<li > Yngvi & THORN;& oacute;r Sigurj& oacute;nsson (blitzkopf at gmail.com)</li>
2014-12-17 05:23:26 +08:00
<li > Dzmitry Kashlach (dzmitrykashlach at gmail.com)</li>
2015-01-30 17:33:21 +08:00
<li > <a href= "http://blazemeter.com" > BlazeMeter Ltd.</a> </li>
2015-01-24 06:52:51 +08:00
<li > Benoit Wiart (benoit.wiart at gmail.com)</li>
2015-02-13 04:17:50 +08:00
<li > Pascal Schumacher (pascal.schumacher at t-systems.com)</li>
2015-02-18 05:59:29 +08:00
<li > Maciej Franek (maciej.franek at gmail.com)</li>
2015-02-21 04:57:37 +08:00
<li > Richard Brigham (richard.brigham at teamaol.com)</li>
2013-12-31 20:38:28 +08:00
</ul>
2014-01-10 01:19:48 +08:00
2013-12-31 20:38:28 +08:00
<br />
2013-08-12 05:21:22 +08:00
We also thank bug reporters who helped us improve JMeter. <br />
For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:
2013-08-12 05:17:32 +08:00
<ul >
2015-02-20 06:29:03 +08:00
<li > Chaitanya Bhatt (bhatt.chaitanya at gmail.com) for his thorough testing of new BackendListener and Graphite Client implementation.</li>
<li > Marcelo Jara (marcelojara at hotmail.com) for his clear report on <bugzilla > 57607</bugzilla> .</li>
2007-11-26 23:12:36 +08:00
</ul>
2009-05-10 23:47:21 +08:00
2013-10-05 17:06:48 +08:00
Apologies if we have omitted anyone else.
2013-08-12 05:17:32 +08:00
</p>
2002-03-08 07:03:13 +08:00
</section>
</body>
2013-01-29 07:43:33 +08:00
</document>