DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29508>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29508 Skipped CSVRead rows -- FileRowColContainer.nextRow() is being called as a side effect ------- Additional Comments From [EMAIL PROTECTED] 2004-06-11 00:01 ------- This may be tricky (or impossible) to fix. The same problem will apply to all functions that have side effects, e.g. _StringFromFile(), __counter(). A work-round is to add the function calls to a User Parameters pre-Processor element, and then refer to the variables in the Samplers. This may well make the test easier to read. It also means that the function calls are all processed at the same time. By the way, the __log() or __logn() functions can be used to provide trace information. See the function documentation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
