diff options
Diffstat (limited to 'src/testzzuf/README')
-rw-r--r-- | src/testzzuf/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/testzzuf/README b/src/testzzuf/README new file mode 100644 index 00000000..5ee15698 --- /dev/null +++ b/src/testzzuf/README | |||
@@ -0,0 +1,13 @@ | |||
1 | Testcases in this directory require zzuf and socat. | ||
2 | |||
3 | zzuf is used to randomly mess with the TCP connection between the CURL | ||
4 | clients and the MHD server. The goal is to expose problems in MHD's | ||
5 | error handling (by introducing random syntax errors). socat is | ||
6 | used to listen on port 11081 and forward the randomzied stream to | ||
7 | port 11080 where MHD is waiting. | ||
8 | |||
9 | As a result, the testcases in this directory do NOT check that | ||
10 | whatever CURL returns is what was expected -- random modifications to | ||
11 | the TCP stream can have random effects ;-). Testcases "fail" if the | ||
12 | code crashes or hangs indefinitely. | ||
13 | |||