Skip to content

Patch test databases for release 97, part 2 [master]

Marek Szuba requested to merge bugfix/e97_testdb_patches_master into master

Created by: mkszuba

Description

This PR patches test databases on the master branch so that they are fully up to date with the schema version 97. Same thing as #373 but cherry-picked into master.

Use case

The previous test-database update for Ensembl 97 missed some patches for the core and variation schemas, which is why Travis jobs keep failing these days.

Benefits

Tests will no longer fail due to schema incompatibilities.

Possible Drawbacks

This should have been taken care of before the branching.

Testing

Have you added/modified unit tests to test the changes?

No

If so, do the tests pass/fail?

N/A

Have you run the entire test suite and no regression was detected?

Run the whole test suite, no errors.

Merge request reports