Skip to content

Reenable MySQL tests on all CE and EE branches part 2

Below is a copy of the description in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/13812 which was merged then reverted due to spec failures.

So far I've only rebased onto master. It fixed at least one of the spec files. One of the other failures didn't happen locally before rebasing either, so let's see how it does on CI.


What does this MR do?

Reenables MySQL tests on all CE and EE branches.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Testing that is important enough to run on master should also be run on any branch before it is merged into master. The master branch should be protected from easily preventable failures.

More discussion in the issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/36384

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36384

Merge request reports