https://bz.apache.org/bugzilla/show_bug.cgi?id=64298
--- Comment #1 from Philippe Mouawad <[email protected]> --- Translation: I have a csv file ENVname.csv with a piece of data in it. I added a csv data set plugin to a test plan cms.jmx, which references ./ENVname.csv as a relative path in the plugin. I am requesting a plugin in an HTTP Reference the variable name in the csv. After that, I put the two files cms.jmx and ENVname.csv into a $ JMETER_HOME / script directory, and then open the terminal in the script directory, by executing the command ../ bin / jmeter -n -t cms.jmx -l result .jtl -e -o ./report -R 192.168.100.100:1099. After the command was executed, I checked the result.jtl file and found that there was no record of HTTP request execution, and no five pieces of data were created in my remote service database. I then open the jmeter client, open the cms.jmx file through the client, execute the script directly on the client, and then the database successfully adds a piece of data. I did not find a solution on the official website of jmeter. Please tell me how to solve this problem? My operating system is Mac OS X 10.14.6, using oracle jdk 1.8.0_231 version -- You are receiving this mail because: You are the assignee for the bug.
