aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1633
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1633')
-rw-r--r--tests/data/test163324
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/data/test1633 b/tests/data/test1633
index 6b6e1eb9f..5cf89c2b0 100644
--- a/tests/data/test1633
+++ b/tests/data/test1633
@@ -14,7 +14,7 @@ HTTP/1.1 301 OK
Accept-Ranges: bytes
Content-Length: 0
Connection: close
-Location: /16330002
+Location: /%TESTNUMBER0002
</data>
<data2>
@@ -30,7 +30,7 @@ HTTP/1.1 301 OK
Accept-Ranges: bytes
Content-Length: 0
Connection: close
-Location: /16330002
+Location: /%TESTNUMBER0002
HTTP/1.1 429 too many requests
Retry-After: 1
@@ -41,7 +41,7 @@ HTTP/1.1 301 OK
Accept-Ranges: bytes
Content-Length: 0
Connection: close
-Location: /16330002
+Location: /%TESTNUMBER0002
HTTP/1.1 429 too many requests
Retry-After: 1
@@ -57,11 +57,11 @@ Connection: close
<server>
http
</server>
- <name>
-HTTP GET
- </name>
- <command>
-http://%HOSTIP:%HTTPPORT/1633 -d moo --retry 1 -L
+<name>
+--retry with a 429 response and Retry-After:
+</name>
+<command>
+http://%HOSTIP:%HTTPPORT/%TESTNUMBER -d moo --retry 1 -L
</command>
</client>
@@ -69,26 +69,26 @@ http://%HOSTIP:%HTTPPORT/1633 -d moo --retry 1 -L
# Verify data after the test has been "shot"
<verify>
<protocol>
-POST /1633 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 3
Content-Type: application/x-www-form-urlencoded
-mooGET /16330002 HTTP/1.1
+mooGET /%TESTNUMBER0002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
-POST /1633 HTTP/1.1
+POST /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
Content-Length: 3
Content-Type: application/x-www-form-urlencoded
-mooGET /16330002 HTTP/1.1
+mooGET /%TESTNUMBER0002 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*