Closed tractorcow closed 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).
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).