haskell-distributed / haskell-distributed/distributed-process
Test suite failure
Open
Nobody has claimed this yet.
distributed-process-execution
- Dominant language
- Haskell
- Stars
- 751
- Forks
- 99
- Avg merge
- 45m
- Merged PRs (30d)
- 2
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tests/TestUtils.hs at line 170 and reproduce the failures in the ExchangeTests and MailboxTests suites. Trace the pattern-match failure using the logged output, then confirm that both test suites complete successfully without the user error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100