Skip to content

Raisl 5: Fix Gitlab::Database::LoadBalancing#caught_up? check

What does this MR do?

Rails 5 returns true or false instead of a string t or f, this MR changes the check to use Gitlab::Utils.to_boolean to cover all cases.

What are the relevant issue numbers?

Closes #8583 (closed)

Does this MR meet the acceptance criteria?

Edited by Douglas Barbosa Alexandre

Merge request reports