Issue
The __CSVRead function is used in the JMeter script, but no value of a CSV file is found in the sampling log during actual stress testing.

Solution
Make sure that all CSV files used by the script have been uploaded to Performance Testing Service (PTS).
Specify a model and the resource path. You can specify a relative path. Change the value of each CSV file to a file name instead of a file path, for example,
test.csv.If a data file contains Chinese characters, change the encoding format to
UTF-8.NoteEven if the preceding issue is resolved by using this method, we recommend that you set the encoding format by using CSV Data Set Config, which has better maintainability than the__CSVRead function.