Month: May 2015

  • Dealing with Flaky Tests using Data

    I recently wrote a sbt plugin that produces tabular test reports. My motivation was to get better insights into the reliability of our test suite. Due to good discipline most failures that occur are caused by flakiness of tests that usually pass on developer machines, but are causing problems on the faster build machines. We…