This is an automated email from the ASF dual-hosted git repository.
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 22f038d Bug 64795: Clarify documentation on Generate Summary Results
22f038d is described below
commit 22f038d09831f86bab8217140ecbdffa002059e7
Author: pmouawad <[email protected]>
AuthorDate: Sat Oct 24 16:55:48 2020 +0200
Bug 64795: Clarify documentation on Generate Summary Results
---
xdocs/changes.xml | 1 +
xdocs/usermanual/component_reference.xml | 2 ++
2 files changed, 3 insertions(+)
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 7deb6ca..46d9198 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -172,6 +172,7 @@ applications when JMeter is starting up.</p>
<h3>Controllers</h3>
<ul>
+ <li><bug>64795</bug>Generate summary report may not output a summary line
in the configured interval (<code>summariser.interval</code>): Clarify
documentation</li>
</ul>
<h3>Listeners</h3>
diff --git a/xdocs/usermanual/component_reference.xml
b/xdocs/usermanual/component_reference.xml
index b241ac5..aaa5eaa 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -3347,6 +3347,8 @@ Generates a summary of the test run so far to the log
file and/or
standard output. Both running and differential totals are shown.
Output is generated every <code>n</code> seconds (default 30 seconds) on the
appropriate
time boundary, so that multiple test runs on the same time will be
synchronised.
+<note>Since a summary/differential line is written only if there are samples
emitted, the interval
+for generation may not be respected if your test has no sample generated
within the interval</note>
See <code>jmeter.properties</code> file for the summariser configuration items:
<source>
# Define the following property to automatically start a summariser with that
name