apache / apache/jmeter

BackendListener should not be aware of a particular implementation of BackendListenerClient : GraphiteBackendListenerClient

Open
#3,921 0 comments 0 reactions 0 assignees View on GitHub
os: All P2
Dominant language
Java
Stars
9.5k
Forks
2.3k
Avg merge
1d 22h
Merged PRs (30d)
5

Description

@pmouawad ([Bug 59241](https://bz.apache.org/bugzilla//show_bug.cgi?id=59241&redirect=false)):
Related to fix of https://github.com/apache/jmeter/issues/3901 in JMeter 3.0, BackendListener now references GraphiteBackendListenerClient:

public void setArguments(Arguments args) {
// https://github.com/apache/jmeter/issues/3901 - 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

Version: Nightly
Severity: normal
OS: All

Depends on:
* https://github.com/apache/jmeter/issues/3901

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.