Skip to content

Fix cleanup rake spec by adding clear_pool in after do block

Fu Zhang requested to merge prajnamas/gitlab:346693-fix-cleanup-rake-spec into master

What does this MR do and why?

Fix #346693 (closed) by adding

after do
  clear_pool
end

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #346693 (closed)

Edited by Fu Zhang

Merge request reports