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=44418>. 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=44418 Summary: [PATCH] Modified CSV Data Set for independent file reading Product: JMeter Version: 2.3.1 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Hello, this is my first patch for JMeter. If you have two or more CSV Data Sets in your test plan, which use the same file you may have a problem (like me). The file is only opened once (one instance). So every read from a CSV-file (regardless of which thread) will cause a jump to the next line. I wrote a patch so you can choose in the CSV-Data Set whether the file reading shall be independet (the file will be opened again even it is already open ) or not (the old behavior). A screenshot is also added to the archive. Please contact me if you have questions or annotations. Thanks -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
