mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:23:44 +03:00
multi tests: OOM handling fixes
Additionally, improved error checking and logging.
This commit is contained in:
parent
90fcad63cb
commit
629d2e3450
22 changed files with 1053 additions and 1354 deletions
|
|
@ -35,9 +35,10 @@ http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:55555
|
|||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
# TEST_ERR_SUCCESS is errorcode 120
|
||||
<verify>
|
||||
<errorcode>
|
||||
100
|
||||
120
|
||||
</errorcode>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -32,11 +32,10 @@ ftp://%HOSTIP:%FTPPORT/538
|
|||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
# TEST_ERR_SUCCESS is errorcode 120
|
||||
<verify>
|
||||
# ok, the error code here is supposed to be 100 for the fine case since
|
||||
# that's just how lib504.c is written
|
||||
<errorcode>
|
||||
100
|
||||
120
|
||||
</errorcode>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue