TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Finding concurrency bugs in .NET services using Coyote

1 pointsby inaseerabout 4 years ago

1 comment

inaseerabout 4 years ago
Hi HN,<p>The tweet links to a couple of tutorials showing how to test an extremely simple CRUD service using Coyote to find concurrency bugs. Developers write simple unit tests whose concurrency is explored by Coyote to find bugs. You might be surprised to learn how we can write a number of interesting concurrency tests for even the simplest of CRUD services.<p><a href="https:&#x2F;&#x2F;microsoft.github.io&#x2F;coyote&#x2F;#tutorials&#x2F;first-concurrency-unit-test&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.github.io&#x2F;coyote&#x2F;#tutorials&#x2F;first-concurre...</a> <a href="https:&#x2F;&#x2F;microsoft.github.io&#x2F;coyote&#x2F;#tutorials&#x2F;test-concurrent-operations&#x2F;" rel="nofollow">https:&#x2F;&#x2F;microsoft.github.io&#x2F;coyote&#x2F;#tutorials&#x2F;test-concurren...</a>