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 2009/02/27 22:09:19 UTC

DO NOT REPLY [Bug 46779] New: ${variable} expansion fails in listeners when running remote

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

           Summary: ${variable} expansion fails in listeners when running
                    remote
           Product: JMeter
           Version: 2.3.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: ksummerlin@tetradata.com


I defined two listeners in my JML both of which used the ${TESTSTART.MS}
variable like this: ErrorResults-${TESTSTART.MS}.xml

When I run the test with JMeter GUI or JMeter non-GUI, the file names are
created correctly with the variable replaced. But when I run this test with
remote servers, the host writes out the file name without the variable
replaced.

I tried this with the Sample Writer and the Aggregate Report with the same
result.

This looks similar to a Bug 25207 fixed back in 1.9.1, but this time it only
affects the remote execution.

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

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


DO NOT REPLY [Bug 46779] ${variable} expansion fails in listeners when running remote

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





--- Comment #1 from Sebb <se...@apache.org>  2009-05-07 17:03:21 PST ---
The problem is that the variables are only defined if the JMeter instance
actually runs a test. 

Although the samples are generated on a running instance (the server) the
output files are created by the client, so the variables are not set up.

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

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