Skip to content
Snippets Groups Projects
Commit 441ca8a9 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Set the "Stale timeout" to 10 seconds, so that we can test

disconnection of a stalled client in a reasonable time.  Don't expect
that test to fail.
parent 0aa1a10c
Branches
Tags
No related merge requests found
......@@ -23,7 +23,7 @@
# Test what the server does under severe load.
lyskomd_start
lyskomd_start "" "Stale timeout: 10 seconds"
proc monitor_progress {} {
global test
......@@ -77,10 +77,10 @@ get_time_client_start 4 {"--time-abort" "--write-only"}
set old $timeout
set timeout 20
simple_expect "(ERROR: final write succeeded|get-time-often: final write: Resource temporarily unavailable)"
setup_xfail "*-*-*" "Bug 106"
fail "final write fails with EPIPE"
talk_to lyskomd
simple_expect "Client 5 from $any* has stalled\. Killing it\."
talk_to get_time_client 4
simple_expect "End of progress reports"
set timeout $old
simple_expect "$any_num reqs, $any_num bytes, $any_num reads"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment