coyote
coyote copied to clipboard
Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.
Pull request regarding optimizing pct for async-await task programs.
Seems that we still log SendEvents even after the runtime has stopped.
To remove the need for someone to declare the method name again when they are trying to replay a schedule.
It seems that the code coverage tool is misreading the rewritten binaries as uncovered code blocks, causing % coverage to be reduced. The issue arises when you run code coverage...
I'm trying to learn about the different strategies, but the docs don't have a clear description of each one. I'm referring to random, prioritization, fair-prioritization, probabilistic, rl, dfs, portfolio. An...
Added the following: 1. The systematic fuzzing framework 2. (1)-PCT algorithm 3. Contains a preliminary implementation for the QL algorithm