FileName in CSVDataSet

2017-02-15 Thread Maxime Chassagneux
Hi, I have a scenarii which need to make variable the filename field of a CSVDataSet element. Actually, this field is computed during the preparation of the test and only permit to use function or User Defined Variables and I actually need to access to a thread variable. As the file is only open

Re: Hello:)

2017-02-15 Thread Antonio Gomes Rodrigues
Hi, Files are in src\core\org\apache\jmeter\resources You have a properties file by language Antonio Garanti sans virus. www.avast.com

Re: Hello:)

2017-02-15 Thread UBIK LOAD PACK Support
Hi, There are also files in src folder that are suffixed by Language code (_fr for French for example) for BeanInfo based components. Search for *_fr.properties in project and you will find them. Currently only EN and FR are complete. Regards On Wed, Feb 15, 2017 at 9:58 AM, Antonio Gomes

[GitHub] jmeter pull request #276: Added some translations for polish locale, test pu...

2017-02-15 Thread barteksiewniak
GitHub user barteksiewniak opened a pull request: https://github.com/apache/jmeter/pull/276 Added some translations for polish locale, test pull request, more tr… …anslations will come in near future You can merge this pull request into a Git repository by running: $ git

buildbot failure in on jmeter-trunk

2017-02-15 Thread buildbot
The Buildbot has detected a new failure on builder jmeter-trunk while building . Full details are available at: https://ci.apache.org/builders/jmeter-trunk/builds/2225 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: bb_slave1_ubuntu Build Reason: The AnyBranchScheduler

Build failed in Jenkins: JMeter-trunk #5849

2017-02-15 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 60687 - Make GUI more responsive when it gets a lot of events Improve errrors indicator management Bugzilla Id: 60687 -- [...truncated 1168 lines...] [javadoc] Loading

Re: FileName in CSVDataSet

2017-02-15 Thread Philippe Mouawad
Hi Maxime, I'm not sure we should do that. 1/ Usually vars are supposed to be different per User. Otherwise Properties should be used. So if they are different, that would mean we could end up opening 1 file per Thread. If var changes a lot, we could potentially run out of File Descriptors. 2/