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 2012/03/22 08:53:52 UTC

DO NOT REPLY [Bug 52967] The function __P() couldn't use default value when running with remote server in GUI mode.

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         OS/Version|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> 2012-03-22 07:53:52 UTC ---
(In reply to comment #0)
> Steps:
> 1. Create a simple script and ThreadNum = ${__P(ThreadNum,5)} in JMeter Test
> plan.
> 2. Use this variable in Thread group.
> 3. Run the script with one remote server by following command.
> jmeter -t "Test Plan.jmx" -r -n -GThreadNum=10
What's the result at this step ?
At this step is there a remote server running ?
> 4. Open the script in GUI and run it by local.
How do you start the GUI at this step ? 
At this step is there a remote server running ?
Did you restart the remote server meanwhile ?
> 5. Open the script in GUI and run with the remote server again.
How do you start the GUI at this step ? 
At this step is there a remote server running ?
Did you restart the remote server meanwhile ?
> 
> Expected Result:
> The ThreadNum should be use same default value 5.
> 
> Current Result:
> In Step4, the ThreadNum was set to 5.
> In Step5, the ThreadNum was used 10.
How do you start the GUI ?

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