Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 2
    Please note that these tests won't prove your concurrency issues don't exist anymore. They simply exercise your threads more, and therefore increase the chance of finding concurrency problems if they are there; but I'm afraid this is still no guarantee. Finding and troubleshooting concurrency problems is unfortunately very hard. Commented May 9, 2015 at 21:00
  • @AndresF. noted and agreed. But running these tests thousands of times will seriously increase the chances of catching concurrency problems. In the end long time field tests are the ink real solution to these kinds of problems. Next time around I hope better planing will solve these problems before they start to exist. Commented May 9, 2015 at 21:03