[ Content | View menu ]

Randomly Failing PHP Tests

Mark Mzyk April 20, 2011

At work we have several PHPUnit tests that randomly fail. These ghost failures cause a lot of pain. One run the test fails, the next it passes. These tests are slow poison, as they degrade trust in the system. The code was inspected, but nothing could be found wrong. For some reason, on random test […]