Skip to content

Patch non-core test databases to schema version 99

Marek Szuba requested to merge e99_test_dbs into master

Created by: mkszuba

Description

Patch compara, ontology and variation test DBs to schema version 99.

Use case

  1. I must have set a branch wrong or something like that for the previous patching because it didn't update the version of the ontology schema. Fixed;
  2. There is now an official variation schema-version patch;
  3. For consistency between compara test DBs (officially still at 98) and all the rest (officially all at 99 now), apply the same unofficial compara schema-version patch as in ensembl-rest.

Benefits

No more warnings/errors due to the mismatch of API and DB-schema versions in the test suite.

Possible Drawbacks

The Compara schema-version patch is unofficial.

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 detected.

Merge request reports