https://bz.apache.org/bugzilla/show_bug.cgi?id=63719
Bug ID: 63719
Summary: CSV Data Config set - Ignore First Line "False" -
reads 1st file path incorrectly
Product: JMeter
Version: 5.1.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.2
Due to some restrictions I replace my folder names to some fake ones.
- JMETER files in folder C:\Folder_A
- Folder_A contains CSV file which contains file paths C:\Folder_B\.....
- 1 file path per 1 row in file
- C:\Folder_B\.....file1
- C:\Folder_B\.....file2
- etc.
- JMX has config element CSV Data Config Set
- ignore first line FALSE
Result:
- first line is built this way C:\Folder_AC:\Folder_B..... and this surely
fails
- all other file paths are taken correctly
Workaround:
- make 1st line empty
- set flag "ignore first line" to "True"
Note:
- it looks that CSV Data Config Set always refers to JMETER folder path where
JMX is run instead of taking 1st line (nothing else) from CSV
--
You are receiving this mail because:
You are the assignee for the bug.