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 2003/07/22 16:54:48 UTC

DO NOT REPLY [Bug 21799] New: - Putting port as user defined variable stops update of URL on XML-RPC Sampler

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21799

Putting port as user defined variable stops update of URL on XML-RPC Sampler

           Summary: Putting port as user defined variable stops update of
                    URL on XML-RPC Sampler
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: ifairman@yahoo.com


Nightly Build 2003/07/20

Actions:
1) Start JMeter
2) Under "Test Plan" add a "Thread Group"
3) Under the "Thread Group" add two "SOAP/XML-RPC Request" samplers.
4) With the focus on the first sampler set the URL to "http://${host}/"
5) Switch focus to second sampler then back again to the first.
6) Change the URL to "http://${host}:${port}/"
7) Switch focus to second sampler then back again to the first.

Expected Behaviour:
The URL of the first sampler should be "http://${host}:${port}/"

Actual Behaviour:
The URL of the first sampler is "http://${host}/"

General Behaviour:
Setting any URL for this sampler to have a user defined variable for the port
prevents the new value of the URL being saved.

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