Skip to content

Test DBs: fix broken application of the Compara schema-version bump

Marek Szuba requested to merge rel98_compara_testdb into release/98

Created by: mkszuba

Description

Make sure the Compara schema version in test databases correctly reflects the schema of that database.

Use case

The last time we ran patch_test_databases for release 98 it somehow managed to apply the Compara patch_97_98_b without applying patch_97_98_a. I don't even.

Benefits

98 tests using the Compara test DB will no longer complain about version mismatch. schema_version meta key of the Compara test DB will correctly identify the schema in use.

Possible Drawbacks

None.

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, all tests pass.

Merge request reports