You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2005/06/15 15:19:03 UTC

DO NOT REPLY [Bug 35370] New: - Sampler name is sometimes incorrect in listeners reports

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35370>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35370

           Summary: Sampler name is sometimes incorrect in listeners reports
           Product: JMeter
           Version: 2.0.3
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: castel.pierre@free.fr


When a sampler has a name which corresponds to the name of a header declared in 
a HTTP Header Manager component its name is well reported in listeners the 
first time it is processed but it is replaced by the name of the first variable 
component (maybe other kind of components are eligible for giving the 
replacement name) next times the sampler is processed.

For instance, consider the following Test Plan :
Test Plan
|----- Thread Group (looping infinitely)
       |----- Interleave Controller
              |----- HTTP Sampler (named "Test 01")
              |----- HTTP Sampler (named "Test 02")
              |----- HTTP Sampler (named "Test 03")
              |----- Results Table
       |----- Java Sampler (sleep request - optional)
       |----- HTTP Header Manager (with a header called "Test 02")
       |----- User Defined Variables (named "My Var")

By launching it the Results table listener should display something like this :
  - Test 01
  - Test 02 <==== first time it'OK
  - Test 03
  - Test 01
  - My Var <==== next times name is KO
  - Test 03
  - Test 01
  - My Var
  - Test 03
  ...

Remark :
The bug is not linked to the Interleave controller. With a Random
controller the same behaviour is observed (the first time test #2 is
processed "Test 02" is displayed, next times the name is replaced by "My
Var").

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org