Author: fschumacher
Date: Sun Sep 25 11:52:31 2016
New Revision: 1762190
URL: http://svn.apache.org/viewvc?rev=1762190&view=rev
Log:
Markup changes.
Modified:
jmeter/trunk/xdocs/changes.xml
Modified: jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1762190&r1=1762189&r2=1762190&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Sun Sep 25 11:52:31 2016
@@ -18,6 +18,7 @@
<!DOCTYPE document
[
<!ENTITY hellip "…" >
+<!ENTITY rarr "→" >
<!ENTITY vellip "⋮" >
]>
<document>
@@ -65,12 +66,12 @@ Summary
<ch_section>Incompatible changes</ch_section>
<ul>
- <li>A cache for CSS Parsing of URLs has been introduced in this version,
it is enabled by default. It is controlled by property
<code>css.parser.cache.size</code>. It can be disabled by setting its value to
0. See <bugzilla>59885</bugzilla></li>
+ <li>A cache for CSS Parsing of URLs has been introduced in this version,
it is enabled by default. It is controlled by property
<code>css.parser.cache.size</code>. It can be disabled by setting its value to
<code>0</code>. See <bugzilla>59885</bugzilla></li>
<li>ThroughputController defaults have changed. Now defaults are Percent
Executions which is global and no more per user. See
<bugzilla>60023</bugzilla></li>
<li>Since 3.1 version, HTML report ignores Empty Transaction controller
(possibly generated by If Controller or Throughput Controller) when computing
metrics. This provides more accurate metrics</li>
<li>Since 3.1 version, Summariser ignores SampleResults generated by
TransactionController when computing the live statistics, see
<bugzilla>60109</bugzilla></li>
- <li>Since 3.1 version, when using Stripped modes (by default StrippedBatch
is used) , response will be stripped also for failing SampleResults, you can
revert this to previous behaviour by setting
<code>sample_sender_strip_also_on_error=false</code> in user.properties, see
<bugzilla>60137</bugzilla></li>
- <li>Since 3.1 version, <code>jmeter.save.saveservice.connect_time</code>
property value is true, meaning CSV file for results will contain an additional
column containing connection time, see <bugzilla>60106</bugzilla></li>
+ <li>Since 3.1 version, when using Stripped modes (by default StrippedBatch
is used) , response will be stripped also for failing SampleResults, you can
revert this to previous behaviour by setting
<code>sample_sender_strip_also_on_error=false</code> in
<code>user.properties</code>, see <bugzilla>60137</bugzilla></li>
+ <li>Since 3.1 version, <code>jmeter.save.saveservice.connect_time</code>
property value is <code>true</code>, meaning CSV file for results will contain
an additional column containing connection time, see
<bugzilla>60106</bugzilla></li>
<li>Since 3.1 version, Random Timer subclasses (Gaussian Random Timer,
Uniform Random Timer and Poisson Random Timer) implement interface <code><a
href="./api/org/apache/jmeter/timers/ModifiableTimer.html">org.apache.jmeter.timers.ModifiableTimer</a></code></li>
<li>Since 3.1 version, if you don't select any language in JSR223 Test
Elements, Apache Groovy language will be used. See
<bugzilla>59945</bugzilla></li>
</ul>
@@ -94,7 +95,7 @@ Summary
<h3>Other samplers</h3>
<ul>
<li><pr>211</pr>Differentiate the timing for JDBC Sampler. Use latency and
connect time. Contributed by Thomas Peyrard (thomas.peyrard at murex.com)</li>
- <li><bug>59620</bug>Fix button action in "JMS Publisher -> Random File
from folder specified below" to allow to select a directory</li>
+ <li><bug>59620</bug>Fix button action in "JMS Publisher → Random File
from folder specified below" to allow to select a directory</li>
<li><bug>60066</bug>Handle CLOBs and BLOBs and limit them if necessary
when storing them in result sampler.</li>
</ul>
@@ -122,16 +123,16 @@ Summary
<li><bug>59816</bug><pr>213</pr>Allow multiple selection and delete in
HTTP Header Manager.
Based on a patch by Benoit Wiart (b.wiart at ubik-ingenierie.com)</li>
<li><bug>59967</bug>CSS/JQuery Extractor : Allow empty default value.
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
- <li><bug>59974</bug>Response Assertion : Add button "Add from clipboard".
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+ <li><bug>59974</bug>Response Assertion : Add button "<code>Add from
clipboard</code>". Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
<li><bug>60050</bug>CSV Data Set : Make it clear in the logs when a thread
will exit due to this configuration</li>
- <li><bug>59962</bug>Cache Manager does not update expires date when
response code is 304.</li>
+ <li><bug>59962</bug>Cache Manager does not update expires date when
response code is <code>304</code>.</li>
<li><bug>60018</bug>Timer : Add a factor to apply on pauses. Partly based
on a patch by Ubik Load Pack (support at ubikloadpack.com)</li>
</ul>
<h3>Functions</h3>
<ul>
- <li><bug>59963</bug>New Function <code>__RandomFromMultipleVars</code>:
Ability to compute a random value from values of 1 or more variables.
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
- <li><bug>59991</bug>New function __groovy to evaluate Groovy Script.
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+ <li><bug>59963</bug>New Function <code>__RandomFromMultipleVars</code>:
Ability to compute a random value from values of one or more variables.
Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
+ <li><bug>59991</bug>New function <code>__groovy</code> to evaluate Groovy
Script. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
</ul>
<h3>I18N</h3>
@@ -148,21 +149,21 @@ Summary
<li><bug>60080</bug>Report / Dashboard : Add a new "Connect Time Over Time
" graph. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><bug>60091</bug>Report / Dashboard : Have a new report containing
min/max and percentiles graphs.</li>
<li><bug>60108</bug>Report / Dashboard : In Requests Summary rounding is
too aggressive</li>
- <li><bug>60098</bug>Report / Dashboard : Reduce default value for
"jmeter.reportgenerator.statistic_window" to reduce memory impact</li>
+ <li><bug>60098</bug>Report / Dashboard : Reduce default value for
"<code>jmeter.reportgenerator.statistic_window</code>" to reduce memory
impact</li>
<li><bug>60115</bug>Add date format property for start/end date filter
into Report generator</li>
<li><bug>60171</bug>Report / Dashboard : Active Threads Over Time should
stack lines to give the total amount of threads running</li>
</ul>
<h3>General</h3>
<ul>
- <li><bug>59803</bug>Use <code>isValid()</code> method from JDBC driver, if
no validationQuery
+ <li><bug>59803</bug>Use <code>isValid()</code> method from JDBC driver, if
no <code>validationQuery</code>
is given in JDBC Connection Configuration.</li>
<li><bug>59918</bug>Ant generated HTML report is broken (extras
folder)</li>
<li><bug>57493</bug>Create a documentation page for properties</li>
- <li><bug>59924</bug>The log level of XXX package is set to DEBUG if
<code>log_level.XXXX</code> property value contains spaces, same for __log
function</li>
+ <li><bug>59924</bug>The log level of <em>XXX</em> package is set to
<code>DEBUG</code> if <code>log_level.<em>XXXX</em></code> property value
contains spaces, same for <code>__log</code> function</li>
<li><bug>59777</bug>Extract slf4j binding into its own jar and make it a
JMeter lib</li>
<li><bug>60085</bug>Remove cache for prepared statements, as it didn't
work with the current JDBC pool implementation and current JDBC drivers should
support caching of prepared statements themselves.</li>
<li><bug>60137</bug>In Distributed testing when using StrippedXXXX modes
strip response also on error</li>
- <li><bug>60106</bug>Settings defaults : Switch
"jmeter.save.saveservice.connect_time" to true (after 3.0)</li>
+ <li><bug>60106</bug>Settings defaults : Switch
"<code>jmeter.save.saveservice.connect_time</code>" to true (after 3.0)</li>
<li><pr>229</pr> tiny memory allocation improvements. Contributed by
Benoit Wiart (b.wiart at ubik-ingenierie.com)</li>
<li><bug>59945</bug>For all JSR223 elements, if script language has not
been chosen on the UI, the script will be interpreted as a groovy script.</li>
</ul>
@@ -193,7 +194,7 @@ Summary
<h3>HTTP Samplers and Test Script Recorder</h3>
<ul>
- <li><bug>58888</bug>HTTP(S) Test Script Recorder (ProxyControl) does not
add TestElement's returned by SamplerCreator#createChildren()</li>
+ <li><bug>58888</bug>HTTP(S) Test Script Recorder (ProxyControl) does not
add TestElement's returned by <code>SamplerCreator#createChildren()</code></li>
<li><bug>59902</bug>Https handshake failure when setting
<code>httpclient.socket.https.cps</code> property</li>
<li><bug>60084</bug>JMeter 3.0 embedded resource URL is silently
encoded</li>
</ul>
@@ -236,7 +237,7 @@ Summary
<li><bug>59720</bug>Batch test file comparisons fail on Windows as XML
files are generated as EOL=LF</li>
<li>Code cleanups. Patches by Graham Russell (graham at ham1.co.uk)</li>
<li><bug>59722</bug>Use StandardCharsets to reduce the possibility of
misspelling Charset names.</li>
- <li><bug>59723</bug>Use jmeter.properties for testing whenever
possible</li>
+ <li><bug>59723</bug>Use <code>jmeter.properties</code> for testing
whenever possible</li>
<li><bug>59726</bug>Unit test to check that CSV header text and sample
format don't change unexpectedly</li>
<li><bug>59889</bug>Change encoding to UTF-8 in reports for dashboard.</li>
<li><bug>60053</bug>In Non GUI mode, a Stacktrace is shown at end of test
while report is being generated</li>
@@ -244,7 +245,7 @@ Summary
<li><bug>60089</bug>Report / Dashboard : Bytes throughput Over Time has
reversed Sent and Received bytes. Contributed by Ubik Load Pack (support at
ubikloadpack.com)</li>
<li><bug>60090</bug>Report / Dashboard : Empty Transaction Controller
should not count in metrics</li>
<li><bug>60103</bug>Report / Dashboard : Requests summary includes
Transaction Controller leading to wrong percentage</li>
- <li><bug>60105</bug>Report / Dashboard : Report requires Transaction
Controller "generate parent sample" option to be checked , fix related
issues</li>
+ <li><bug>60105</bug>Report / Dashboard : Report requires Transaction
Controller "<code>generate parent sample</code>" option to be checked , fix
related issues</li>
<li><bug>60107</bug>Report / Dashboard : In StatisticSummary,
TransactionController SampleResult makes Total line wrong</li>
<li><bug>60110</bug>Report / Dashboard : In Response Time Percentiles,
slider is useless</li>
<li><bug>60135</bug>Report / Dashboard : Active Threads Over Time should
be in OverTime section</li>