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 2015/05/28 03:35:39 UTC

[Bug 57962] New: BackendListener: Allow implementations to get sample_variables

https://bz.apache.org/bugzilla/show_bug.cgi?id=57962

            Bug ID: 57962
           Summary: BackendListener: Allow implementations to get
                    sample_variables
           Product: JMeter
           Version: 2.13
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: shettyd@gmail.com

Most listeners allow variables to be saved using sample_variables in
jmeter.properties. However there seems to be no way to do the same in
implementations of the BackendListener interface. Maybe the SampleResult class
should also have a copy of the variable values or the interface method should
have a copy of the variables object.

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jz5168@yahoo.com

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
*** Bug 60133 has been marked as a duplicate of this bug. ***

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Jun 11 20:30:40 2017
New Revision: 1798402

URL: http://svn.apache.org/viewvc?rev=1798402&view=rev
Log:
Allow to use variables ( from User Defined Variables only ) in all listeners in
slave mode
Rename method to make it clearer

Bugzilla Id: 57962

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Jun 11 20:13:21 2017
New Revision: 1798400

URL: http://svn.apache.org/viewvc?rev=1798400&view=rev
Log:
Allow to use variables ( from User Defined Variables only ) in all listeners in
slave mode
Try to make code of PreCompiler more readable

Bugzilla Id: 57962

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/engine/PreCompiler.java

Author: pmouawad
Date: Sun Jun 11 20:19:54 2017
New Revision: 1798401

URL: http://svn.apache.org/viewvc?rev=1798401&view=rev
Log:
Allow to use variables ( from User Defined Variables only ) in all listeners in
slave mode
Renamve method to make it clearer

Bugzilla Id: 57962

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContextService.java

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

--- Comment #7 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Requires either JUnit or batch test

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

--- Comment #8 from Ali Tran <tr...@gmail.com> ---
hi all, 

what's status this issue?

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

maxime.chassagneux@gmail.com changed:

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

--- Comment #3 from maxime.chassagneux@gmail.com ---
Fix in 1797920

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

--- Comment #6 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sun Jun 11 20:57:38 2017
New Revision: 1798405

URL: http://svn.apache.org/viewvc?rev=1798405&view=rev
Log:
Allow to use variables ( from User Defined Variables only ) in all listeners in
slave mode
Try to secure exposed JMeterVariables
Bugzilla Id: 57962

Added:
   
jmeter/trunk/src/core/org/apache/jmeter/threads/UnmodifiableJMeterVariables.java
  (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java
    jmeter/trunk/src/core/org/apache/jmeter/engine/PreCompiler.java
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContext.java
    jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterContextService.java

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

--- Comment #2 from Yamini <tr...@gmail.com> ---
Hi,

Even I am having same issue with 3.2 version.
Is there any workaround to set the property value in slave node for backend
listener.

Thanks,
Yamini.

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

[Bug 57962] BackendListener: Allow implementations to get sample_variables

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|FIXED                       |---

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