Re: [Jmeter] Code compilation

2021-11-26 Thread OUFDOU Anas
Thanks, I found the origin of my error: The test create folder in jmeter home (*new File(JMeterUtils.getJMeterHome(), "bin/ftp_test").mkdir()*;) and then try to download /upload files from/to this folder. In my case i have the value JMETER_HOME in my local environment so folder created in my

Re: [Jmeter] Code compilation

2021-11-26 Thread Felix Schumacher
Am 26.11.21 um 08:12 schrieb OUFDOU Anas: > Thanks, > > I don't have a firewall on my machine, what is the destination IP address? localhost It starts a local ftp server on port (or at least tries to) Felix > > On Thu, Nov 25, 2021 at 5:36 PM Felix Schumacher < >

Re: [Jmeter] Code compilation

2021-11-26 Thread Felix Schumacher
Am 26.11.21 um 09:51 schrieb Vladimir Sitnikov: > Anas, > > Here's the failure message: > >> Failures detected while testing > /mnt/Linux2T/work/anasoid/repo/jmeter/bin/testfiles/FTP_TESTS.jmx > > Could you please try opening the test file in JMeter and see what that > script is doing? > In

Re: [Jmeter] Code compilation

2021-11-26 Thread Vladimir Sitnikov
Anas, Here's the failure message: > Failures detected while testing /mnt/Linux2T/work/anasoid/repo/jmeter/bin/testfiles/FTP_TESTS.jmx Could you please try opening the test file in JMeter and see what that script is doing? In theory, you should be able to reproduce the failure when running the

Re: [Jmeter] Code compilation

2021-11-25 Thread OUFDOU Anas
Thanks, I don't have a firewall on my machine, what is the destination IP address? On Thu, Nov 25, 2021 at 5:36 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > I have never seen an error in this part of our test suite. Do you have a > firewall, that filters ftp access, or any

Re: [Jmeter] Code compilation

2021-11-25 Thread Felix Schumacher
I have never seen an error in this part of our test suite. Do you have a firewall, that filters ftp access, or any other server that is already listening on port ? You can safely ignore the error for now and disable the corresponding test  ./gradlew -x :src:dist-check:batchFTP_TESTS test

Re: [Jmeter] Code compilation

2021-11-24 Thread Vladimir Sitnikov
Hello, Please prefer sending error messages as text (e.g. copy-paste from terminal), as it makes the errors searchable. For instance, https://lists.apache.org/list.html?dev@jmeter.apache.org is not able to search for text in images. What you see are flaky tests. There are tests that use