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 <
[email protected]> 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 other server that is already
> listening on port 2222?
>
> You can safely ignore the error for now and disable the corresponding test
>
>  ./gradlew -x :src:dist-check:batchFTP_TESTS test
>
> Felix
> Am 25.11.21 um 07:22 schrieb OUFDOU Anas:
>
> Hello,
>
> Error log is in attachment.
>
> thanks for your help
>
>
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H50d8ClumV2nhDP05sOfY78Eyi2C71h7kfUBQfP4BQjrCZCtvfjIH0__06sMX98JTpw==>
>
>
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H5_O9YaWlk4nBKUHhaZ1phej_QXSutzSvDX6YXlPu8rPc>
>
>
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H50ufVx8dW6gZtUFvZ1gMVIvbJOeuljB2LWaLJI8NlhGlKD921mmu9UHBGPvb6ZuPGw==>
>
>
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H5-jpVnIV_are3Z-m5blBfs6qRL1kX_L0DRlcirdCgINiQ_Y62P6vso5Oi8QshaN52w==>
>
>
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H50d8ClumV2nhDP05sOfY78Eyi2C71h7kfUBQfP4BQjrC71_qMKBe73RCHKRjGeDsE68U-TmlvnN27_c7uQRHayw=>
>
> Anas Oufdou
>
> Technical expert
>
> [email protected]
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H57Cwsks_wvHOp7OaK36PwiZ1WXD24t4ovd5t4eGFMTS5>
>
> T.
>
> M. 070 31 96 40
>
> www.sqli.com
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H57vyBkJAMjiVOosPWFU_7Z4=>
> - www.sqli-carrieres.com
> <https://cloud.letsignit.com/collect/bc/60019ff35acb71000a109fcc?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H5z4siItpRerryTmLr0LvuqjHGeDYPIxxNs1sMlZTnBbArxT5OaW-c3bv9zu5BEdrLA==>
>
>
>
> <https://cloud.letsignit.com/collect/b/6148b0e305b7e6c73bb28748?p=QoDw98WtVPFQnVpBof9hD3eHAKdbCrcDexhDKhehSTRuOfJQWfXJGenv4iLtpqwku7jF9geEZtqJwUXC1m2H50d8ClumV2nhDP05sOfY78Eyi2C71h7kfUBQfP4BQjrC71_qMKBe73RCHKRjGeDsE68U-TmlvnN27_c7uQRHayw=>
>
>
> On Thu, Nov 25, 2021 at 7:06 AM Vladimir Sitnikov <
> [email protected]> wrote:
>
>> 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/[email protected] is
>> not able to search for text in images.
>>
>> What you see are flaky tests.
>> There are tests that use real-life servers in order to verify JMeter's
>> ability to work with modern systems.
>> In other words, some of the tests attempt to access apache.org to verify
>> if
>> HTTP sampler is still able to talk
>> to the modern HTTPS, and so on.
>>
>> It turns out, the responses are not 100% reliable, and sometimes DNS fails
>> to resolve the host, sometimes
>> the server responds with a slightly different error and so on.
>>
>> I have seen the errors you mention, and the errors are transient. They
>> appear and disappear at random.
>> If you like, you can analyze the nature of the failure and try to make the
>> tests more reliable,
>> however, the key nature of the tests is they use true systems that have
>> inherent failures.
>>
>> In other words, we could rework the tests to use Docker-based HTTP
>> servers,
>> however, that would kill
>> the idea. Then we would keep testing JMeter with a canned version of some
>> HTTP server, and we would
>> never know the sampler no longer works with the modern web.
>>
>> Vladimir
>>
>

Reply via email to