haskell-distributed / distributed-process

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

Test suite failure #387

Open snoyberg opened 9 years ago

snoyberg commented 9 years ago

Discovered via Stackage run:

Test suite ExchangeTests: RUNNING...
ExchangeTests: user error (Pattern match failure in do expression at tests/TestUtils.hs:170:3-22)
Test suite ExchangeTests: FAIL
Test suite logged to: /home/ubuntu/Desktop/logs/stackage-nightly-2015-02-09/distributed-process-execution-0.1.1/test-run.out
Test suite MailboxTests: RUNNING...
MailboxTests: user error (Pattern match failure in do expression at tests/TestUtils.hs:170:3-22)
Test suite MailboxTests: FAIL
Test suite logged to: /home/ubuntu/Desktop/logs/stackage-nightly-2015-02-09/distributed-process-execution-0.1.1/test-run.out
snoyberg commented 9 years ago

This only fails occasionally.

hyperthunk commented 9 years ago

Thanks for flagging this @snoyberg - I'll look into it.