Skip to content

Rails5 fix mysql milliseconds problem in specs

Jasper Maes requested to merge jlemaes/gitlab-ce:rails5-fix-48977 into master

What does this MR do?

Fix some mysql specs by using Timecop. Related to !20221 (merged) and #48430 (closed)

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

Why was this MR needed?

rails5 upgrade

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #48977 (closed)

Merge request reports