tests: add the timing-dependent keyword on several tests

These are ones likely to fail on heavily-loaded machines that alter the
normal test timing. Most of these tests already had the flaky keyword
since this condition makes them more likely to fail on CI.
This commit is contained in:
Dan Fandrich 2023-09-07 23:48:33 -07:00
parent ae84a52c42
commit 381792dfbf
8 changed files with 20 additions and 3 deletions

View file

@ -1,4 +1,5 @@
<testcase>
# This is the ftps equivalent of test1086
<info>
<keywords>
FTPS
@ -7,6 +8,7 @@ RETR
timeout
FAILURE
SLOWDOWN
timing-dependent
</keywords>
</info>

View file

@ -46,6 +46,7 @@ SIZE %TESTNUMBER
RETR %TESTNUMBER
QUIT
</protocol>
10 is CURLE_FTP_ACCEPT_FAILED
<errorcode>
10
</errorcode>

View file

@ -5,9 +5,10 @@ FTP
PORT
RETR
NODATACONN150
flaky
timeout
FAILURE
flaky
timing-dependent
</keywords>
</info>
# Server-side
@ -53,6 +54,7 @@ TYPE I
SIZE %TESTNUMBER
RETR %TESTNUMBER
</protocol>
# 28 is CURLE_OPERATION_TIMEDOUT
<errorcode>
28
</errorcode>

View file

@ -32,6 +32,7 @@ HTTP
HTTP PUT
Expect
flaky
timing-dependent
</keywords>
</info>
# Server-side

View file

@ -6,6 +6,7 @@ multi
resolve
speedcheck
flaky
timing-dependent
</keywords>
</info>

View file

@ -5,8 +5,9 @@ HTTP
HTTP GET
HTTP Basic auth
HTTP NTLM auth
flaky
NTLM
flaky
timing-dependent
</keywords>
</info>
# Server-side

View file

@ -3,6 +3,7 @@
<keywords>
unittest
cfilter
timing-dependent
</keywords>
</info>