Skip to content

Reduce database manipulation in service spec

Arturo Herrero requested to merge reduce-service-spec-queries into master

What does this MR do?

Reduce database manipulation in service spec.

I've used Factory Doctor to reduce un-necessary database manipulation in the spec. Total number of queries saved: 354

Before:

Total events: 4395

After:

Total events: 4041

Related to https://gitlab.com/gitlab-org/plan/-/issues/145

Merge request reports