JMeter test ran through JUnit fails within maven-surefire-plugin (mvn clean install)
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**Serhiy** ([Bug 61567](https://bz.apache.org/bugzilla//show_bug.cgi?id=61567&redirect=false)):
I have described issue in details at
https://stackoverflow.com/questions/46429778/when-running-jmeter-script-from-java-functions-and-properties-do-not-work/
It has sample code. Th eproblem I have found is that JMeter wants to have a library in classpath with exact name of "ApacheJMeter_functions.jar" it can't be "ApacheJMeter_functions-3.3.jar" even if the files are binary equal.
This means that I can't load "ApacheJMeter_functions.jar" from Maven which is very inconvenient and causes additional issues.
Please change behavior so that "ApacheJMeter_functions*.jar" worked as well.
Severity: normal
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.