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 2016/03/27 21:38:32 UTC

[Bug 59241] New: BackendListener should not be aware of a particular implementation of BackendListenerClient : GraphiteBackendListenerClient

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

            Bug ID: 59241
           Summary: BackendListener should not be aware of a particular
                    implementation of BackendListenerClient :
                    GraphiteBackendListenerClient
           Product: JMeter
           Version: Nightly (Please specify date)
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com

Related to fix of Bug 59173 in JMeter 3.0, BackendListener now references
GraphiteBackendListenerClient:

public void setArguments(Arguments args) {
        // Bug 59173 - don't save new default argument
       
args.removeArgument(GraphiteBackendListenerClient.USE_REGEXP_FOR_SAMPLERS_LIST, 
               
GraphiteBackendListenerClient.USE_REGEXP_FOR_SAMPLERS_LIST_DEFAULT);
        setProperty(new TestElementProperty(ARGUMENTS, args));
    }


Related dev mailing list discussion:

- svn commit: r1736119 -
/jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/BackendListener.java

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

[Bug 59241] BackendListener should not be aware of a particular implementation of BackendListenerClient : GraphiteBackendListenerClient

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Depends on|                            |59173

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