Skip to content

Resolve "Loading `Geo::ContainerRepositoryRegistry` requires a Geo secondary database"

What does this MR do?

Quick fix to prevent state_machine from trying to load things from the Geo database when its not configured. This would happen at initialization time, because of how factory_bot and Rails work. Without this fix, anyone trying to run specs on their local machine would see an exception (example on the issue discussion), unless they had Geo tracking database set-up.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Closes #13220 (closed)

Edited by Gabriel Mazetto

Merge request reports