https://bz.apache.org/bugzilla/show_bug.cgi?id=64553
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Version|5.3 |3.0 Keywords| |FixedInTrunk Hardware|PC |All --- Comment #5 from Philippe Mouawad <[email protected]> --- 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 <[email protected]> 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 <[email protected]> --- .../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.
