Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.
Перейти к файлу
Chris Lovett a1d545f08a Merged PR 1344: Add new tests for push/pop states.
Add new tests for push/pop states.
2020-02-28 19:32:29 -08:00
Common Merged PR 407: Switch from WCF to SmartSockets for distributed testing. 2020-02-28 19:32:23 -08:00
Scripts Merged PR 1159: Add generated API documentation. 2020-02-28 19:32:28 -08:00
Source Merged PR 1338: goto and push benchmarks 2020-02-28 19:32:29 -08:00
Tests Merged PR 1344: Add new tests for push/pop states. 2020-02-28 19:32:29 -08:00
Tools Merged PR 1338: goto and push benchmarks 2020-02-28 19:32:29 -08:00
.gitattributes Initial commit 2020-02-28 19:32:20 -08:00
.gitignore Initial commit 2020-02-28 19:32:20 -08:00
Coyote.sln Merged PR 1338: goto and push benchmarks 2020-02-28 19:32:29 -08:00
History.md Initial commit 2020-02-28 19:32:20 -08:00
LICENSE Initial commit 2020-02-28 19:32:20 -08:00
NuGet.config Initial commit 2020-02-28 19:32:20 -08:00
README.md Initial commit 2020-02-28 19:32:20 -08:00
SECURITY.md Initial commit 2020-02-28 19:32:20 -08:00
Versioning.md Merged PR 407: Switch from WCF to SmartSockets for distributed testing. 2020-02-28 19:32:23 -08:00
global.json Merged PR 701: Renaming the command line tool to coyote (without capital) 2020-02-28 19:32:24 -08:00

README.md

NuGet Build status

Coyote is a programming framework for building reliable asynchronous software. Coyote ensures design and code remain in sync, dramatically simplifying the addition of new features. Coyote comes with with a systematic testing engine that allows finding and deterministically reproducing hard-to-find safety and liveness bugs.

Coyote is used by several teams in Azure to design, implement and systematically test production distributed systems and services. In the words of an Azure service architect:

Coyote found several issues early in the dev process, this sort of issues that would usually bleed through into production and become very expensive to fix later.

Coyote is made with ❤️ by Microsoft Research and is the evolution of the P# project.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.