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 2017/01/25 14:34:51 UTC

[Bug 60643] New: HTTP(S) Test Script Recorder doesn't correctly handle restart or start after stop

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

            Bug ID: 60643
           Summary: HTTP(S) Test Script Recorder doesn't correctly handle
                    restart or start after stop
           Product: JMeter
           Version: 2.10
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: HTTP
          Assignee: issues@jmeter.apache.org
          Reporter: support@ubikloadpack.com
  Target Milestone: ---

Hello,
There is a really annoying bug that exists since many versions.

To reproduce:
- Create a Recording template
- Start the recorder 
- Navigate
- Recording is saved to recording.xml
- Stop or restart recording or change file

- Navigate => From now on nothing is saved to recording.xml


You have to restart JMeter to record again.

This Makes user loose their recording frequently whenever they restart or
start/stop after changing (or not) the output file.

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

[Bug 60643] HTTP(S) Test Script Recorder doesn't correctly handle restart or start after stop

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

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

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Wed Jan 25 17:01:30 2017
New Revision: 1780239

URL: http://svn.apache.org/viewvc?rev=1780239&view=rev
Log:
Bug 60643 - HTTP(S) Test Script Recorder doesn't correctly handle restart or
start after stop
Bugzilla Id: 60643

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/reporters/ResultCollector.java
    jmeter/trunk/xdocs/changes.xml

Contributed by UbikLoadPack.

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

[Bug 60643] HTTP(S) Test Script Recorder doesn't correctly handle restart or start after stop

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

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

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

[Bug 60643] HTTP(S) Test Script Recorder doesn't correctly handle restart or start after stop

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

--- Comment #1 from UbikLoadPack support <su...@ubikloadpack.com> ---
Created attachment 34674
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34674&action=edit
Patch fixing the issue

The fix is contained in finalizeFileOutput() where out is set to null.

We've reorganized a bit the file to fix Sonar warnings.

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