silverstripe / silverstripe-versionfeed

Provides an RSS feed for global site changes
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Unpredictable testing behaviour #8

Closed tractorcow closed 10 years ago

tractorcow commented 10 years ago

It appears there is some kind of race-condition which occasionally causes tests to fail. Restarting the test on travis normally succeeds a second time. See https://travis-ci.org/silverstripe-labs/silverstripe-versionfeed/jobs/24071499 for an example of a failing test.

This is probably due to a regression in the testing environment due to the caching and rate limiting policy recently added. Need to update the test cases to correctly disable those policies during testing (unless necessary).