Skip to content

Intermittent test failures #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hyperthunk opened this issue Jan 17, 2013 · 2 comments
Open

Intermittent test failures #115

hyperthunk opened this issue Jan 17, 2013 · 2 comments

Comments

@hyperthunk
Copy link
Member

t4@iske:distributed-process $ ./dist/build/TestCH/TestCH
Basic features:
  Ping: [OK]
  Math: [OK]
  Timeout: [OK]
  Timeout0: [OK]
  SendToTerminated: [OK]
  TypedChannnels: [OK]
  MergeChannels: [Failed]
ERROR: thread blocked indefinitely in an MVar operation

This could be related to similar problems as issue #87 but I've not had time to investigate yet.

@hyperthunk
Copy link
Member Author

And observed this evening (looking at HEAD) - ./dist/build/TestStats/TestStats (which does barely anything at all) can lock up if you run it in a tight loop for long enough. Around 20 iterations is usually enough for me on a dual core I5. Looking at the event log output, some thread is getting stuck in a foreign call - further investigation to follow.

@LaurentRDC
Copy link
Member

Now that we have updated the test suite to use tasty, we can make use of tasty-flaky to at least mark intermittently-failing tests as such

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants