mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
2d5b8048a5
This test is contributing to flakiness on the Windows CI runs. Killing the ftp server after the test run like other slowness tests already do may help resolve or reduce the flakiness. Closes #8907
57 lines
621 B
Plaintext
57 lines
621 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
FTP
|
|
RETR
|
|
multi
|
|
LIST
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
<servercmd>
|
|
DELAY LIST 2
|
|
DELAY TYPE 2
|
|
</servercmd>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
ftp
|
|
</server>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
<killserver>
|
|
ftp
|
|
</killserver>
|
|
<name>
|
|
FTP with multi interface and slow LIST response
|
|
</name>
|
|
<command>
|
|
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/
|
|
</command>
|
|
</client>
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
0
|
|
</errorcode>
|
|
<protocol>
|
|
USER anonymous
|
|
PASS ftp@example.com
|
|
PWD
|
|
CWD %TESTNUMBER
|
|
EPSV
|
|
TYPE A
|
|
LIST
|
|
QUIT
|
|
</protocol>
|
|
|
|
</verify>
|
|
</testcase>
|