Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 098f3cf

Browse files
committed
920440: add test for Redis dump file
1 parent 62a82fc commit 098f3cf

File tree

1 file changed

+21
-0
lines changed
  • util/regression-tests/tests/REQUEST-920-PROTOCOL-ENFORCEMENT

1 file changed

+21
-0
lines changed

util/regression-tests/tests/REQUEST-920-PROTOCOL-ENFORCEMENT/920440.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,24 @@ tests:
9090
version: HTTP/1.1
9191
output:
9292
log_contains: id "920440"
93+
- test_title: 920440-5
94+
desc: Redis dump file
95+
stages:
96+
- stage:
97+
input:
98+
dest_addr: 127.0.0.1
99+
headers:
100+
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
101+
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
102+
Accept-Encoding: gzip,deflate
103+
Accept-Language: en-us,en;q=0.5
104+
Host: localhost
105+
Keep-Alive: "300"
106+
Proxy-Connection: keep-alive
107+
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv
108+
method: GET
109+
port: 80
110+
uri: /dump.rdb
111+
version: HTTP/1.1
112+
output:
113+
log_contains: id "920440"

0 commit comments

Comments
 (0)