You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/02/14 07:22:42 UTC

[Bug 64142] New: Presence of DebugPostProcessor in Test plan breaks ActiveThread Over time in report due to missing information

https://bz.apache.org/bugzilla/show_bug.cgi?id=64142

            Bug ID: 64142
           Summary: Presence of DebugPostProcessor in Test plan breaks
                    ActiveThread Over time in report due to missing
                    information
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: JMETER_6.0.0

Created attachment 37015
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37015&action=edit
ActiveThreadsOverTime showing we have a plateau at 1159 Threads instead of 1515

If you add a DebugPostProcessor in the test plan and run a test, you end up
with lines in CSV where number of threads and number of threads in Thread Group
is equal to 0.
As a consequence this breaks the report Active Thread Over Time and any 3rd
party plugin report that tries to compute this.


Workaround:

- Remove DebugPostProcessor

See attached Test plan

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64142] Presence of DebugPostProcessor in Test plan breaks ActiveThread Over time in report due to missing information

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64142

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gucanu.ext@orange.com

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
*** Bug 64176 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64142] Presence of DebugPostProcessor in Test plan breaks ActiveThread Over time in report due to missing information

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64142

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Created attachment 37016
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37016&action=edit
Test Plan

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64142] Presence of DebugPostProcessor in Test plan breaks ActiveThread Over time in report due to missing information

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64142

--- Comment #3 from Felix Schumacher <fe...@internetallee.de> ---
commit 99a06ac24d77fd15a1adf8bc25bbec5c77c40ea5
AuthorDate: Sun Feb 16 16:29:59 2020 +0100

    Seems like our test plans were subject to the bug 64142

    Correct the number of reported threads in the expected file, as they
    have changed with the fixing of bug 64142.

    Bugzilla Id: 64142
---
 bin/testfiles/JDBC_TESTS.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64142] Presence of DebugPostProcessor in Test plan breaks ActiveThread Over time in report due to missing information

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64142

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
           Keywords|                            |FixedInTrunk
         Resolution|---                         |FIXED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 8a02d4b485ddebefb47d18f2273046058cbadafe
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Fri Feb 14 08:31:02 2020 +0100

    Bug 64142 - Presence of DebugPostProcessor in Test plan breaks
    ActiveThread Over time in report due to missing information
---
 .../main/java/org/apache/jmeter/extractor/DebugPostProcessor.java    | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.