FamilySearch/gedcomx-php

Make Tests Reliable

Closed this issue · 2 comments

Every time the tests run, a new random failure appears. There is something strange going on between the tests and the Sandbox API that is causing tests to fail or error out. I believe the testing strategy needs to be reworked to focus on Unit tests. Later, functional tests may be re-introduced, but the current situation makes it nearly impossible to get a build to pass.

I just fixed php-vcr. Does that change things?

Tests are passing reliably now.