https://bz.apache.org/bugzilla/show_bug.cgi?id=63037
Bug ID: 63037
Summary: CSVRead function cannot open relative files under
script directory
Product: JMeter
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
Steps to Reproduce:
1. open JMeter Gui, create a script.
2. In the script, use CSVRead function, with a relative file path, e.g. abc.csv
3. Put the file abc.csv under the same directory as the script.
4. Run the script, there will be a warning message shows in the LogView:
o.a.j.f.FileRowColContainer: java.nio.file.NoSuchFileException: abc.txt
It seems CSVRead function only recognizes relative file under the installation
directory for JMeter. It should be more reasonable to recognize relative file
under the script directory.
--
You are receiving this mail because:
You are the assignee for the bug.