Skip to content

Bump test-database schema versions to 99/100

Marek Szuba requested to merge e100_version_bump into master

Created by: mkszuba

Description

Synchronise test databases with their counterparts from ensembl, effectively bumping the version of from 90 (!) to 100 (core) or 99 (compara).

Use case

Technically, part of the release cycle. In practice, ensembl-test tests do not particularly care about the database schema - but seeing as we are about to hit three-digit version numbers, it would make sense to update after all.

Benefits

Brings ensembl-test test databases up to date. Will facilitate testing of support for three-digit version numbers across Ensembl Perl API.

Possible Drawbacks

We should probably start patching these every release.

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?

Yes, no regression.

Merge request reports