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/08/30 13:00:32 UTC

[Bug 64553] When using Transaction Controller, send Bytes and Received Bytes are displayed as 0 in the influxdb(BackendListener).

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
            Version|5.3                         |3.0
           Keywords|                            |FixedInTrunk
           Hardware|PC                          |All

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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 3617f49  Bug 64553 When using Transaction Controller, send Bytes and
Received Bytes are displayed as 0 in the influxdb(BackendListener) (#608)
3617f49 is described below

commit 3617f49087201c7d060be10cc3b4c95919c78956
Author: Philippe M <pm...@users.noreply.github.com>
AuthorDate: Sun Aug 30 14:58:59 2020 +0200

    Bug 64553 When using Transaction Controller, send Bytes and Received Bytes
are displayed as 0 in the influxdb(BackendListener) (#608)

    * 64553 When using Transaction Controller, send Bytes and Received Bytes
    are displayed as 0 in the influxdb(BackendListener)

    * Fix typo of parameter name

    * Give the cumulated add its own method

    * Add test cases for new method addCumulated

    * Method getSubResults constructs new arrays, so call only once inside
method

    * Fix conflict

    Co-authored-by: Felix Schumacher <fe...@internetallee.de>
---
 .../jmeter/visualizers/backend/SamplerMetric.java  | 51 +++++++++++-----
 .../graphite/GraphiteBackendListenerClient.java    |  2 +-
 .../backend/influxdb/HttpMetricsSender.java        |  5 +-
 .../influxdb/InfluxdbBackendListenerClient.java    | 18 +++---
 .../backend/SamplerMetricFixedModeTest.java        | 62 ++++++++++++++++++++
 .../backend/SamplerMetricTimedModeTest.java        | 68 +++++++++++++++++++++-
 xdocs/changes.xml                                  |  1 +
 7 files changed, 180 insertions(+), 27 deletions(-)

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