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 2014/04/17 02:11:25 UTC

[Bug 56419] New: Jmeter silently fails to save results

https://issues.apache.org/bugzilla/show_bug.cgi?id=56419

            Bug ID: 56419
           Summary: Jmeter silently fails to save results
           Product: JMeter
           Version: 2.11
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: higuita@gmx.net

I have done several tests and "saved" the results... sadly the save directory
had the wrong permissions and the save failed. The problem is that jmeter
returns no feedback that the save failed. When one see no error, assume that
the write was successful. Closing jmeter and trying to check the results i
found that i didn't really saved anything and having closed jmeter, i lost all
the test results.

checking the console i could see this error: 

2014/04/15 22:07:05 WARN  - jmeter.visualizers.StatVisualizer:
/home/higuita/StressTests/kaltura/kaltura_stresstest_100MbLimit.csv (Permission
denied) 

So jmeter do warns the user, but in a way that the user will not see. jmeter
needs to popup a warning when save fails and not be silent and only warn in the
background.

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

[Bug 56419] JMeter silently fails to save results

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

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Jmeter silently fails to    |JMeter silently fails to
                   |save results                |save results

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

[Bug 56419] Jmeter silently fails to save results

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

Sebb <se...@apache.org> changed:

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

--- Comment #2 from Sebb <se...@apache.org> ---
Thanks for the report.

Agreed - JMeter could do better when it fails to save files from the GUI.
The same issue affects various other elements such as Cookie Manager.

URL: http://svn.apache.org/r1597678
Log:
Jmeter silently fails to save results
Bugzilla Id: 56419

Modified:
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatGraphVisualizer.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/StatVisualizer.java
   
jmeter/trunk/src/components/org/apache/jmeter/visualizers/SummaryReport.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/AuthPanel.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/CookiePanel.java
   
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HeaderPanel.java
    jmeter/trunk/xdocs/changes.xml

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

[Bug 56419] Jmeter silently fails to save results

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
           Hardware|PC                          |All
                 OS|Linux                       |All
           Severity|normal                      |enhancement

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
In GUI mode, jmeter shows in upper right zone a number of errors/warnings.
Poping up an error would work in GUI mode but is not an option for NON GUI
mode.

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