haskell-distributed / distributed-process

Cloud Haskell core libraries
http://haskell-distributed.github.io
713 stars 97 forks source link

More automated testing #410

Open mboes opened 9 years ago

mboes commented 9 years ago

From @edsko on September 24, 2012 12:59

Write a script-driven Network.Transport implementation with which we can test for specific network failures, and then use QuickCheck to generate scripts (similar to how ByteString is tested).

Copied from original issue: haskell-distributed/distributed-process#38

mboes commented 9 years ago

From @edsko on November 6, 2012 14:42

We started to do this for Network.Transport.TCP, and it's quite aways there, but not quite done yet.