Commit f19baf27 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

tests: make test file names more unique

Include the test number in the names of files written out by tests to
reduce the chance of accidental duplication and to make it more clear
which test is associated with which file.
parent f5b71d3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ http
HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970
 </name>
 <command>
http://%HOSTIP:%HTTPPORT/want/1104 -L -x %HOSTIP:%HTTPPORT -c log/cookies.jar
http://%HOSTIP:%HTTPPORT/want/1104 -L -x %HOSTIP:%HTTPPORT -c log/cookies1104.jar
</command>
</client>

+2 −2
Original line number Diff line number Diff line
@@ -42,9 +42,9 @@ lib1900
HTTP GET using pipelining
 </name>
 <command>
http://%HOSTIP:%HTTPPIPEPORT/
http://%HOSTIP:%HTTPPIPEPORT/ log/urls1900.txt
</command>
<file name="log/urls.txt">
<file name="log/urls1900.txt">
0 1k.txt
1000 100k.txt
0 1k.txt
+2 −2
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ lib1900
HTTP GET using pipelining, blacklisted site
 </name>
 <command>
http://%HOSTIP:%HTTPPIPEPORT/
http://%HOSTIP:%HTTPPIPEPORT/ log/urls1901.txt
</command>
<file name="log/urls.txt">
<file name="log/urls1901.txt">
blacklist_site 127.0.0.1:%HTTPPIPEPORT
0 1k.txt
1000 100k.txt
+2 −2
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ lib1900
HTTP GET using pipelining, broken pipe
 </name>
 <command>
http://%HOSTIP:%HTTPPIPEPORT/
http://%HOSTIP:%HTTPPIPEPORT/ log/urls1902.txt
</command>
<file name="log/urls.txt">
<file name="log/urls1902.txt">
0 1k.txt
1000 connection_close.txt
1 1k.txt
+2 −2
Original line number Diff line number Diff line
@@ -43,9 +43,9 @@ lib1900
HTTP GET using pipelining, penalized on content-length
 </name>
 <command>
http://%HOSTIP:%HTTPPIPEPORT/
http://%HOSTIP:%HTTPPIPEPORT/ log/urls1903.txt
</command>
<file name="log/urls.txt">
<file name="log/urls1903.txt">
0 1k.txt
1000 100k.txt
550 alphabet.txt
Loading