You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2021/01/01 13:39:03 UTC

[jmeter] branch master updated (f0f383c -> 9b85606)

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


    from f0f383c  Add documentation for the property client.rmi.localport
     new 456c125  A few more notes to help create better bug reports
     new 9b85606  Happy New Year 2021

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE                              | 2 +-
 xdocs/issues.xml                    | 2 ++
 xdocs/stylesheets/website-style.xsl | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)


[jmeter] 02/02: Happy New Year 2021

Posted by fs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 9b8560679daeeb63d364ba5b9aaf7e117bd96d03
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Fri Jan 1 14:38:03 2021 +0100

    Happy New Year 2021
---
 NOTICE                              | 2 +-
 xdocs/stylesheets/website-style.xsl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index fe517b3..0f5314e 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache JMeter
-Copyright 1998-2020 The Apache Software Foundation
+Copyright 1998-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/xdocs/stylesheets/website-style.xsl b/xdocs/stylesheets/website-style.xsl
index 7b35b99..b44ee85 100644
--- a/xdocs/stylesheets/website-style.xsl
+++ b/xdocs/stylesheets/website-style.xsl
@@ -38,7 +38,7 @@
   <xsl:param name="cssdir" select="concat($relative-path, '/css')" />
   <xsl:param name="apidir" select="concat($relative-path, '/api')" />
   <xsl:param name="jakarta-site" select="'https://jakarta.apache.org'" />
-  <xsl:param name="year" select="'2020'" />
+  <xsl:param name="year" select="'2021'" />
   <xsl:param name="max-img-width" select="'600'" />
 
   <!-- Output method -->


[jmeter] 01/02: A few more notes to help create better bug reports

Posted by fs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 456c125d6a914bfb6abae2c45779efcb27ed3cec
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Fri Jan 1 14:34:30 2021 +0100

    A few more notes to help create better bug reports
---
 xdocs/issues.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xdocs/issues.xml b/xdocs/issues.xml
index f1232a1..4a75144b 100644
--- a/xdocs/issues.xml
+++ b/xdocs/issues.xml
@@ -106,10 +106,12 @@ Use the checklist below to guide you.
 <li>OS version</li>
 <li><code>jmeter.log</code> file (unlikely to contain sensitive information, but check before uploading)</li>
 <li>JMX file if relevant (redact any sensitive information first), providing a simplified Test Plan (using <complink name="Debug Sampler"/>) will ensure BUG is fixed much more rapidly than without it</li>
+<li>Try to reproduce the bug without third-party plug-ins. Minimal JMX files should not contain third-party plug-ins, as it makes it harder to test them on a plain JMeter installation.</li>
 <li>JTL file if relevant (may need to redact sensitive information)</li>
 <li>For a suspected bug, describe what you did, what happened, and how this differs from what you expected to happen.
 Does it happen every time?
 </li>
+<li>If you have error messages, that you wish to report, copy them as text into the issue, as it makes it easier to search for them and re-use the message in our research for the origin of the issue</li>
 <li>Add yourself in <code>CC</code> List to be notified when JMeter Team requires more information (in this case bug will be marked as <code>NEEDINFO</code>)</li>
 <li>When a bug is market as <code>NEEDINFO</code>, please provide as soon as possible the required information so that bug can be understood and fixed. Be aware that if
 no information is provided after team requires more information and bug is not reproducible, then bug will be closed as <code>WORKSFORME</code>. You can always reopen it later once you provide the required information.</li>