Skip to content

The /info/comparas endpoint returns the version of the compara database, not the core database

Marek Szuba requested to merge github/fork/muffato/master into master

Created by: muffato

Description and Use case

The /info/comparas test assumes that the test compara database is in the same version as the test core database. This assumption is not always met (e.g. before branching the API, or when developing locally). The commit solves the issue by comparing the version returned by the endpoint to the one of the database itself

Benefits

No more Travis failures

Possible Drawbacks

None

Testing

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

Yes.

If so, do the tests pass/fail?

Pass, of course.

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

Yes.

Merge request reports