CH5 / E25|Smoke Test|Mon, 10 Sep ’12
The Startup Race
Our smoke test runs the WeeWikiPaint server, but there’s a race condition. The test tries to get a web page from the server before the server has actually been started. What’s the cleanest, simplest way to deal with this problem? We explore the possibilities and code our solution.