Commit fdce57e6 authored by Quang-Minh Nguyen's avatar Quang-Minh Nguyen

Add a changelog entry

parent c2f25b2b
---
title: Fix inaccurate role classification in DB instrumentation
merge_request: 57998
author:
type: fixed
......@@ -71,14 +71,7 @@ RSpec.describe Gitlab::Database::LoadBalancing::HostList do
describe '#manage_pool?' do
before do
allow(Gitlab::Database)
.to receive(:create_connection_pool)
.and_return(
double(:connection),
double(:connection),
double(:connection),
double(:connection)
)
allow(Gitlab::Database).to receive(:create_connection_pool) { double(:connection) }
end
context 'when the testing pool belongs to one host of the host list' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment