Posted By: Peli de Halleux | Jan 14th, 2009 @ 10:40 AM | 24,467 Views | 1 Comment
Today we are sitting with Madan Musuvathi for a quick tutorial on writing concurrency unit tests, powered by CHESS in Visual Studio 2008. Madan goes through a simple bank account example that contains a subtle concurrency bug. He shows how to turn a unit test into a concurrent unit test in a snap, find concurrency issues and debug them using CHESS.

CHESS is an automated concurrency testing tool for .NET and Win32 that finds and reproduces heisenbugs.
The Research in Software Engineering team (RiSE) coordinates Microsoft's research in Software Engineering in Redmond, USA.
Rating:
3
0

Wow, that's very good work Madan! I absolutely love that you can capture the data in which to repro the bug consistantly.

Microsoft Communities