Test failure: spec/models/acts_as_taggable_on/tagging_spec.rb:6
Job #1760542026 failed for 9bf98911:
1) ActsAsTaggableOn::Tagging has the same connection as Ci::ApplicationRecord
Failure/Error: expect(described_class.retrieve_connection.execute(query).first).to eq(Ci::ApplicationRecord.retrieve_connection.execute(query).first)
ActiveRecord::ConnectionNotEstablished:
No connection pool for 'Ci::ApplicationRecord' found.
# ./spec/models/acts_as_taggable_on/tagging_spec.rb:10:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:406:in `block (3 levels) in <top (required)>'
# ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
# ./spec/spec_helper.rb:397:in `block (2 levels) in <top (required)>'
# ./spec/spec_helper.rb:393:in `block (3 levels) in <top (required)>'
# ./lib/gitlab/application_context.rb:31:in `with_raw_context'
# ./spec/spec_helper.rb:393:in `block (2 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:102:in `block (3 levels) in <top (required)>'
# ./spec/support/database/prevent_cross_joins.rb:56:in `with_cross_joins_prevented'
# ./spec/support/database/prevent_cross_joins.rb:102:in `block (2 levels) in <top (required)>'
The test was introduced in !73523 (merged)
Edited by Lin Jen-Shin