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 2013/11/02 12:44:19 UTC

[Bug 55736] New: JMS Subsriber component doesn't evaluate variables

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

            Bug ID: 55736
           Summary: JMS Subsriber component doesn't evaluate variables
           Product: JMeter
           Version: 2.9
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: jfa@centrum.cz

Cannot enter fields with variables (like ${providerURL}) in JMS Subsriber
component, because they aren't evaluated at runtime and the plain text
'${providerURL}' is send. JMS Publisher component works as expected.

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

[Bug 55736] JMS Subsriber component doesn't evaluate variables

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

Josef Franta <jf...@centrum.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jfa@centrum.cz

--- Comment #2 from Josef Franta <jf...@centrum.cz> ---
Created attachment 30997
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30997&action=edit
Script and data

Sample test script with data, folder structure, on same level as JMeter folder,
using google 'Ultimate thread groups'

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

[Bug 55736] JMS Subsriber component doesn't evaluate variables

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

Josef Franta <jf...@centrum.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

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

[Bug 55736] JMS Subsriber component doesn't evaluate variables

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All

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

[Bug 55736] JMS Subsriber component doesn't evaluate variables

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

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

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

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Can you provide a test plan showing your configuration ?
I don't reproduce it with 2.10 ?

Also it is strange it works with JMSPublisher as this code is shared between
Subscriber and Publisher.
Thanks for feedback.

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

[Bug 55736] JMS Subsriber component doesn't evaluate variables

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |INVALID

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

[Bug 55736] JMS Subsriber component doesn't evaluate variables

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
Thanks for feedback.

This is due to the fact that you are using a CSV Data Set for providerURL.
It works for Publisher because it initializes connection to provider within the
first iteration of pool.

What you think is working for Publisher is not really working as it will only
use the first line in CSV, so you should never see any connection to the second
one.

The fact is "doesn't work" is by design as noted in:
http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config

"CSV Dataset variables are defined at the start of each test iteration. As this
is after configuration processing is completed, they cannot be used for some
configuration items - such as JDBC Config - that process their contents at
configuration time (see Bug 40394 ) However the variables do work in the HTTP
Auth Manager, as the username etc are processed at run-time."

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