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 2018/02/12 14:36:49 UTC

[Bug 62097] New: Cannot copy Aggregate Report

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

            Bug ID: 62097
           Summary: Cannot copy Aggregate Report
           Product: JMeter
           Version: 4.0
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: stevesenior69@gmail.com
  Target Milestone: ---

Steps to reproduce:

Add 'Aggregate Report' listener to Test Plan
Browse to load a .jtl file
Click on the Aggregate Report results window
Select ALL (windows CTRL+A)
Copy (CTRL+C)

When I try the above actions (which have worked in previous jmeter versions)
After 'Selecting All' (CTRL+A) the selection is selected for a brief moment
then automatically deselected, as such I cannot copy the Aggregate Report into
Excel

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

[Bug 62097] Cannot copy Aggregate Report

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
   Target Milestone|---                         |JMETER_4.1

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

[Bug 62097] Cannot copy Aggregate Report

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEEDINFO                    |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

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

[Bug 62097] Cannot copy Aggregate Report

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

--- Comment #4 from Steve <st...@gmail.com> ---
Hi,
I just tested the nightly build:
apache-jmeter-r1824054

it seems to work perfectly now for the aggregate report
it updates correctly when a test is running
It allows me to 'select all' when the test has stopped or I manually load a
.jtl file

thank you Felix


Steve

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

[Bug 62097] Cannot copy Aggregate Report

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

--- Comment #3 from Felix Schumacher <fe...@internetallee.de> ---
Date: Mon Feb 12 18:58:24 2018
New Revision: 1824054

URL: http://svn.apache.org/viewvc?rev=1824054&view=rev
Log:
Update JTable in Aggregate Report only when new data has arrived.

That way selections of rows will be kept longer around.

Bugzilla Id: 62097

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 62097] Cannot copy Aggregate Report

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stephen.jenkins@nice.com

--- Comment #5 from Felix Schumacher <fe...@internetallee.de> ---
*** Bug 62474 has been marked as a duplicate of this bug. ***

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

[Bug 62097] Cannot copy Aggregate Report

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

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 35727
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35727&action=edit
Change model only when new data has arrived

Add same check as in SummaryReport.

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

[Bug 62097] Cannot copy Aggregate Report

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 OS|                            |All

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
The attached will only reset the selection when new data has arrived (and the
GUI gets refreshed).

You can get more time to select in the current version by specifying a higher
value for the property jmeter.gui.refresh_period (the default is 500 ms).

Can you check, whether the current behaviour of Summary Report would be enough
for your use case?

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

[Bug 62097] Cannot copy Aggregate Report

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

--- Comment #6 from Stephen <st...@nice.com> ---
Confirmed working for me on apache-jmeter-r1833661

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