diff options
author | Yang Tse <yangsita@gmail.com> | 2008-04-22 12:40:05 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-04-22 12:40:05 +0000 |
commit | 95fd093c4a49aca1015e178a5c08ca9dd9234bef (patch) | |
tree | 6c4a757dc648b1a633250f697f7d8167cee93a3e /tests/data/test1001 | |
parent | ed1ad28e2988aa79682eb9317e64c999137e20d7 (diff) |
Remove fflush() + fsync() previously introduced accelerated writing of
server input and response request files of the test harness sws server.
Reintroduce, for test # 1001, the <postcheck> small delay. The delay is
needed even with the accelerated writing of server input and response
request files in test harness sws server.
http://curl.haxx.se/mail/lib-2008-04/0385.html
Diffstat (limited to 'tests/data/test1001')
-rw-r--r-- | tests/data/test1001 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/test1001 b/tests/data/test1001 index 9f8e53432..58832cbdf 100644 --- a/tests/data/test1001 +++ b/tests/data/test1001 @@ -71,6 +71,9 @@ http://%HOSTIP:%HTTPPORT/1001 -u auser:apasswd --digest -T log/1001 -x http://% <file name="log/1001"> test </file> +<postcheck> +%SRCDIR/libtest/delay.pl 1 +</postcheck> </client> # Verify data after the test has been "shot" |