https://bz.apache.org/bugzilla/show_bug.cgi?id=58184
Bug ID: 58184
Summary: Relativize include paths / Auto rename include
controllers
Product: JMeter
Version: 2.13
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32937
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32937&action=edit
Patches: relativize include paths, auto rename include controllers, merge of
the two features
First enhancement: relativize include paths
- Since Bug 43389, include files are allowed to be found relative.
- Now, it would be even better if JMeter could determine relative paths of the
included files (between the path of the current JMX file and the base dir).
- This is typically useful when a team works on some scenarios through a Git
repository because the paths are different from one computer to the other.
Second enhancement: auto rename include controller with the JMX filename.
It can be an important time saving in case of many include controllers.
Besides, that would allow to easily distinguish them.
Please find attached three patches, one for each enhancement. The third one is
the merge of the two features. The first patch requires Java 7 to work because
of java.nio.file.Path#relativize(Path).
--
You are receiving this mail because:
You are the assignee for the bug.