rspec unit pg12 1/22
Passed Started
by
@leetickett

Lee Tickett
1 expected: 1 time with arguments: (:user, 42)2 received: 0 times3 RSpec::Retry: 4th try ./spec/lib/gitlab/database/load_balancing/rack_middleware_spec.rb:1244 #clear5 clears the currently used host and session6 #sticking_namespaces7 using a Warden request8 returns the warden user if present9 returns an empty Array if no user was present10 using a request with a manually set sticking object11 returns the sticking object12 using a regular request13 returns an empty Array14ObjectStorage::BackgroundMoveWorker15 for LFS16 when object storage is enabled17 uploads object to storage (FAILED - 16)191st Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:25:20Couldn't find LfsObject with 'id'=3922RSpec::Retry: 2nd try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:25242nd Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:25:25Couldn't find LfsObject with 'id'=4026 RSpec::Retry: 3rd try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:25283rd Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:25:29Couldn't find LfsObject with 'id'=4130 RSpec::Retry: 4th try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:2531 when background upload is disabled32 is skipped33 when object storage is disabled34 doesn't migrate files35 for job artifacts36 when local storage is used37 and remote storage is defined38 migrates file to remote storage39 for uploads40 when local storage is used41 and remote storage is defined42 supports using the model43 migrates file to remote storage (FAILED - 17)451st Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:94:46Couldn't find Project with 'id'=125748RSpec::Retry: 2nd try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:94502nd Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:94:51Couldn't find Project with 'id'=125852 RSpec::Retry: 3rd try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:94543rd Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:94:55Couldn't find Project with 'id'=125956 RSpec::Retry: 4th try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:9457 supports using the Upload58 migrates file to remote storage (FAILED - 18)601st Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:107:61Couldn't find Project with 'id'=126163RSpec::Retry: 2nd try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:107652nd Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:107:66Couldn't find Project with 'id'=126267 RSpec::Retry: 3rd try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:107693rd Try error in ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:107:70Couldn't find Project with 'id'=126371 RSpec::Retry: 4th try ./spec/uploaders/workers/object_storage/background_move_worker_spec.rb:10772TestSuiteSummaryEntity73 #as_json74 contains the total time75 contains the counts76 contains the build_ids77 contains the suite_error78Mutations::Commits::Create79 is expected to require graphql authorizations :push_code80 #resolve81 raises an error if the resource is not accessible to the user82 when user does not have enough permissions83 raises an error84 when user is a maintainer of a different project85 raises an error86 when the user can create a commit87 when service successfully creates a new commit88 returns the ETag path for the commit's pipeline89 returns the content of the commit90 returns a new commit91 when request has multiple actions92 returns a new commit93 when actions are not defined94 returns a new commit95 when branch does not exist96 returns errors97 when branch does not exist and a start branch is provided98 returns a new commit99 when message is not set100 returns errors101 when actions are incorrect102 returns errors103 when branch is protected104 returns errors105projects/merge_requests/edit.html.haml106 when a merge request without fork107 shows editable fields108 when a merge request with an existing source project is closed109 shows editable fields110LabelPriority111 relationships112 is expected to belong to project required: false113 is expected to belong to label required: false114 validations115 is expected to validate that :project cannot be empty/falsy116 is expected to validate that :label cannot be empty/falsy117 is expected to validate that :priority looks like an integer greater than or equal to 0118 validates uniqueness of label_id scoped to project_id119 when importing120 is expected not to validate that :label cannot be empty/falsy121Sidebars::Projects::Menus::ZentaoMenu122 behaves like ZenTao menu with CE version123 #render?124 when issues integration is disabled125 returns false126 when issues integration is enabled127 returns true128 renders menu link129 renders external-link icon130 renders ZenTao menu131 does not contain items132Gitlab::RepositoryUrlBuilder133 .build134 factory: :project, path_generator: ->(project) { project.full_path }135 when passing SSH protocol136 returns the SSH URL to the repository137 when passing HTTP protocol138 returns the HTTP URL to the repo without a username139 includes the custom HTTP clone root if set140 when passing an unsupported protocol141 raises an exception142 factory: :project_snippet, path_generator: ->(snippet) { "#{snippet.project.full_path}/snippets/#{snippet.id}" }143 when passing SSH protocol144 returns the SSH URL to the repository145 when passing HTTP protocol146 returns the HTTP URL to the repo without a username147 includes the custom HTTP clone root if set148 when passing an unsupported protocol149 raises an exception150 factory: :project_wiki, path_generator: ->(wiki) { "#{wiki.container.full_path}.wiki" }151 when passing SSH protocol152 returns the SSH URL to the repository153 when passing HTTP protocol154 returns the HTTP URL to the repo without a username155 includes the custom HTTP clone root if set156 when passing an unsupported protocol157 raises an exception158 factory: :personal_snippet, path_generator: ->(snippet) { "snippets/#{snippet.id}" }159 when passing SSH protocol160 returns the SSH URL to the repository161 when passing HTTP protocol162 returns the HTTP URL to the repo without a username163 includes the custom HTTP clone root if set164 when passing an unsupported protocol165 raises an exception166Gitlab::JobWaiter167 .notify168 pushes the jid to the named queue169 #wait170 returns when all jobs have been completed171 times out if not all jobs complete172 when a label is provided173 increments just job_waiter_started_total when all jobs complete174 increments job_waiter_started_total and job_waiter_timeouts_total when it times out175ErrorTracking::SentryClient::Repo176 #repos177 is expected to all be a kind of Gitlab::ErrorTracking::Repo178 is expected to eq 1179 behaves like calls sentry api180 calls sentry api181 redirects182 behaves like no Sentry redirects183 does not follow redirects184 when exception is raised185 behaves like maps Sentry exceptions186 HTTParty::Error187 is expected to raise ErrorTracking::SentryClient::Error with "Error when connecting to Sentry"188 Net::OpenTimeout189 is expected to raise ErrorTracking::SentryClient::Error with "Connection to Sentry timed out"190 SocketError191 is expected to raise ErrorTracking::SentryClient::Error with "Received SocketError when trying to connect to Sentry"192 OpenSSL::SSL::SSLError193 is expected to raise ErrorTracking::SentryClient::Error with "Sentry returned invalid SSL data"194 Errno::ECONNREFUSED195 is expected to raise ErrorTracking::SentryClient::Error with "Connection refused"196 StandardError197 is expected to raise ErrorTracking::SentryClient::Error with "Sentry request failed due to StandardError"198Tooling::Danger::FeatureFlag199 #feature_flag_files200 retrieves added feature flag files201 with added added feature flag files202 returns an array of Found objects203 without added added feature flag files204 returns an array of Found objects205 retrieves modified feature flag files206 with modified modified feature flag files207 returns an array of Found objects208 without modified modified feature flag files209 returns an array of Found objects210 retrieves deleted feature flag files211 with deleted deleted feature flag files212 returns an array of Found objects213 without deleted deleted feature flag files214 returns an array of Found objects215 Tooling::Danger::FeatureFlag::Found216 #raw217 returns the raw YAML218 #group219 returns the group found in the YAML220 #default_enabled221 returns the default_enabled found in the YAML222 #rollout_issue_url223 returns the rollout_issue_url found in the YAML224 #group_match_mr_label?225 when MR labels match FF group226 is expected to eq true227 when MR labels does not match FF group228 is expected to eq false229 when group is nil230 and MR has no group label231 is expected to eq true232 and MR has a group label233 is expected to eq false234RuboCop::Cop::RSpec::FactoryBot::InlineAssociation235 offenses236 recognizes `add_attribute`237 recognizes `transient` attributes238 code_snippet: "create(:user)", autocorrected: "association(:user)"239 registers an offense and corrects240 code_snippet: "FactoryBot.create(:user)", autocorrected: "association(:user)"241 registers an offense and corrects242 code_snippet: "::FactoryBot.create(:user)", autocorrected: "association(:user)"243 registers an offense and corrects244 code_snippet: "create(:user, :admin)", autocorrected: "association(:user, :admin)"245 registers an offense and corrects246 code_snippet: "create(:user, name: \"any\")", autocorrected: "association(:user, name: \"any\")"247 registers an offense and corrects248 code_snippet: "build(:user)", autocorrected: "association(:user)"249 registers an offense and corrects250 code_snippet: "FactoryBot.build(:user)", autocorrected: "association(:user)"251 registers an offense and corrects252 code_snippet: "::FactoryBot.build(:user)", autocorrected: "association(:user)"253 registers an offense and corrects254 code_snippet: "build(:user, :admin)", autocorrected: "association(:user, :admin)"255 registers an offense and corrects256 code_snippet: "build(:user, name: \"any\")", autocorrected: "association(:user, name: \"any\")"257 registers an offense and corrects258 no offenses259 for `association(:user)`260 does not register any offenses261 for `association(:user, :admin)`262 does not register any offenses263 for `association(:user, name: "any")`264 does not register any offenses265 for `after(:build) do |object|`266 does not register any offenses267 for `initialize_with do`268 does not register any offenses269 for `user_id { create(:user).id }`270 does not register any offenses271Gitlab::Diff::FileCollection::MergeRequestDiffBase272 #overflow?273 when it is not overflown274 returns false275 when it is overflown276 returns true277 #cache_key278 returns cache_key from merge_request_diff279Gitlab::Ci::Build::DurationParser280 .validate_duration281 with never282 is expected to be truthy283 with never value camelized284 is expected to be truthy285 with a duration286 is expected to be truthy287 caches data288 without a duration289 is expected to be falsy290 caches data291 #seconds_from_now292 with never293 is expected to be nil294 with an empty string295 is expected to be nil296 with a duration297 is expected to within one second of 2022-07-05 07:42:39 UTC298Metrics::Dashboard::ClusterMetricsEmbedService299 .valid_params?300 is expected to be truthy301 returns false with missing param302 returns false with missing param303 returns false with missing param304 returns false with missing param305 returns false with missing param306 missing all params307 is expected to be falsy308 #get_dashboard309 returns one panel310 returns panel by title and y_label311 behaves like valid embedded dashboard service response312 behaves like valid dashboard service response for schema313 returns a json representation of the dashboard314 behaves like caches the unprocessed dashboard for subsequent calls315 is expected to receive load_raw!(*(any args)) 1 time316StorageHelper317 #storage_counter318 formats bytes to one decimal place319 does not add decimals for sizes < 1 MB320 does not add decimals for zeroes321 uses commas as thousands separator322 #storage_counters_details323 works on ProjectStatistics324 works on Namespace.with_statistics325 storage_enforcement_banner326 #storage_enforcement_banner_info327 returns nil when namespace is not free328 returns nil when storage_enforcement_date is not set329 when storage_enforcement_date is set330 returns nil when current_user do not have access usage quotas page331 returns nil when namespace_storage_limit_show_preenforcement_banner FF is disabled332 when current_user can access the usage quotas page333 returns a hash334 when namespace has used storage335 returns a hash with the correct storage size text336 when the given group is a sub-group337 returns the banner hash338 when the :storage_banner_bypass_date_check is enabled339 returns the enforcement info340 when storage_enforcement_date is set and dismissed callout exists341 is expected to equal nil342 callouts_feature_name343 returns first callouts_feature_name344 returns second callouts_feature_name345 is expected to eq "storage_enforcement_banner_second_enforcement_threshold"346 returns third callouts_feature_name347 is expected to eq "storage_enforcement_banner_third_enforcement_threshold"348 returns fourth callouts_feature_name349 is expected to eq "storage_enforcement_banner_fourth_enforcement_threshold"350IncidentManagement::AddSeveritySystemNoteWorker351 #perform352 when incident and user exist353 creates a system note354 when incident does not exist355 behaves like does not add a system note356 does not change incident notes count357 when incident_id is nil358 behaves like does not add a system note359 does not change incident notes count360 when issue is not an incident361 behaves like does not add a system note362 does not change incident notes count363 when user does not exist364 behaves like does not add a system note365 does not change incident notes count366 when user_id is nil367 behaves like does not add a system note368 does not change incident notes count369Users::MergeRequestInteraction370 declarative policy delegation371 delegates to the merge request372 #can_merge?373 when the user cannot merge374 is expected not to be can merge375 when the user can merge376 is expected to be can merge377 #can_update?378 when the user cannot update the MR379 is expected not to be can update380 when the user can update the MR381 is expected to be can update382 #review_state383 when the user has not been asked to review the MR384 is expected to be nil385 implies not reviewed386 when the user has been asked to review the MR387 is expected to eq "attention_requested"388 implies not reviewed389 when the user has provided a review390 is expected to eq "reviewed"391 implies reviewed392 #approved?393 when the user has not approved the MR394 is expected not to be approved395 when the user has approved the MR396 is expected to be approved397Atlassian::JiraConnect::Jwt::Asymmetric398 #valid?399 returns true when verified with public key from CDN400 JWT does not contain a key ID401 is expected not to be valid402 JWT contains a key ID that is not a valid UUID4403 is expected not to be valid404 public key can not be retrieved405 is expected not to be valid406 retrieving the public raises an error407 is expected not to be valid408 token decoding raises an error409 is expected not to be valid410 when iss could not be verified411 is expected not to be valid412 when qsh could not be verified413 is expected not to be valid414 #iss_claim415 is expected to eq nil416 when jwt is verified417 is expected to eq "client_key"418Sidebars::Groups::Menus::IssuesMenu419 Menu Items420 List421 is expected not to be nil422 behaves like menu access rights423 is expected not to be nil424 when the user does not have access425 is expected to be nil426 Boards427 behaves like menu access rights428 is expected not to be nil429 when the user does not have access430 is expected to be nil431 Milestones432 behaves like menu access rights433 is expected not to be nil434 when the user does not have access435 is expected to be nil436 behaves like pill_count formatted results437 returns all digits for count value under 1000438 returns truncated digits for count value over 1000439 returns truncated digits for count value over 10000440 returns truncated digits for count value over 100000441Gitlab::Ci::Config::Yaml::Tags::Reference442 .tag443 implements the tag method444 #resolve445 with circular references446 raises CircularReferenceError447 with nested circular references448 raises CircularReferenceError449 with missing references450 raises MissingReferenceError451 with invalid references452 yaml: "a: !reference", error_message: "!reference [] is not valid"453 raises an error454 yaml: "a: !reference str", error_message: "!reference \"str\" is not valid"455 raises an error456 yaml: "a: !reference 1", error_message: "!reference \"1\" is not valid"457 raises an error458 yaml: "a: !reference [1]", error_message: "!reference [1] is not valid"459 raises an error460 yaml: "a: !reference { b: c }", error_message: "!reference {\"b\"=>\"c\"} is not valid"461 raises an error462 when the references are valid but do not match the config463 raises a MissingReferenceError464 with arrays465 is expected to match (a hash including {:f => {:g => [[1, 2], 5, [3, 4]]}})466 with hashes467 when referencing an entire hash468 is expected to match (a hash including {:e => {:f => {:c => "c", :d => "d"}}})469 when referencing only a hash value470 is expected to match (a hash including {:i => {:g => "c", :h => "h"}})471 when referencing a value before its definition472 is expected to match (a hash including {:a => {:b => {:e => 1, :f => "f"}}})473Gitlab::Checks::LfsIntegrity474 #objects_missing?475 with LFS not enabled476 skips integrity check477 with LFS enabled478 is true if any LFS blobs are missing479 is false if LFS objects have already been uploaded480 nil rev481 skips integrity check482 deletion483 skips integrity check484 no changes485 skips integrity check486Types::BaseObject487 scoping items488 paginates arrays correctly489 filters connections correctly490 filters polymorphic connections491 filters interface connections492 redacts polymorphic objects493 paginates before scoping494 a lazy list495 behaves like array member redaction496 redacts the unauthorized array member497 a list of lazy items498 behaves like array member redaction499 redacts the unauthorized array member500 an array connection of items501 behaves like array member redaction502 redacts the unauthorized array member503 an array connection of items, selecting edges504 behaves like array member redaction505 redacts the unauthorized array member506 .authorize507 keeps track of the specified value508 can not redefine the authorize value509sidekiq.rake510 gitlab:sidekiq:migrate_jobs:schedule rake task511 behaves like migration rake task512 runs the migrator with a mapping of workers to queues513 gitlab:sidekiq:migrate_jobs:retry rake task514 behaves like migration rake task515 runs the migrator with a mapping of workers to queues516Ci::PipelineMessage517 validations518 when message content is longer than the limit519 is truncated with ellipsis520 when message is not present521 returns an error522 when message content is valid523 is saved with default error severity524 is persist the defined severity525GpgKeys::CreateService526 creates a gpg key527 notification528 sends a notification529 when the public key contains subkeys530 generates the gpg subkeys531Gitlab::Themes532 .body_classes533 returns a space-separated list of class names534 .by_id535 returns a Theme by its ID536 .default537 returns the default application theme538 prevents an infinite loop when configuration default is invalid539 .each540 passes the block to the THEMES Array541 theme.css_filename542 for Indigo543 returns an existing CSS filename544 for Light Indigo545 returns an existing CSS filename546 for Blue547 returns an existing CSS filename548 for Light Blue549 returns an existing CSS filename550 for Green551 returns an existing CSS filename552 for Light Green553 returns an existing CSS filename554 for Red555 returns an existing CSS filename556 for Light Red557 returns an existing CSS filename558 for Gray559 returns an existing CSS filename560 for Light Gray561 returns an existing CSS filename562Grafana::TimeWindow563 #formatted564 is expected to eq {:end=>"2019-03-17T13:10:00Z", :start=>"2019-03-17T05:10:00Z"}565 #in_milliseconds566 is expected to eq {:from=>1552799400000, :to=>1552828200000}567 when non-unix parameters are provided568 is expected to eq {:from=>1552799400000, :to=>1552828200000}569Grafana::RangeWithDefaults570 #to_hash571 is expected to eq {:from=>#<Grafana::Timestamp:0x00007f603b070f60 @time=2019-03-17 05:10:00 +0000>, :to=>#<Grafana::Timestamp:0x00007f603b070dd0 @time=2019-03-17 13:10:00 +0000>}572 when only "to" is provided573 has the expected properties574 when only "from" is provided575 has the expected properties576 when no parameters are provided577 has the expected properties578Grafana::Timestamp579 #formatted580 is expected to eq "2019-03-17T05:10:00Z"581 #to_ms582 is expected to eq 1552799400000583 .from_ms_since_epoch584 is expected to be a kind of Grafana::Timestamp585 when the input is not a unix-ish timestamp586 raises an error587Gitlab::Cleanup::OrphanJobArtifactFilesBatch588 no dry run589 deletes only orphan job artifacts from disk590 does not mix up job ID and artifact ID591 with dry run592 does not remove files593MergeRequest::DiffCommitUser594 validations595 requires that names are less than 512 characters long596 requires that Emails are less than 512 characters long597 requires either a name or Email598 allows setting of just a name599 allows setting of just an Email600 allows setting of both a name and Email601 .prepare602 trims a value to at most 512 characters603 returns nil if the value is an empty string604 .find_or_create605 creates a new row if none exist606 returns an existing row if one exists607 handles concurrent inserts608 .bulk_find_or_create609 bulk creates missing rows and reuses existing rows610 does not insert any data when all users exist611 handles concurrently inserted rows612Gitlab::DependencyLinker::PackageJsonLinker613 .support?614 supports package.json615 does not support other files616 #link617 does not link the module name618 links the homepage619 links the repository URL620 links the license621 links dependencies622 links dependencies to URL detected on value623 does not link to NPM when invalid git URL624 links GitHub repos625 links Git repos626 does not link scripts with the same key as a package627SafeZip::Entry628 #path_dir629 is expected to eq "/tmp/safe-zip20220704-465-10c6hha/public/folder"630 #exist?631 when entry does not exist632 is expected not to be truthy633 when entry does exist634 is expected to be truthy635 #extract636 when entry does not match the filtered directories637 entry_name: "assets/folder/index.html"638 does not extract file639 entry_name: "public/../folder/index.html"640 does not extract file641 entry_name: "public/../../../../../index.html"642 does not extract file643 entry_name: "../../../../../public/index.html"644 does not extract file645 entry_name: "/etc/passwd"646 does not extract file647 when entry does exist648 raises an exception649 when entry type is unknown650 raises an exception651 when entry is valid652 and is file653 does extract file654 behaves like secured symlinks655 when we try to extract entry into symlinked folder656 raises an exception657 and is directory658 does create directory659 behaves like secured symlinks660 when we try to extract entry into symlinked folder661 raises an exception662 and is symlink663 when source is within target664 but does not exist665 raises an exception666 and does exist667 behaves like a valid symlink668 does create symlink669 when source points outside of target670 raises an exception671 when source points to /etc/passwd672 raises an exception673Gitlab::Kubernetes::Deployment674 #name675 is expected to eq :selected676 #labels677 is expected to eq :selected678 #outdated?679 when outdated680 is expected to be truthy681 when up to date682 is expected to be falsy683 when ahead of latest684 is expected to be falsy685 #instances686 when unnamed687 returns all pods with generated names and pending688 when number of pods is less than wanted replicas689 returns not spawned pods as pending and unknown and running690 when outdated691 returns all instances as named and waiting692 with pods of each type693 returns all instances694 with track label695 when marked as stable696 returns all instances697 when marked as canary698 returns all instances699CronSchedulable700 for ci_pipeline_schedule701 behaves like handles set_next_run_at702 when schedule runs every minute703 updates next_run_at to the worker's execution time704 when there are two different schedules in the same time zones705 sets the sames next_run_at706 when cron is updated for existing schedules707 updates next_run_at automatically708Gitlab::Metrics::BootTimeTracker709 #track_boot_time!710 when called on puma for the first time711 set the startup_time712 records the current process runtime713 logs the application boot time714 tracks boot time in a prometheus gauge715 on subsequent calls716 does nothing717 when called on sidekiq for the first time718 set the startup_time719 records the current process runtime720 logs the application boot time721 tracks boot time in a prometheus gauge722 on subsequent calls723 does nothing724 when called on console for the first time725 set the startup_time726 records the current process runtime727 logs the application boot time728 tracks boot time in a prometheus gauge729 on subsequent calls730 does nothing731 when called on other runtimes732 does nothing733 #startup_time734 returns 0 when boot time not tracked735Pages::DeleteService736 marks pages as not deployed737 deletes all domains738 schedules a destruction of pages deployments739 removes pages deployments740 publishes a ProjectDeleted event with project id and namespace id741Banzai::Renderer742 #cache_collection_render743 when an item has a rendered field744 does not touch redis if the field is in the cache745 #render_field746 without cache747 returns cacheless render field748 with cache749 with a stale cache750 caches and returns the result751 skips database caching on a GitLab read-only instance752 with an up-to-date cache753 uses the cache754 #cacheless_render755 without cache756 returns cacheless render field757 #post_process758 when xhtml759 without :post_process_pipeline key760 uses PostProcessPipeline761 with :post_process_pipeline key762 uses passed post process pipeline763 when not xhtml764 without :post_process_pipeline key765 uses PostProcessPipeline766 with :post_process_pipeline key767 uses passed post process pipeline768Groups::AutoDevopsService#execute769 when user does not have enough privileges770 raises exception771 when user has enough privileges772 updates group auto devops enabled accordingly773 when group has projects774 reflects changes on projects775 when group has subgroups776 reflects changes on subgroups777 when subgroups have projects778 reflects changes on projects779projects/pipeline_schedules/_pipeline_schedule780 taking ownership of schedule781 when non-owner is signed in782 non-owner can take ownership of pipeline783 when owner is signed in784 owner cannot take ownership of pipeline785Tags::CreateService786 #execute787 creates the tag and returns success788 when target is invalid789 returns an error790 when tag already exists791 returns an error792 when tag name is invalid793 returns an error794 when pre-receive hook fails795 returns an error796RuboCop::Cop::RSpec::TopLevelDescribePath797 when the file ends in _spec.rb798 registers no offenses799 when the file is a frontend fixture800 registers no offenses801 when the describe is in a shared example802 with shared_examples803 registers no offenses804 with shared_examples_for805 registers no offenses806 when the describe is at the top level807 marks the describe as offending808Resolvers::Crm::ContactsResolver809 #resolve810 with unauthorized user811 does not rise an error and returns no contacts812 with authorized user813 does not rise an error and returns all contacts in the correct order (FAILED - 19)8151st Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:44:816expected: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]817 got: #<ActiveRecord::Relation []>818(compared using ==)819Diff:820@@ -1,3 +1,2 @@821-[#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.088261321 +0000", updated_at: "2022-07-04 07:43:33.088261321 +0000", state: "inactive", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>,822- #<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.098272261 +0000", updated_at: "2022-07-04 07:43:33.098272261 +0000", state: "active", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]823+[]825RSpec::Retry: 2nd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:448272nd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:44:828expected: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]829 got: #<ActiveRecord::Relation []>830(compared using ==)831Diff:832@@ -1,3 +1,2 @@833-[#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.088261321 +0000", updated_at: "2022-07-04 07:43:33.088261321 +0000", state: "inactive", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>,834- #<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.098272261 +0000", updated_at: "2022-07-04 07:43:33.098272261 +0000", state: "active", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]835+[]836 RSpec::Retry: 3rd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:448383rd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:44:839expected: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]840 got: #<ActiveRecord::Relation []>841(compared using ==)842Diff:843@@ -1,3 +1,2 @@844-[#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.088261321 +0000", updated_at: "2022-07-04 07:43:33.088261321 +0000", state: "inactive", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>,845- #<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.098272261 +0000", updated_at: "2022-07-04 07:43:33.098272261 +0000", state: "active", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]846+[]847 RSpec::Retry: 4th try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:44848 without parent849 returns no contacts850 with a group parent851 when no filter is provided852 returns all the contacts in the correct order (FAILED - 20)8541st Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:64:855expected: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]856 got: #<ActiveRecord::AssociationRelation []>857(compared using ==)858Diff:859@@ -1,3 +1,2 @@860-[#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.088261321 +0000", updated_at: "2022-07-04 07:43:33.088261321 +0000", state: "inactive", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>,861- #<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.098272261 +0000", updated_at: "2022-07-04 07:43:33.098272261 +0000", state: "active", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]862+[]864RSpec::Retry: 2nd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:648662nd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:64:867expected: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]868 got: #<ActiveRecord::AssociationRelation []>869(compared using ==)870Diff:871@@ -1,3 +1,2 @@872-[#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.088261321 +0000", updated_at: "2022-07-04 07:43:33.088261321 +0000", state: "inactive", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>,873- #<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.098272261 +0000", updated_at: "2022-07-04 07:43:33.098272261 +0000", state: "active", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]874+[]875 RSpec::Retry: 3rd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:648773rd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:64:878expected: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]879 got: #<ActiveRecord::AssociationRelation []>880(compared using ==)881Diff:882@@ -1,3 +1,2 @@883-[#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.088261321 +0000", updated_at: "2022-07-04 07:43:33.088261321 +0000", state: "inactive", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>,884- #<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07:43:33.098272261 +0000", updated_at: "2022-07-04 07:43:33.098272261 +0000", state: "active", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]885+[]886 RSpec::Retry: 4th try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:64887 when search term is provided888 returns the correct contacts (FAILED - 21)8901st Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:70:891expected collection contained: [#<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]892actual collection contained: []893the missing elements were: [#<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]895RSpec::Retry: 2nd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:708972nd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:70:898expected collection contained: [#<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]899actual collection contained: []900the missing elements were: [#<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]901 RSpec::Retry: 3rd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:709033rd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:70:904expected collection contained: [#<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]905actual collection contained: []906the missing elements were: [#<CustomerRelations::Contact id: 2, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "PQR", last_name: "STU", email: "vwx@test.com", description: [FILTERED]>]907 RSpec::Retry: 4th try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:70908 when state is provided909 returns the correct contacts (FAILED - 22)9111st Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:76:912expected collection contained: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]913actual collection contained: []914the missing elements were: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]916RSpec::Retry: 2nd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:769182nd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:76:919expected collection contained: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]920actual collection contained: []921the missing elements were: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]922 RSpec::Retry: 3rd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:769243rd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:76:925expected collection contained: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]926actual collection contained: []927the missing elements were: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]928 RSpec::Retry: 4th try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:76929 when ids are provided930 returns the correct contacts (FAILED - 23)9321st Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:82:933expected collection contained: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]934actual collection contained: []935the missing elements were: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]937RSpec::Retry: 2nd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:829392nd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:82:940expected collection contained: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]941actual collection contained: []942the missing elements were: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]943 RSpec::Retry: 3rd try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:829453rd Try error in ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:82:946expected collection contained: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]947actual collection contained: []948the missing elements were: [#<CustomerRelations::Contact id: 1, group_id: 4017, organization_id: nil, created_at: "2022-07-04 07...", phone: nil, first_name: "ABC", last_name: "DEF", email: "ghi@test.com", description: [FILTERED]>]949 RSpec::Retry: 4th try ./spec/graphql/resolvers/crm/contacts_resolver_spec.rb:82950Types::BoardListType951 is expected to eq "BoardList"952 has specific fields953 issues field954 has a correct extension955 title956 preloads the label association (FAILED - 24)9581st Try error in ./spec/graphql/types/board_list_type_spec.rb:28:959undefined method `name' for nil:NilClass961RSpec::Retry: 2nd try ./spec/graphql/types/board_list_type_spec.rb:289632nd Try error in ./spec/graphql/types/board_list_type_spec.rb:28:964undefined method `name' for nil:NilClass965 RSpec::Retry: 3rd try ./spec/graphql/types/board_list_type_spec.rb:289673rd Try error in ./spec/graphql/types/board_list_type_spec.rb:28:968undefined method `name' for nil:NilClass969 RSpec::Retry: 4th try ./spec/graphql/types/board_list_type_spec.rb:28970Gitlab::MarkdownCache::Redis::Store971 .bulk_read972 returns a hash of values from store973 #save974 stores updates to html fields and version975 #read976 reads the html fields and version from redis if they were stored977 is mared loaded after reading978projects/hooks/index979 renders webhooks page with "Project Hooks"980 webhook is rate limited981 renders "Disabled" badge982 webhook is permanently disabled983 renders "Failed to connect" badge984 webhook is temporarily disabled985 renders "Fails to connect" badge986DesignManagement::DesignAction987 validations988 the design989 must not be nil990 the action991 must not be nil992 must be a known action993 the content994 content is necesary995 must not be nil if the action is create996 must not be nil if the action is update997 content is forbidden998 must not be nil if the action is delete999 #gitaly_action1000 the action needs content1001 produces a good gitaly action1002 the action forbids content1003 produces a good gitaly action1004 #issue_id1005 delegates to the design1006 #performed1007 calls design#clear_version_cache when the action has been performed1008Gitlab::UUID1009 .v51010 in development1011 is expected to eq "5b593e54-90f5-504b-8805-5394a4d14b94"1012 in test1013 is expected to eq "5b593e54-90f5-504b-8805-5394a4d14b94"1014 in staging1015 is expected to eq "dd190b37-7754-5c7c-80a0-85621a5823ad"1016 in production1017 is expected to eq "4961388b-9d8e-5da0-a499-3ef5da58daf0"1018 v5?1019 test_string: "not even a uuid", is_uuid_v5: false1020 is expected to equal false1021 test_string: "this-seems-like-a-uuid", is_uuid_v5: false1022 is expected to equal false1023 test_string: "thislook-more-5lik-eava-liduuidbutno", is_uuid_v5: false1024 is expected to equal false1025 test_string: "9f470438-db0f-37b7-9ca9-1d47104c339a", is_uuid_v5: false1026 is expected to equal false1027 test_string: "9f470438-db0f-47b7-9ca9-1d47104c339a", is_uuid_v5: false1028 is expected to equal false1029 test_string: "9f470438-db0f-57b7-9ca9-1d47104c339a", is_uuid_v5: true1030 is expected to equal true1031Gitlab::EndpointAttributes1032 is nil when nothing was defined1033 returns the expected category1034 falls back to default when urgency was not defined1035 returns the expected urgency1036 returns feature category for an implied action if not specify actions1037 returns expected duration for an implied action if not specify actions1038 returns the expected category for categories defined in subclasses1039 falls back to superclass's feature category1040 returns the expected urgency for categories defined in subclasses1041 falls back to superclass's expected duration1042 raises an error when defining for the controller and for individual actions1043 raises an error when multiple calls define the same action1044 raises an error when multiple calls define the same action1045 does not raise an error when multiple calls define the same action and configs1046 raises an error if the expected duration is not supported1047Namespaces::RootStatisticsWorker#perform1048 with a namespace1049 executes refresher service1050 deletes namespace aggregated schedule row1051 when something goes wrong when updating1052 does not delete the aggregation schedule1053 logs the error1054 with no namespace1055 does not execute the refresher service1056 with a namespace with no aggregation scheduled1057 does not execute the refresher service1058 behaves like an idempotent worker1059 is labeled as idempotent1060 performs multiple times sequentially without raising an exception1061 deletes one aggregation schedule1062Gitlab::Config::Entry::ComposableArray1063 #valid?1064 is valid1065 is invalid1066 is expected not to be valid1067 #compose!1068 composes child entry with configured value1069 composes child entries with configured values1070 #descendants1071 creates descendant nodes1072Mutations::AlertManagement::Alerts::Todo::Create1073 is expected to require graphql authorizations :update_alert_management_alert1074 #resolve1075 behaves like an incident management tracked event1076 .track_event1077 tracks the event using redis1078 when user does not have permissions1079 is expected to raise Gitlab::Graphql::Errors::ResourceNotAvailable1080 when project is invalid1081 is expected to raise Gitlab::Graphql::Errors::ResourceNotAvailable1082 when alert is invalid1083 is expected to raise Gitlab::Graphql::Errors::ResourceNotAvailable1084 when the create service yields errors1085 is expected not to change `Todo.count`1086 is expected to eq ["error"]1087 with valid inputs1088 creates a new todo1089 is expected to eq {:alert=>#<AlertManagement::Alert id:2 namespace1372/project1005^alert#1>, :errors=>[], :todo=>#<Todo...04 07:43:55.607783000 +0000", note_id: nil, commit_id: nil, group_id: nil, resolved_by_action: nil>}1090Gitlab::Graphql::Pagination::ArrayConnection1091 behaves like a connection with collection methods1092 responds to to_a1093 responds to size1094 responds to map1095 responds to include?1096 responds to empty?1097 behaves like a redactable connection1098 no redactor set1099 contains the unwanted item1100 does not redact more than once1101 redactor is set1102 does not contain the unwanted item1103 does not redact more than once1104gitlab:lfs namespace rake task1105 migration tasks1106 migrate1107 object storage disabled1108 doesn't migrate files1109 object storage enabled1110 migrates local file to object storage1111 migrate_to_local1112 object storage enabled1113 migrates remote files to local storage1114Gitlab::Auth::Result1115 when actor is User1116 returns auth_user1117 does not return deploy token1118 when actor is Deploy token1119 returns deploy token1120 does not return auth_user1121 #authentication_abilities_include?1122 when authentication abilities are empty1123 returns false1124 when authentication abilities are not empty1125 returns false when ability is not allowed1126 returns true when ability is allowed1127 #can_perform_action_on_project?1128 returns if actor can do perform given action on given project1129 returns if actor cannot do perform given action on given project1130 #can?1131 returns if actor can do perform given action on given project1132 returns if actor cannot do perform given action on given project1133AuthorizedProjectUpdate::UserRefreshOverUserRangeWorker1134 behaves like worker with data consistency1135 .get_data_consistency_feature_flag_enabled?1136 returns true1137 .get_data_consistency1138 returns correct data consistency1139 #perform1140 checks if project authorization update is required1141 checks if a project_authorization refresh is needed for each of the users1142 when there are project authorization records due for either removal or addition for a specific user1143 enqueues a new project authorization update job for the user1144 when there are no additions or removals to be made to project authorizations for a specific user1145 does not enqueue a new project authorization update job for the user1146Types::DependencyProxy::ImageTtlGroupPolicyType1147 is expected to eq "DependencyProxyImageTtlGroupPolicy"1148 is expected to eq "Group-level Dependency Proxy TTL policy settings"1149 is expected to require graphql authorizations :admin_dependency_proxy1150 includes dependency proxy image ttl policy fields1151schema_version_check rake task1152 allows migrations on databases meeting the min schema version requirement1153 raises an error when schema version is too old to migrate1154 skips running validation when passed the skip env variable1155 allows migrations on fresh databases1156PushEventPayload1157 behaves like having unique enum values1158 has unique values in "action"1159 has unique values in "ref_type"1160 saving payloads1161 does not allow commit messages longer than 70 characters1162Groups::SettingsHelper1163 #group_settings_confirm_modal_data1164 is_paid: true, is_button_disabled: "true", form_value_id: nil1165 returns expected parameters1166 is_paid: true, is_button_disabled: "true", form_value_id: "fake_form_id"1167 returns expected parameters1168 is_paid: false, is_button_disabled: "false", form_value_id: nil1169 returns expected parameters1170 is_paid: false, is_button_disabled: "false", form_value_id: "fake_form_id"1171 returns expected parameters1172Gitlab::Database::EachDatabase1173 .each_database_connection1174 yields each connection after connecting SharedModel1175 when only certain databases are selected1176 yields the selected connections after connecting SharedModel1177 when the selected names are passed as symbols1178 yields the selected connections after connecting SharedModel1179 when the selected names are invalid1180 does not yield any connections1181 raises an error1182 when shared connections are not included1183 only yields the unshared connections1184 .each_model_connection1185 when the model inherits from SharedModel1186 yields each model with SharedModel connected to each database connection1187 when the model limits connection names1188 only yields the model with SharedModel connected to the limited connections1189 when the model does not inherit from SharedModel1190 yields each model after connecting SharedModel1191 when the database connections are limited by the only_on option1192 when a single name is passed in1193 yields models only connected to the given database1194 when a list of names are passed in1195 yields models only connected to the given databases1196Gitlab::Database::SchemaCacheWithRenamedTable1197 when table is not renamed yet1198 uses the original table to look up metadata1199 when table is renamed1200 uses the renamed table to look up metadata1201 has primary key1202 has the same column definitions1203 has the same indexes1204 has the same column_hash1205 when the table behind a model is actually a view1206 can persist records1207 can find records1208projects/generic_commit_statuses/_generic_commit_status.html.haml1209 won't include a column with a link to its pipeline by default1210 can include a column with a link to its pipeline1211RuboCop::Cop::Performance::ARCountEach1212 when it is not haml file1213 does not flag it as an offense1214 when it is haml file1215 when the same object uses count and each1216 flags it as an offense1217 when different object uses count and each1218 does not flag it as an offense1219 when just using count without each1220 does not flag it as an offense1221 when just using each without count1222 does not flag it as an offense1223BulkImports::StuckImportWorker1224 perform1225 updates the status of bulk imports to timeout1226 updates the status of bulk import entities to timeout1227 updates the status of stale entities trackers to timeout1228 does not update the status of non-stale records1229ApplicationSettingPolicy1230 update_runners_registration_token1231 when anonymous1232 is expected not to be allowed :update_runners_registration_token1233 regular user1234 is expected not to be allowed :update_runners_registration_token1235 when external1236 is expected not to be allowed :update_runners_registration_token1237 admin1238 when admin mode is enabled1239 is expected to be allowed :update_runners_registration_token1240 when admin mode is disabled1241 is expected to be disallowed :update_runners_registration_token1242Packages::Composer::Metadatum1243 relationships1244 is expected to belong to package required: false1245 validations1246 is expected to validate that :package cannot be empty/falsy1247 is expected to validate that :target_sha cannot be empty/falsy1248 is expected to validate that :composer_json cannot be empty/falsy1249 scopes1250 .for_package1251 is expected to eq [#<Packages::Composer::Metadatum package_id: 61, target_sha: "466661f9ee62937d11a9de4f1e6cc11697641fc6", composer_json: {"name"=>"sample-project"}, version_cache_sha: nil>]1252Resolvers::Clusters::AgentsResolver1253 is expected to have nullable GraphQL type ClusterAgentConnection1254 is expected to include {:extras => (include :lookahead)}1255 #resolve1256 the current user has access to clusters1257 finds all agents (FAILED - 25)12591st Try error in ./spec/graphql/resolvers/clusters/agents_resolver_spec.rb:33:1260expected collection contained: [#<Clusters::Agent id: 1, created_at: "2022-07-04 07:44:14.622001795 +0000", updated_at: "2022-07-04 ...71 +0000", project_id: 1366, name: "agent-2", created_by_user_id: 2451, has_vulnerabilities: false>]1261actual collection contained: []1262the missing elements were: [#<Clusters::Agent id: 1, created_at: "2022-07-04 07:44:14.622001795 +0000", updated_at: "2022-07-04 ...71 +0000", project_id: 1366, name: "agent-2", created_by_user_id: 2451, has_vulnerabilities: false>]1264RSpec::Retry: 2nd try ./spec/graphql/resolvers/clusters/agents_resolver_spec.rb:3312662nd Try error in ./spec/graphql/resolvers/clusters/agents_resolver_spec.rb:33:1267expected collection contained: [#<Clusters::Agent id: 1, created_at: "2022-07-04 07:44:14.622001795 +0000", updated_at: "2022-07-04 ...71 +0000", project_id: 1366, name: "agent-2", created_by_user_id: 2451, has_vulnerabilities: false>]1268actual collection contained: []1269the missing elements were: [#<Clusters::Agent id: 1, created_at: "2022-07-04 07:44:14.622001795 +0000", updated_at: "2022-07-04 ...71 +0000", project_id: 1366, name: "agent-2", created_by_user_id: 2451, has_vulnerabilities: false>]1270 RSpec::Retry: 3rd try ./spec/graphql/resolvers/clusters/agents_resolver_spec.rb:3312723rd Try error in ./spec/graphql/resolvers/clusters/agents_resolver_spec.rb:33:1273expected collection contained: [#<Clusters::Agent id: 1, created_at: "2022-07-04 07:44:14.622001795 +0000", updated_at: "2022-07-04 ...71 +0000", project_id: 1366, name: "agent-2", created_by_user_id: 2451, has_vulnerabilities: false>]1274actual collection contained: []1275the missing elements were: [#<Clusters::Agent id: 1, created_at: "2022-07-04 07:44:14.622001795 +0000", updated_at: "2022-07-04 ...71 +0000", project_id: 1366, name: "agent-2", created_by_user_id: 2451, has_vulnerabilities: false>]1276 RSpec::Retry: 4th try ./spec/graphql/resolvers/clusters/agents_resolver_spec.rb:331277 the current user does not have access to clusters1278 returns an empty result1279Resolvers::Clusters::AgentsResolver.single1280 is expected to be < Resolvers::Clusters::AgentsResolver1281 .field_options1282 is expected to include {:type => Types::Clusters::AgentType, :null => true, :extras => [:lookahead]}1283 arguments1284 name1285 is expected to be present1286Gitlab::GitalyClient::Call1287 #call1288 when the response is not an enumerator1289 returns the response1290 stores timings and call details1291 when err1292 stores timings and call details1293 when the response is an enumerator1294 returns a consumable enumerator1295 time measurements1296 records full rpc stream consumption1297 records partial rpc stream consumption1298 when err1299 records partial rpc stream consumption1300Tooling::Helm3Client1301 #releases1302Running command: `helm list --namespace "review-apps" --max 256 --offset 0 --output json`1303 raises an error if the Helm command fails1304Running command: `helm list --namespace "review-apps" --max 256 --offset 0 --output json`1305Ignoring this JSON parsing error: 809: unexpected token at ''1306Response was:1307 calls helm list with default arguments1308Running command: `helm list --namespace "review-apps" --max 256 --offset 0 --output json --deployed`1309Ignoring this JSON parsing error: 809: unexpected token at ''1310Response was:1311 calls helm list with extra arguments1312Running command: `helm list --namespace "review-apps" --max 256 --offset 0 --output json --deployed`1313Running command: `helm list --namespace "review-apps" --max 256 --offset 256 --output json --deployed`1314 returns a list of Release objects1315Running command: `helm list --namespace "review-apps" --max 256 --offset 0 --output json`1316Running command: `helm list --namespace "review-apps" --max 256 --offset 256 --output json`1317Running command: `helm list --namespace "review-apps" --max 256 --offset 512 --output json`1318 automatically paginates releases1319 #delete1320Running command: `helm uninstall --namespace "review-apps" my-release`1321 raises an error if the Helm command fails1322Running command: `helm uninstall --namespace "review-apps" my-release`1323 calls helm uninstall with default arguments1324 with multiple release names1325Running command: `helm uninstall --namespace "review-apps" my-release my-release-2`1326 raises an error if the Helm command fails1327Running command: `helm uninstall --namespace "review-apps" my-release my-release-2`1328 calls helm uninstall with multiple release names1329RuboCop::Cop::Migration::AddReference1330 when outside of a migration1331 does not register any offenses1332 when in a migration1333 when the table existed before1334 registers an offense when using add_reference1335 registers an offense when using add_reference with index enabled1336 registers an offense if only a different table was created1337 when creating the table at the same time1338 registers an offense when using add_reference without index1339 registers an offense when using add_reference index disabled1340 does not register an offense when using add_reference with index enabled1341 does not register an offense when the index is unique1342IosSpecificTemplatesExperiment1343 is expected to equal true1344 skipping the experiment1345 no actor1346 is expected to be falsey1347 actor cannot create pipelines1348 is expected to be falsey1349 targeting a non iOS platform1350 is expected to be falsey1351 project has a ci.yaml file1352 is expected to be falsey1353 project has pipelines1354 is expected to be falsey1355Gitlab::ExternalAuthorization::Response1356 #valid?1357 is valid for 200, 401, and 403 responses1358 is invalid for other statuses1359 #reason1360 returns a reason if it was included in the response body1361 returns nil when there was no body1362 #successful?1363 is `true` if the status is 2001364 is `false` if the status is 401 or 4031365BulkImports::Projects::Pipelines::ProjectPipeline1366 #run1367 imports new project into destination group1368 pipeline parts1369 is expected to includes the BulkImports::Pipeline module1370 is expected to includes the BulkImports::Pipeline::Runner module1371 has extractors1372 has transformers1373CohortsService1374 #execute1375 returns a list of user cohorts1376Ci::DailyBuildGroupReportResultsWorker1377 #perform1378 when pipeline is found1379 executes service1380 when pipeline is not found1381 does not execute service1382InvalidGpgSignatureUpdateWorker1383 when GpgKey is found1384 calls NotificationService.new.run1385 when GpgKey is not found1386 does not raise errors1387 does not call NotificationService.new.run1388JiraConnectHelper1389 #jira_connect_app_data1390 user is not logged in1391 includes Jira Connect app attributes1392 assigns users_path with value1393 passes group as "skip_groups" param1394 assigns gitlab_user_path to nil1395 with oauth_metadata1396 assigns oauth_metadata1397 includes oauth_authorize_url with all params1398 jira_connect_oauth feature is disabled1399 does not assign oauth_metadata1400 user is logged in1401 assigns users_path to nil1402 assigns gitlab_user_path correctly1403Integrations::JiraTrackerData1404 behaves like Integrations::BaseDataFields1405 associations1406 is expected to belong to integration required: false1407 #activated?1408 with integration1409 with value set to false1410 is expected to eq false1411 with value set to true1412 is expected to eq true1413 without integration1414 is expected to eq false1415 #to_database_hash1416 does not include certain attributes1417 deployment_type1418 is expected to define :deployment_type as an enum backed by an integer with values ‹[:unknown, :server, :cloud]›, prefix: :deployment1419 encrypted attributes1420 is expected to contain exactly :api_url, :password, :url, and :username1421DisallowTwoFactorForGroupWorker1422 updates group1423 updates group members1424RuboCop::Cop::CodeReuse::Worker1425 flags the use of a worker in a controller1426 flags the use of a worker in an API1427 flags the use of a worker in a Finder1428 flags the use of a worker in a Presenter1429 flags the use of a worker in a Serializer1430 flags the use of a worker in a model class method1431Types::PermissionTypes::MergeRequest1432 is expected to have graphql fields :read_merge_request, :admin_merge_request, :update_merge_request, :create_note, :push_to_source_branch, :remove_source_branch, :cherry_pick_on_current_merge_request, :revert_on_current_merge_request, and :can_merge1433admin/application_settings/_package_registry1434 package file size limits1435 has fields for max package file sizes1436 does not display the plan name when there is only one plan1437 with multiple plans1438 displays the plan name when there is more than one plan1439projects/ci/jobs/_build1440 won't include a column with a link to its pipeline by default1441 can include a column with a link to its pipeline1442Gitlab::Database::ObsoleteIgnoredColumns1443 #execute1444 returns a list of class names and columns pairs1445Packages::Helm::IndexPresenter1446 #entries1447 returns the correct hash1448 with an unknown channel1449 is expected to be empty1450 with a nil channel1451 is expected to be empty1452 #api_version1453 is expected to eq "v1"1454 #generated1455 returns the expected format1456 #server_info1457 is expected to eq {"contextPath"=>"/api/v4/projects/1374/packages/helm"}1458 with url encoded project id param1459 is expected to eq {"contextPath"=>"/api/v4/projects/foo%2Fbar/packages/helm"}1460ProjectDailyStatistic1461 is expected to belong to project required: false1462BreadcrumbsHelper1463 #push_to_schema_breadcrumb1464 enqueue element name, link and position1465 when link is relative1466 converts the url into absolute1467 when link is invalid1468 returns the current url1469 when link is nil1470 returns the current url1471 #schema_breadcrumb_json1472 returns the breadcrumb schema in json format1473 when extra breadcrumb element is added1474 include the extra elements before the last element1475Marginalia spec1476 For rails web requests1477 generates a query that includes the component and value1478 when using CI database1479 generates a query that includes the component and value1480 for Sidekiq worker jobs1481 generates a query that includes the component and value1482 for ActionMailer delivery jobs1483 generates a query that includes the component and value1484MigrateExternalDiffsWorker1485 #perform1486 migrates the listed diff1487 does nothing if the diff is missing1488Gitlab::Metrics::Prometheus1489 #reset_registry!1490 clears existing metrics1491 #error_detected!1492 disables Prometheus metrics1493Autocomplete::ActsAsTaggableOn::TagsFinder1494 #execute1495 with empty params1496 returns all tags1497 filter by search1498 with an empty search term1499 returns all tags1500 with a search containing 2 characters1501 returns the tag that strictly matches the search term1502 with a search containing 3 characters1503 returns the tag that partially matches the search term1504 limit1505 limits the result set by the limit constant1506ActionMailer hooks1507 smime signature interceptor1508 is disabled by default1509 interceptor testbed1510 email_enabled: false, email_smime_enabled: false, smime_interceptor_enabled: false1511 is enabled depending on settings1512 email_enabled: false, email_smime_enabled: true, smime_interceptor_enabled: false1513 is enabled depending on settings1514 email_enabled: true, email_smime_enabled: false, smime_interceptor_enabled: false1515 is enabled depending on settings1516 email_enabled: true, email_smime_enabled: true, smime_interceptor_enabled: true1517 is enabled depending on settings1518PrometheusAlertEntity1519 when user can read prometheus alerts1520 exposes prometheus_alert attributes1521Types::Ci::AnalyticsType1522 exposes the expected fields1523Projects::RefreshBuildArtifactsSizeStatisticsWorker1524 #perform_work1525 when refresh job is present1526 logs refresh information1527 when refresh job is not present1528 logs refresh information1529 #remaining_work_count1530 and there are remaining refresh jobs1531 is expected to eq 11532 and there are no remaining refresh jobs1533 is expected to eq 01534 #max_running_jobs1535 is expected to eq 101536 when projects_build_artifacts_size_refresh flag is disabled1537 is expected to eq 01538Gitlab::Import::Logger1539 #format_message1540 formats strings1541 formats hashes1542Gitlab::Ci::Build::Rules::Rule::Clause::If1543 #satisfied_by?1544 when expression is a basic string comparison1545 when comparison is true1546 is expected to eq true1547 when comparison is false1548 is expected to eq false1549 when expression is a regexp1550 when comparison is true1551 is expected to eq true1552 when comparison is false1553 is expected to eq false1554 when both side of the expression are variables1555 when comparison is true1556 is expected to eq true1557 when the FF ci_fix_rules_if_comparison_with_regexp_variable is disabled1558 is expected to eq false1559 when comparison is false1560 is expected to eq false1561ClusterWaitForAppUpdateWorker1562 runs CheckUpgradeProgressService when application is found1563 does not run CheckUpgradeProgressService when application is not found1564IdentityProviderPolicy1565 #rules1566 is expected to be allowed :link1567 is expected to be allowed :unlink1568 when user is anonymous1569 is expected not to be allowed :link1570 is expected not to be allowed :unlink1571 when provider is saml1572 is expected to be allowed :link1573 is expected not to be allowed :unlink1574 when provider is cas31575 is expected to be allowed :link1576 is expected not to be allowed :unlink1577Clusters::Agents::DeleteService1578 #execute1579 without user permissions1580 fails to delete when the user has no permissions1581 with user permissions1582 deletes a cluster agent1583TokenAuthenticatableStrategies::Base1584 #token_fields1585 includes the token field1586 with expires_at option1587 includes the token_expires_at field1588 .fabricate1589 when digest stragegy is specified1590 fabricates digest strategy object1591 when encrypted strategy is specified1592 fabricates encrypted strategy object1593 when no strategy is specified1594 fabricates insecure strategy object1595 when incompatible options are provided1596 raises an error1597Gitlab::UsageDataCounters::WorkItemActivityUniqueCounter1598 .track_work_item_created_action1599 behaves like work item unique counter1600 when track_work_items_activity FF is enabled1601 tracks a unique event only once1602 when author is nil1603 behaves like counter that does not track the event1604 does not track the event1605 when track_work_items_activity FF is disabled1606 behaves like counter that does not track the event1607 does not track the event1608 .track_work_item_title_changed_action1609 behaves like work item unique counter1610 when track_work_items_activity FF is enabled1611 tracks a unique event only once1612 when author is nil1613 behaves like counter that does not track the event1614 does not track the event1615 when track_work_items_activity FF is disabled1616 behaves like counter that does not track the event1617 does not track the event1618Gitlab::Git::Conflict::File1619 #lines1620 when the content contains non-UTF-8 characters1621 raises UnsupportedEncoding1622 when the content can be converted to UTF-81623 sets lines to the lines1624 sets the type to text1625 #content1626 when the content contains non-UTF-8 characters1627 raises UnsupportedEncoding1628 when the content can be converted to UTF-81629 returns a valid UTF-8 string1630 #path1631 returns our_path1632 when our_path is not present1633 returns their_path1634RuboCop::Cop::Performance::ActiveRecordSubtransactionMethods1635 when the method uses a subtransaction1636 method: :safe_ensure_unique1637 registers an offense1638 method: :safe_find_or_create_by1639 registers an offense1640 method: :safe_find_or_create_by!1641 registers an offense1642 method: :with_fast_read_statement_timeout1643 registers an offense1644 method: :create_or_find_by1645 registers an offense1646 method: :create_or_find_by!1647 registers an offense1648Packages::Debian::ParseDebian822Service1649 with dpkg-deb --field output1650 return as expected, preserving order1651 with control file1652 return as expected, preserving order1653 with empty input1654 return a empty hash1655 with unexpected continuation line1656 raise error1657 with duplicate field1658 raise error1659 with incorrect input1660 raise error1661 with duplicate section1662 raise error1663Gitlab::Application1664 when parameters are logged1665 rails does not leak confidential parameters1666 input_url: "/", output_query: {}1667 is expected to eq {}1668 input_url: "/?safe=1", output_query: {"safe"=>"1"}1669 is expected to eq {"safe"=>"1"}1670 input_url: "/?private_token=secret", output_query: {"private_token"=>"[FILTERED]"}1671 is expected to eq {"private_token"=>"[FILTERED]"}1672 input_url: "/?mixed=1&private_token=secret", output_query: {"mixed"=>"1", "private_token"=>"[FILTERED]"}1673 is expected to eq {"mixed"=>"1", "private_token"=>"[FILTERED]"}1674 input_url: "/?note=secret¬eable=1&prefix_note=2", output_query: {"note"=>"[FILTERED]", "noteable"=>"1", "prefix_note"=>"2"}1675 is expected to eq {"note"=>"[FILTERED]", "noteable"=>"1", "prefix_note"=>"2"}1676 input_url: "/?note[note]=secret&target_type=1", output_query: {"note"=>"[FILTERED]", "target_type"=>"1"}1677 is expected to eq {"note"=>"[FILTERED]", "target_type"=>"1"}1678 input_url: "/?safe[note]=secret&target_type=1", output_query: {"safe"=>{"note"=>"[FILTERED]"}, "target_type"=>"1"}1679 is expected to eq {"safe"=>{"note"=>"[FILTERED]"}, "target_type"=>"1"}1680Types::ContainerExpirationPolicyType1681 is expected to eq "ContainerExpirationPolicy"1682 is expected to eq "A tag expiration policy designed to keep only the images that matter most"1683 is expected to require graphql authorizations :admin_container_image1684 older_than field1685 returns older_than enum1686 keep n field1687 returns keep enum1688 name_regex field1689 returns untrusted regexp type1690 name_regex_keep field1691 returns untrusted regexp type1692GroupCustomAttribute1693 assocations1694 is expected to belong to group required: false1695 validations1696 is expected to validate that :group cannot be empty/falsy1697 is expected to validate that :key cannot be empty/falsy1698 is expected to validate that :value cannot be empty/falsy1699 is expected to validate that :key is case-sensitively unique within the scope of :group_id1700Gitlab::Graphql::Loaders::BatchModelLoader1701 #find1702 finds a model by id1703 only queries once per model1704 does not force values unnecessarily1705JiraConnectInstallations::DestroyService1706 .execute1707 creates an instance and calls execute1708 #execute1709 is expected to be truthy1710 deletes the installation1711 and the installation has an instance_url set1712 is expected to be truthy1713 schedules a ForwardEventWorker background job and keeps the installation1714Gitlab::Graphql::CallsGitaly::FieldExtension1715 when the field calls gitaly1716 when the field has a constant complexity1717 allows the call1718 when the field declares that it calls gitaly1719 allows the call1720 when the field does not have these arguments1721 notices, and raises, mentioning the field1722 when it does not call gitaly1723 does not raise1724 when some field calls gitaly while we were waiting1725 is acceptable if all are accounted for1726 is unacceptable if some of the calls are unaccounted for1727SystemCheck::Orphans::NamespaceCheck1728 #multi_check1729 all orphans1730 prints list of all orphaned namespaces except @hashed1731 few orphans with existing namespace1732 prints list of orphaned namespaces1733 few orphans with existing namespace and parents with same name as orphans1734 prints list of orphaned namespaces ignoring parents with same namespace as orphans1735 no orphans1736 prints an empty list ignoring @hashed1737Snippets::ScheduleBulkRepositoryShardMovesWorker1738 behaves like schedules bulk repository shard moves1739 #perform1740 is labeled as idempotent1741 performs multiple times sequentially without raising an exception1742 schedules container repository storage moves1743Gitlab::Favicon1744 .main1745 defaults to favicon.png1746 has yellow favicon for canary1747 uses the custom favicon if a favicon appearance is present1748 asset host1749 returns a relative url when the asset host is not configured1750 returns a full url when the asset host is configured1751 .status_overlay1752 returns the overlay for the status1753 .available_status_names1754 returns the available status names1755Gitlab::Checks::ForcePush1756 .force_push?1757 returns false if the repo is empty1758 checks if old rev is an anchestor1759BulkImports::Groups::Transformers::SubgroupToEntityTransformer1760 #transform1761 transforms subgroups data in entity params1762BulkImports::ExportService1763 #execute1764 schedules RelationExportWorker for each top level relation1765 when exception occurs1766 does not schedule RelationExportWorker1767groups/new.html.haml1768 setup_for_company field1769 does not have a default selection1770Gitlab::Console1771 .welcome!1772 when running in the Rails console1773 on darwin1774 behaves like console messages1775 prints system info1776 behaves like console messages1777 prints system info1778 when not running in the Rails console1779 does not print anything1780Clusters::Integrations::CheckPrometheusHealthWorker#perform1781 triggers health service1782CrossDatabaseModification1783 .transaction1784 adds the current gitlab schema to gitlab_transactions_stack1785 yields1786 feature flag disabled1787 does not add to gitlab_transactions_stack1788 feature flag is not yet setup1789 does not add to gitlab_transactions_stack1790Gitlab::Kroki1791 .formats1792 enabled_formats: "", expected_formats: ["bytefield", "c4plantuml", "ditaa", "erd", "graphviz", "nomnoml", "pikchr", "plantuml", "svgbob", "umlet", "vega", "vegalite", "wavedrom"]1793 returns the expected formats1794 enabled_formats: "blockdiag", expected_formats: ["bytefield", "c4plantuml", "ditaa", "erd", "graphviz", "nomnoml", "pikchr", "plantuml", "svgbob", "umlet", "vega", "vegalite", "wavedrom", "actdiag", "blockdiag", "nwdiag", "packetdiag", "rackdiag", "seqdiag"]1795 returns the expected formats1796 enabled_formats: "bpmn", expected_formats: ["bytefield", "c4plantuml", "ditaa", "erd", "graphviz", "nomnoml", "pikchr", "plantuml", "svgbob", "umlet", "vega", "vegalite", "wavedrom", "bpmn"]1797 returns the expected formats1798 enabled_formats: "excalidraw", expected_formats: ["bytefield", "c4plantuml", "ditaa", "erd", "graphviz", "nomnoml", "pikchr", "plantuml", "svgbob", "umlet", "vega", "vegalite", "wavedrom", "excalidraw"]1799 returns the expected formats1800Gitlab::Ci::Status::Group::Factory1801 inherits from the core factory1802 exposes group helpers1803 exposes extended statuses1804MergeRequestsFinder::Params1805 attention1806 attention param exists1807 is expected to eq #<User id:2505 @user1230>1808 attention param does not exist1809 is expected to eq nil1810Ensure kramdown detects invalid syntax highlighting formatters1811 with invalid formatter1812 falls back to standard HTML and disallows CSV1813 with valid formatter1814 allows formatter1815Gitlab::Ci::Ansi2json::Result1816 #size1817 when offset is at the start1818 returns the full size1819 when offset is not zero1820 returns the remaining size1821 #total1822 returns size of stread1823Stepable1824 stops after the first non success status1825 when all methods return success1826 calls all methods in order1827 merges variables returned by all steps1828 can modify results of previous steps1829 with multiple stepable classes1830 does not leak steps1831Types::ErrorTracking::SentryErrorStackTraceType1832 is expected to eq "SentryErrorStackTrace"1833 is expected to require graphql authorizations :read_sentry_issue1834 exposes the expected fields1835Ci::TriggersHelper1836 .builds_trigger_url1837 with no ref1838 is expected to eq "http://localhost/api/v4/projects/1/trigger/pipeline"1839 with ref1840 is expected to eq "http://localhost/api/v4/projects/1/ref/master/trigger/pipeline"1841 .service_trigger_url1842 is expected to eq "http://localhost/api/v4/projects/1/services/param/trigger"1843Packages::Rubygems::Metadatum1844 relationships1845 is expected to belong to package required: false1846 validations1847 is expected to validate that :package cannot be empty/falsy1848 #rubygems_package_type1849 will not allow a package with a different package_type1850Types::ContainerRepositoryTagsSortEnum1851 is expected to eq "ContainerRepositoryTagSort"1852 exposes all the existing issue sort values1853Gitlab::Ci::Reports::Security::ScannedResource1854 when the URI is not a URI1855 raises an error1856 when the URL is valid1857 sets the URL attributes1858ExportedProtectedBranch1859 Associations1860 is expected to have many push_access_levels1861 .push_access_levels1862 returns the correct push access levels1863Gitlab::UsageDataCounters::CycleAnalyticsCounter1864 behaves like a redis usage counter1865 .count(views)1866 increments the CycleAnalytics views counter by 11867 .read(views)1868 returns the total number of views events1869 behaves like a redis usage counter with totals1870 totals1871 can report all totals1872 unknown events1873 cannot increment1874 cannot read1875Integrations::ProjectEntity1876 as json1877 contains needed attributes1878Gitlab::QueryLimiting::ActiveSupportSubscriber1879 #sql1880 increments the number of executed SQL queries1881 when the query is actually a rails cache hit1882 does not increment the number of executed SQL queries1883Gitlab::Database::BackgroundMigration::BatchMetrics1884 #time_operation1885 tracks the duration of the operation using monotonic time1886 #instrument_operation1887 tracks duration and affected rows1888BulkImports::Clients::Graphql1889 #execute1890 when source instance is compatible1891 marks source instance as compatible1892 when source instance is incompatible1893 raises an error1894Types::AlertManagement::DomainFilterEnum1895 is expected to eq "AlertManagementDomainFilter"1896 exposes all the severity values1897Types::ErrorTracking::SentryErrorType1898 is expected to eq "SentryError"1899 exposes the expected fields1900RecaptchaHelper1901 .show_recaptcha_sign_up?1902 when reCAPTCHA is disabled1903 returns false1904 when reCAPTCHA is enabled1905 returns true1906Types::Ci::RunnerType1907 is expected to eq "CiRunner"1908 is expected to require graphql authorizations :read_runner1909 contains attributes related to a runner1910time travel1911 :freeze_time1912 freezes time around a spec example1913 :time_travel_to1914 time-travels to the specified date1915 time-travels to the specified date & time1916Gitlab::GithubImport::Importer::IssueAndLabelLinksImporter1917 #execute1918 imports an issue and its labels1919Evidences::EvidenceSerializer1920 represents an EvidenceEntity entity1921API::Entities::PublicGroupDetails1922 #as_json1923 includes public group fields1924Gitlab::Ci::Status::Group::Common1925 does not have action1926 has details1927 has no details_path1928Types::IssuableStateEnum1929 is expected to eq "IssuableState"1930 behaves like issuable state1931 exposes all the existing issuable states1932Types::Ci::RecentFailuresType1933 is expected to eq "RecentFailures"1934 contains attributes related to a recent failure history for a test case1935Types::UserCalloutFeatureNameEnum1936 is expected to eq "UserCalloutFeatureNameEnum"1937 exposes all the existing user callout feature names1938OmniAuth initializer for GitLab1939 #full_host1940 is expected to eq "proc"1941Types::Notes::NoteableInterface1942 exposes the expected fields1943 .resolve_type1944 knows the correct type for objects1945CodequalityReportsComparerSerializer1946 #to_json1947 when base report has error and head has a different error1948 matches the schema1949 when base report has no error and head has errors1950 matches the schema1951Sidebars::Projects::Context1952 sets project attribute reader1953ActsAsTaggableOn::Tagging1954 has the same connection as Ci::ApplicationRecord1955 has the same sticking as Ci::ApplicationRecord1956Sidebars::MenuItem1957 includes by default aria-label attribute set to the title1958 when aria-label is overridde during initialization1959 sets the aria-label to the new attribute1960Presentable1961 #present1962 returns a presenter1963 takes optional attributes1964Gitlab::UsageDataCounters::ServiceUsageDataCounter1965 behaves like a redis usage counter1966 .count(download_payload_click)1967 increments the Service Usage Data download_payload_click counter by 11968 .read(download_payload_click)1969 returns the total number of download_payload_click events1970Gitlab::WordDiff::Segments::Newline1971 #to_s1972 is expected to eq ""1973#<Class:0x00007f6060975078>1974 has the expected fields1975InstanceMetadata1976 has the correct properties1977UploaderHelper1978 #extension_match?1979 returns false if file does not exist1980Forever1981 .date1982 returns Postgresql future date1983Gitlab::GithubImport::ImportPullRequestWorker1984 #import1985 imports a pull request1986Projects::ProjectCreatedEvent1987 data: {:project_id=>1, :namespace_id=>2, :root_namespace_id=>3}, valid: true1988 validates data1989 data: {:project_id=>1}, valid: false1990 validates data1991 data: {:namespace_id=>1}, valid: false1992 validates data1993 data: {:project_id=>"foo", :namespace_id=>2}, valid: false1994 validates data1995 data: {:project_id=>1, :namespace_id=>"foo"}, valid: false1996 validates data1997 data: {:project_id=>[], :namespace_id=>2}, valid: false1998 validates data1999 data: {:project_id=>1, :namespace_id=>[]}, valid: false2000 validates data2001 data: {:project_id=>{}, :namespace_id=>2}, valid: false2002 validates data2003 data: {:project_id=>1, :namespace_id=>{}}, valid: false2004 validates data2005 data: "foo", valid: false2006 validates data2007 data: 123, valid: false2008 validates data2009 data: [], valid: false2010 validates data2011Knapsack report was generated. Preview:2012{2013 "spec/lib/gitlab/import_export/project/tree_restorer_spec.rb": 844.9661746360007,2014 "spec/lib/gitlab/database/rename_reserved_paths_migration/v1/rename_namespaces_spec.rb": 67.76177711200035,2015 "spec/tasks/gitlab/workhorse_rake_spec.rb": 67.94789847999982,2016 "spec/lib/gitlab/git/blob_spec.rb": 19.282158815000003,2017 "spec/services/packages/npm/create_package_service_spec.rb": 43.74493749300018,2018 "spec/uploaders/object_storage_spec.rb": 25.751148170000306,2019 "spec/models/integrations/unify_circuit_spec.rb": 42.33211329700043,2020 "spec/services/members/approve_access_request_service_spec.rb": 31.396794412000418,2021 "spec/services/resource_access_tokens/create_service_spec.rb": 26.425923236000017,2022 "spec/models/integrations/pipelines_email_spec.rb": 39.31543682599931,2023 "spec/lib/gitlab/relative_positioning/item_context_spec.rb": 13.203426514000057,2024 "spec/helpers/issues_helper_spec.rb": 21.851107020999734,2025 "spec/lib/gitlab/data_builder/note_spec.rb": 32.0562844570004,2026 "spec/lib/gitlab/data_builder/push_spec.rb": 27.68177140900025,2027 "spec/uploaders/workers/object_storage/migrate_uploads_worker_spec.rb": 20.34939073299938,2028 "spec/lib/gitlab/project_template_spec.rb": 18.393926193999505,2029 "spec/lib/banzai/reference_parser/base_parser_spec.rb": 20.091120150999814,2030 "spec/models/concerns/milestoneable_spec.rb": 22.688341091999973,2031 "spec/lib/gitlab/git/tree_spec.rb": 6.34225496199997,2032 "spec/lib/gitlab/bitbucket_import/importer_spec.rb": 25.827474013999563,2033 "spec/services/merge_requests/cleanup_refs_service_spec.rb": 32.329128600999866,2034 "spec/lib/gitlab/usage/metric_definition_spec.rb": 8.396936258000096,2035 "spec/views/layouts/nav/sidebar/_group.html.haml_spec.rb": 13.192182088000663,2036 "spec/models/incident_management/issuable_escalation_status_spec.rb": 5.51594835800006,2037 "spec/workers/container_registry/migration/enqueuer_worker_spec.rb": 14.028333852999822,2038 "spec/lib/gitlab/database/with_lock_retries_outside_transaction_spec.rb": 15.245941804999347,2039 "spec/lib/backup/manager_spec.rb": 5.990103693999117,2040 "spec/lib/gitlab/database/rename_reserved_paths_migration/v1_spec.rb": 13.533069058000365,2041 "spec/serializers/issue_entity_spec.rb": 14.85561229599989,2042 "spec/services/design_management/save_designs_service_spec.rb": 9.917049681000208,2043 "spec/models/generic_commit_status_spec.rb": 8.473263615000178,2044 "spec/services/projects/container_repository/cleanup_tags_service_spec.rb": 6.36135619200013,2045 "spec/presenters/blobs/unfold_presenter_spec.rb": 16.797093144999963,2046 "spec/services/issues/reopen_service_spec.rb": 8.640275259999726,2047 "spec/services/labels/find_or_create_service_spec.rb": 7.945842871999957,2048 "spec/workers/remove_expired_members_worker_spec.rb": 10.26101098000072,2049 "spec/lib/gitlab/sidekiq_middleware/size_limiter/validator_spec.rb": 2.6431650570002603,2050 "spec/services/projects/participants_service_spec.rb": 10.202544602000671,2051 "spec/lib/gitlab/sql/pattern_spec.rb": 2.6001589580000655,2052 "spec/models/personal_access_token_spec.rb": 6.001865801999884,2053 "spec/helpers/ci/pipelines_helper_spec.rb": 5.266708545999791,2054 "spec/lib/gitlab/prometheus/queries/additional_metrics_deployment_query_spec.rb": 13.410404492000453,2055 "spec/lib/gitlab/checks/single_change_access_spec.rb": 11.745897523000167,2056 "spec/services/projects/open_issues_count_service_spec.rb": 7.688005470999997,2057 "spec/policies/board_policy_spec.rb": 6.068145600000207,2058 "spec/haml_lint/linter/documentation_links_spec.rb": 1.9301895499993407,2059 "spec/views/ci/status/_icon.html.haml_spec.rb": 7.666182810999999,2060 "spec/lib/gitlab/git/object_pool_spec.rb": 12.794689950999782,2061 "spec/views/projects/commit/branches.html.haml_spec.rb": 11.28408110700002,2062 "spec/lib/gitlab/database/load_balancing/transaction_leaking_spec.rb": 9.461040164999758,2063 "spec/services/packages/composer/create_package_service_spec.rb": 4.739542741999685,2064 "spec/services/jira_import/start_import_service_spec.rb": 5.684185561999584,2065 "spec/tasks/gitlab/git_rake_spec.rb": 7.339890721000302,2066 "spec/lib/gitlab/gl_repository/repo_type_spec.rb": 1.575765859999592,2067 "spec/helpers/broadcast_messages_helper_spec.rb": 3.3544427460001316,2068 "spec/graphql/resolvers/package_pipelines_resolver_spec.rb": 4.176916858999903,2069 "spec/policies/personal_snippet_policy_spec.rb": 6.08736381000017,2070 "spec/helpers/wiki_helper_spec.rb": 3.953378166999755,2071 "spec/lib/gitlab/database/migrations/test_batched_background_runner_spec.rb": 8.739816326999971,2072 "spec/serializers/group_child_serializer_spec.rb": 5.822292197999559,2073 "spec/lib/event_filter_spec.rb": 4.006458706000558,2074 "spec/services/terraform/remote_state_handler_spec.rb": 2.048629245000484,2075 "spec/lib/gitlab/ci/status/build/retried_spec.rb": 3.1548380429994722,2076 "spec/graphql/resolvers/board_lists_resolver_spec.rb": 9.426832351000485,2077 "spec/lib/gitlab/chat/output_spec.rb": 4.82609277300071,2078 "spec/lib/gitlab/email/failure_handler_spec.rb": 1.547118672000579,2079 "spec/lib/sidebars/projects/menus/analytics_menu_spec.rb": 3.1630217510000875,2080 "spec/views/projects/merge_requests/_commits.html.haml_spec.rb": 14.003711682999892,2081 "spec/lib/gitlab/cleanup/orphan_lfs_file_references_spec.rb": 7.396286449000399,2082 "spec/presenters/commit_presenter_spec.rb": 5.811800137999853,2083 "spec/models/board_group_recent_visit_spec.rb": 4.156142330999501,2084 "spec/lib/gitlab/ci/config/normalizer_spec.rb": 1.2607658799997807,2085 "spec/lib/gitlab/analytics/cycle_analytics/stage_events/merge_request_merged_spec.rb": 2.4539328640003077,2086 "spec/lib/gitlab/hotlinking_detector_spec.rb": 0.7504346559999249,2087 "spec/services/resource_events/synthetic_milestone_notes_builder_service_spec.rb": 3.9874844860005396,2088 "spec/lib/gitlab/database/partitioning/monthly_strategy_spec.rb": 1.7083508169998822,2089 "spec/lib/gitlab/ci/config/entry/include/rules/rule_spec.rb": 0.9801562689999628,2090 "spec/lib/sidebars/projects/panel_spec.rb": 3.0437609350001367,2091 "spec/workers/pipeline_metrics_worker_spec.rb": 6.015221231999931,2092 "spec/models/design_management/repository_spec.rb": 3.485441410999556,2093 "spec/lib/gitlab/middleware/speedscope_spec.rb": 1.2497063210003034,2094 "spec/views/projects/merge_requests/creations/_new_submit.html.haml_spec.rb": 8.109773137000047,2095 "spec/lib/gitlab/ci/jwt_spec.rb": 1.5828682210003535,2096 "spec/lib/gitlab/ci/reports/reports_comparer_spec.rb": 0.5824296119999417,2097 "spec/graphql/mutations/alert_management/update_alert_status_spec.rb": 1.8914139409998825,2098 "spec/lib/gitlab/database/load_balancing/rack_middleware_spec.rb": 1.4253499449996525,2099 "spec/uploaders/workers/object_storage/background_move_worker_spec.rb": 8.189173385000686,2100 "spec/serializers/test_suite_summary_entity_spec.rb": 4.898031727999296,2101 "spec/graphql/mutations/commits/create_spec.rb": 3.990022455000144,2102 "spec/views/projects/merge_requests/edit.html.haml_spec.rb": 5.914819416000682,2103 "spec/models/label_priority_spec.rb": 2.137268882999706,2104 "spec/lib/sidebars/projects/menus/zentao_menu_spec.rb": 3.5179689400001735,2105 "spec/lib/gitlab/repository_url_builder_spec.rb": 1.4806414040003801,2106 "spec/lib/gitlab/job_waiter_spec.rb": 2.4436528539999927,2107 "spec/lib/error_tracking/sentry_client/repo_spec.rb": 1.0123565879994203,2108 "spec/tooling/danger/feature_flag_spec.rb": 1.0132011579999016,2109 "spec/rubocop/cop/rspec/factory_bot/inline_association_spec.rb": 1.2389114710003923,2110 "spec/lib/gitlab/diff/file_collection/merge_request_diff_base_spec.rb": 3.5387472200000047,2111 "spec/lib/gitlab/ci/build/duration_parser_spec.rb": 0.938295281000137,2112 "spec/services/metrics/dashboard/cluster_metrics_embed_service_spec.rb": 2.5473439209999924,2113 "spec/helpers/storage_helper_spec.rb": 1.806549693999841,2114 "spec/workers/incident_management/add_severity_system_note_worker_spec.rb": 1.1709034729992709,2115 "spec/models/users/merge_request_interaction_spec.rb": 2.5666860900000756,2116 "spec/lib/atlassian/jira_connect/jwt/asymmetric_spec.rb": 1.4344228350000776,2117 "spec/lib/sidebars/groups/menus/issues_menu_spec.rb": 1.8889093520001552,2118 "spec/lib/gitlab/ci/config/yaml/tags/reference_spec.rb": 0.5339004130000831,2119 "spec/lib/gitlab/checks/lfs_integrity_spec.rb": 5.324103213999479,2120 "spec/graphql/types/base_object_spec.rb": 1.9166098700006842,2121 "spec/tasks/gitlab/sidekiq_rake_spec.rb": 2.510875610999392,2122 "spec/models/ci/pipeline_message_spec.rb": 2.569723309999972,2123 "spec/services/gpg_keys/create_service_spec.rb": 3.880992268999762,2124 "spec/lib/gitlab/themes_spec.rb": 1.067786757000249,2125 "spec/lib/grafana/time_window_spec.rb": 1.240047589999449,2126 "spec/lib/gitlab/cleanup/orphan_job_artifact_files_batch_spec.rb": 3.1383212820001063,2127 "spec/models/merge_request/diff_commit_user_spec.rb": 0.8365475639993747,2128 "spec/lib/gitlab/dependency_linker/package_json_linker_spec.rb": 1.3102123689996006,2129 "spec/lib/safe_zip/entry_spec.rb": 0.9297657809993325,2130 "spec/lib/gitlab/kubernetes/deployment_spec.rb": 1.0058729689999382,2131 "spec/models/concerns/cron_schedulable_spec.rb": 1.9496417889995428,2132 "spec/lib/gitlab/metrics/boot_time_tracker_spec.rb": 1.1436869239996668,2133 "spec/services/pages/delete_service_spec.rb": 2.450224444000014,2134 "spec/lib/banzai/renderer_spec.rb": 0.4614934450000874,2135 "spec/services/groups/auto_devops_service_spec.rb": 2.320350838000195,2136 "spec/views/projects/pipeline_schedules/_pipeline_schedule.html.haml_spec.rb": 1.8025427339998714,2137 "spec/services/tags/create_service_spec.rb": 5.0338047830000505,2138 "spec/rubocop/cop/rspec/top_level_describe_path_spec.rb": 0.3340525200001139,2139 "spec/graphql/resolvers/crm/contacts_resolver_spec.rb": 5.143489279999812,2140 "spec/graphql/types/board_list_type_spec.rb": 11.398747303999698,2141 "spec/lib/gitlab/markdown_cache/redis/store_spec.rb": 0.2791182219998518,2142 "spec/views/projects/hooks/index.html.haml_spec.rb": 1.071177825999257,2143 "spec/models/design_management/design_action_spec.rb": 0.5164963239994904,2144 "spec/lib/gitlab/uuid_spec.rb": 0.583437051999681,2145 "spec/lib/gitlab/endpoint_attributes_spec.rb": 0.6056034310004179,2146 "spec/workers/namespaces/root_statistics_worker_spec.rb": 1.660675627999808,2147 "spec/lib/gitlab/config/entry/composable_array_spec.rb": 0.21793252299994492,2148 "spec/graphql/mutations/alert_management/alerts/todo/create_spec.rb": 1.5913939699994444,2149 "spec/lib/gitlab/graphql/pagination/array_connection_spec.rb": 0.3522854089997054,2150 "spec/tasks/gitlab/lfs/migrate_rake_spec.rb": 2.4655320440006108,2151 "spec/lib/gitlab/auth/result_spec.rb": 0.6737456190003286,2152 "spec/workers/authorized_project_update/user_refresh_over_user_range_worker_spec.rb": 0.857678532999671,2153 "spec/graphql/types/dependency_proxy/image_ttl_group_policy_type_spec.rb": 0.5750409230004152,2154 "spec/tasks/migrate/schema_check_rake_spec.rb": 2.245933960999537,2155 "spec/models/push_event_payload_spec.rb": 0.9865760789998603,2156 "spec/helpers/groups/settings_helper_spec.rb": 0.42646238599991193,2157 "spec/lib/gitlab/database/each_database_spec.rb": 0.9085473320001256,2158 "spec/lib/gitlab/database/schema_cache_with_renamed_table_spec.rb": 1.5956972900003166,2159 "spec/views/projects/jobs/_generic_commit_status.html.haml_spec.rb": 2.584773908999523,2160 "spec/rubocop/cop/performance/ar_count_each_spec.rb": 0.27065847199992277,2161 "spec/workers/bulk_imports/stuck_import_worker_spec.rb": 1.3803600370001732,2162 "spec/policies/application_setting_policy_spec.rb": 1.3428077379994647,2163 "spec/models/packages/composer/metadatum_spec.rb": 1.2680652700000792,2164 "spec/graphql/resolvers/clusters/agents_resolver_spec.rb": 1.993320357999437,2165 "spec/lib/gitlab/gitaly_client/call_spec.rb": 0.9862730190006914,2166 "spec/tooling/lib/tooling/helm3_client_spec.rb": 0.5983157710006708,2167 "spec/rubocop/cop/migration/add_reference_spec.rb": 0.7908541059996423,2168 "spec/experiments/ios_specific_templates_experiment_spec.rb": 1.996105107999938,2169 "spec/lib/gitlab/external_authorization/response_spec.rb": 0.683985949000089,2170 "spec/lib/bulk_imports/projects/pipelines/project_pipeline_spec.rb": 1.1444723040003737,2171 "spec/services/cohorts_service_spec.rb": 1.614716039999621,2172 "spec/workers/ci/daily_build_group_report_results_worker_spec.rb": 1.4297844849998,2173 "spec/workers/invalid_gpg_signature_update_worker_spec.rb": 1.6497810190003293,2174 "spec/helpers/jira_connect_helper_spec.rb": 1.2759146300004431,2175 "spec/models/integrations/jira_tracker_data_spec.rb": 0.4448522259999663,2176 "spec/workers/disallow_two_factor_for_group_worker_spec.rb": 1.108747735000179,2177 "spec/rubocop/cop/code_reuse/worker_spec.rb": 0.7359335370001645,2178 "spec/graphql/types/permission_types/merge_request_spec.rb": 0.37528172900056234,2179 "spec/views/admin/application_settings/_package_registry.html.haml_spec.rb": 0.6071939510002267,2180 "spec/views/projects/jobs/_build.html.haml_spec.rb": 2.6637295059999815,2181 "spec/lib/gitlab/database/obsolete_ignored_columns_spec.rb": 0.5804046929997639,2182 "spec/presenters/packages/helm/index_presenter_spec.rb": 1.6877769779994196,2183 "spec/models/project_daily_statistic_spec.rb": 0.12154216599992651,2184 "spec/helpers/breadcrumbs_helper_spec.rb": 0.5642991620006796,2185 "spec/lib/marginalia_spec.rb": 0.6846095589999095,2186 "spec/workers/migrate_external_diffs_worker_spec.rb": 2.3187639879997732,2187 "spec/lib/gitlab/metrics/prometheus_spec.rb": 1.670886537000115,2188 "spec/finders/autocomplete/acts_as_taggable_on/tags_finder_spec.rb": 0.6057207119993109,2189 "spec/initializers/action_mailer_hooks_spec.rb": 0.47177951499998017,2190 "spec/serializers/prometheus_alert_entity_spec.rb": 1.0339782669998385,2191 "spec/graphql/types/ci/analytics_type_spec.rb": 0.48744631499994284,2192 "spec/workers/projects/refresh_build_artifacts_size_statistics_worker_spec.rb": 1.4401190050002697,2193 "spec/lib/gitlab/import/logger_spec.rb": 0.32196627000030276,2194 "spec/lib/gitlab/ci/build/rules/rule/clause/if_spec.rb": 0.6897046789999877,2195 "spec/workers/cluster_wait_for_app_update_worker_spec.rb": 2.074358625000059,2196 "spec/policies/identity_provider_policy_spec.rb": 0.40594192699973064,2197 "spec/services/clusters/agents/delete_service_spec.rb": 1.346195428000101,2198 "spec/models/concerns/token_authenticatable_strategies/base_spec.rb": 0.3375658199993268,2199 "spec/lib/gitlab/usage_data_counters/work_item_activity_unique_counter_spec.rb": 0.4976098440001806,2200 "spec/lib/gitlab/git/conflict/file_spec.rb": 0.282738720999987,2201 "spec/rubocop/cop/performance/active_record_subtransaction_methods_spec.rb": 0.5331247340000118,2202 "spec/services/packages/debian/parse_debian822_service_spec.rb": 0.8234773639997002,2203 "spec/config/application_spec.rb": 0.5137110240002585,2204 "spec/graphql/types/container_expiration_policy_type_spec.rb": 0.26464283199948113,2205 "spec/models/group_custom_attribute_spec.rb": 0.46733526499974687,2206 "spec/lib/gitlab/graphql/loaders/batch_model_loader_spec.rb": 0.8391199040006541,2207 "spec/services/jira_connect_installations/destroy_service_spec.rb": 0.8621208729982754,2208 "spec/lib/gitlab/graphql/calls_gitaly/field_extension_spec.rb": 0.47153950500069186,2209 "spec/lib/system_check/orphans/namespace_check_spec.rb": 0.6356457199999568,2210 "spec/workers/snippets/schedule_bulk_repository_shard_moves_worker_spec.rb": 0.8243204849986796,2211 "spec/lib/gitlab/favicon_spec.rb": 0.5422521929995128,2212 "spec/lib/gitlab/checks/force_push_spec.rb": 0.8706568920006248,2213 "spec/lib/bulk_imports/groups/transformers/subgroup_to_entity_transformer_spec.rb": 0.6114326099996106,2214 "spec/services/bulk_imports/export_service_spec.rb": 0.7628216470002371,2215 "spec/views/groups/new.html.haml_spec.rb": 0.40991991699957,2216 "spec/lib/gitlab/console_spec.rb": 0.4936093140004232,2217 "spec/workers/clusters/integrations/check_prometheus_health_worker_spec.rb": 0.8299310439997498,2218 "spec/models/concerns/cross_database_modification_spec.rb": 0.44839145700098015,2219 "spec/lib/gitlab/kroki_spec.rb": 0.8551312130002771,2220 "spec/lib/gitlab/ci/status/group/factory_spec.rb": 0.532512753001356,2221 "spec/finders/merge_requests_finder/params_spec.rb": 0.5147302440000203,2222 "spec/lib/kramdown/kramdown_spec.rb": 0.2580483120000281,2223 "spec/lib/gitlab/ci/ansi2json/result_spec.rb": 0.21874024300086603,2224 "spec/models/concerns/stepable_spec.rb": 0.7622258859992144,2225 "spec/graphql/types/error_tracking/sentry_error_stack_trace_type_spec.rb": 0.3371655800001463,2226 "spec/helpers/ci/triggers_helper_spec.rb": 0.21114798300004622,2227 "spec/models/packages/rubygems/metadatum_spec.rb": 0.8166381250011909,2228 "spec/graphql/types/container_respository_tags_sort_enum_spec.rb": 0.19578463299876603,2229 "spec/lib/gitlab/ci/reports/security/scanned_resource_spec.rb": 0.1228735360000428,2230 "spec/models/exported_protected_branch_spec.rb": 1.166266213000199,2231 "spec/lib/gitlab/usage_data_counters/cycle_analytics_counter_spec.rb": 0.5884978419999243,2232 "spec/serializers/integrations/project_entity_spec.rb": 0.6460467699998844,2233 "spec/lib/gitlab/query_limiting/active_support_subscriber_spec.rb": 0.2693701610005519,2234 "spec/lib/gitlab/database/background_migration/batch_metrics_spec.rb": 0.24687187299969082,2235 "spec/lib/bulk_imports/clients/graphql_spec.rb": 0.506325234000542,2236 "spec/graphql/types/alert_management/domain_filter_enum_spec.rb": 0.41916958700130635,2237 "spec/graphql/types/error_tracking/sentry_error_type_spec.rb": 0.20227143299962336,2238 "spec/helpers/recaptcha_helper_spec.rb": 0.6956934390000242,2239 "spec/graphql/types/ci/runner_type_spec.rb": 0.38304426799913927,2240 "spec/support_specs/time_travel_spec.rb": 0.48481641500075057,2241 "spec/lib/gitlab/github_import/importer/issue_and_label_links_importer_spec.rb": 0.22914303300058236,2242 "spec/serializers/evidences/evidence_serializer_spec.rb": 0.4001423480003723,2243 "spec/lib/api/entities/public_group_details_spec.rb": 0.32491192999987106,2244 "spec/lib/gitlab/ci/status/group/common_spec.rb": 0.1409631549995538,2245 "spec/graphql/types/issuable_state_enum_spec.rb": 0.13080025499948533,2246 "spec/graphql/types/ci/recent_failures_type_spec.rb": 0.3242878200017003,2247 "spec/graphql/types/user_callout_feature_name_enum_spec.rb": 0.40259802699983993,2248 "spec/initializers/omniauth_spec.rb": 0.1624020039998868,2249 "spec/graphql/types/notes/noteable_interface_spec.rb": 1.247306130000652,2250 "spec/serializers/codequality_reports_comparer_serializer_spec.rb": 0.21577037399947585,2251 "spec/lib/sidebars/projects/context_spec.rb": 0.13564410599974508,2252 "spec/models/acts_as_taggable_on/tagging_spec.rb": 0.20963695300088148,2253 "spec/lib/sidebars/menu_item_spec.rb": 0.30510471100024006,2254 "spec/models/concerns/presentable_spec.rb": 0.3303581089985528,2255 "spec/lib/gitlab/usage_data_counters/service_usage_data_counter_spec.rb": 0.3794042579993402,2256 "spec/lib/gitlab/word_diff/segments/newline_spec.rb": 0.326817929999379,2257 "spec/graphql/types/countable_connection_type_spec.rb": 0.25604021200160787,2258 "spec/models/instance_metadata_spec.rb": 0.2835087809999095,2259 "spec/uploaders/uploader_helper_spec.rb": 0.23982379300105094,2260 "spec/lib/forever_spec.rb": 0.29647274099988863,2261 "spec/workers/gitlab/github_import/import_pull_request_worker_spec.rb": 0.4024110769987601,2262 "spec/events/projects/project_created_event_spec.rb": 0.82833142400158982263}2264Knapsack global time execution for tests: 34m 28s2265Pending: (Failures listed here are expected and do not affect your suite's status)2266 1) DesignManagement::SaveDesignsService#execute when the feature is available scalability runs the same queries for all requests, regardless of number of files2268 # ./spec/services/design_management/save_designs_service_spec.rb:3752269Failures:2270 1) Resolvers::BoardListsResolver#resolve when project boards behaves like group and project board lists resolver does not create the backlog list2271 Failure/Error: expect(lists.count).to eq 12272 expected: 12273 got: 02274 (compared using ==)2275 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:912276 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:26:in `block (3 levels) in <top (required)>'2277 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2278 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2279 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2280 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2281 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2282 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2283 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2284 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2285 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2286 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2287 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2288 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2289 2) Resolvers::BoardListsResolver#resolve when project boards behaves like group and project board lists resolver when authorized returns a list of board lists2290 Failure/Error: expect(lists.count).to eq 32291 expected: 32292 got: 02293 (compared using ==)2294 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:912295 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:43:in `block (4 levels) in <top (required)>'2296 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2297 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2298 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2299 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2300 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2301 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2302 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2303 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2304 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2305 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2306 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2307 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2308 3) Resolvers::BoardListsResolver#resolve when project boards behaves like group and project board lists resolver when authorized when another user has list preferences returns the complete list of board lists for this user2309 Failure/Error: expect(lists.count).to eq 32310 expected: 32311 got: 02312 (compared using ==)2313 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:912314 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:55:in `block (5 levels) in <top (required)>'2315 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2316 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2317 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2318 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2319 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2320 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2321 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2322 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2323 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2324 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2325 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2326 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2327 4) Resolvers::BoardListsResolver#resolve when project boards behaves like group and project board lists resolver when authorized when querying for a single list returns specified list2328 Failure/Error: expect(list).to eq [label_list]2329 expected: [#<List id: 66, board_id: 31, label_id: 595, list_type: "label", position: 12, created_at: "2022-07-0..., milestone_id: nil, max_issue_count: 0, max_issue_weight: 0, limit_metric: nil, iteration_id: nil>]2330 got: #<Gitlab::Graphql::Pagination::OffsetPaginatedRelation(#<ActiveRecord::AssociationRelation []>)>2331 (compared using ==)2332 Diff:2333 @@ -1 +1 @@2334 -[#<List id: 66, board_id: 31, label_id: 595, list_type: "label", position: 12, created_at: "2022-07-04 07:40:33.346782823 +0000", updated_at: "2022-07-04 07:40:33.346782823 +0000", user_id: nil, milestone_id: nil, max_issue_count: 0, max_issue_weight: 0, limit_metric: nil, iteration_id: nil>]2335 +[]2336 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:912337 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:63:in `block (5 levels) in <top (required)>'2338 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2339 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2340 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2341 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2342 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2343 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2344 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2345 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2346 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2347 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2348 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2349 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2350 5) Resolvers::BoardListsResolver#resolve when group boards behaves like group and project board lists resolver does not create the backlog list2351 Failure/Error: expect(lists.count).to eq 12352 expected: 12353 got: 02354 (compared using ==)2355 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:982356 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:26:in `block (3 levels) in <top (required)>'2357 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2358 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2359 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2360 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2361 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2362 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2363 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2364 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2365 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2366 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2367 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2368 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2369 6) Resolvers::BoardListsResolver#resolve when group boards behaves like group and project board lists resolver when authorized returns a list of board lists2370 Failure/Error: expect(lists.count).to eq 32371 expected: 32372 got: 02373 (compared using ==)2374 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:982375 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:43:in `block (4 levels) in <top (required)>'2376 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2377 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2378 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2379 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2380 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2381 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2382 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2383 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2384 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2385 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2386 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2387 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2388 7) Resolvers::BoardListsResolver#resolve when group boards behaves like group and project board lists resolver when authorized when another user has list preferences returns the complete list of board lists for this user2389 Failure/Error: expect(lists.count).to eq 32390 expected: 32391 got: 02392 (compared using ==)2393 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:982394 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:55:in `block (5 levels) in <top (required)>'2395 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2396 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2397 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2398 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2399 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2400 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2401 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2402 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2403 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2404 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2405 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2406 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2407 8) Resolvers::BoardListsResolver#resolve when group boards behaves like group and project board lists resolver when authorized when querying for a single list returns specified list2408 Failure/Error: expect(list).to eq [label_list]2409 expected: [#<List id: 115, board_id: 51, label_id: 596, list_type: "label", position: 27, created_at: "2022-07-..., milestone_id: nil, max_issue_count: 0, max_issue_weight: 0, limit_metric: nil, iteration_id: nil>]2410 got: #<Gitlab::Graphql::Pagination::OffsetPaginatedRelation(#<ActiveRecord::AssociationRelation []>)>2411 (compared using ==)2412 Diff:2413 @@ -1 +1 @@2414 -[#<List id: 115, board_id: 51, label_id: 596, list_type: "label", position: 27, created_at: "2022-07-04 07:40:38.941023642 +0000", updated_at: "2022-07-04 07:40:38.941023642 +0000", user_id: nil, milestone_id: nil, max_issue_count: 0, max_issue_weight: 0, limit_metric: nil, iteration_id: nil>]2415 +[]2416 Shared Example Group: "group and project board lists resolver" called from ./spec/graphql/resolvers/board_lists_resolver_spec.rb:982417 # ./spec/graphql/resolvers/board_lists_resolver_spec.rb:63:in `block (5 levels) in <top (required)>'2418 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2419 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2420 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2421 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2422 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2423 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2424 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2425 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2426 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2427 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2428 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2429 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2430 9) projects/merge_requests/_commits.html.haml shows commits from source project2431 Failure/Error: project.reload unless project.fork_network2432 ActiveRecord::RecordNotFound:2433 Couldn't find Project with 'id'=11972434 # ./spec/support/helpers/project_forks_helper.rb:13:in `fork_project_direct'2435 # ./spec/support/helpers/project_forks_helper.rb:6:in `block in fork_project'2436 # ./lib/gitlab/gitaly_client.rb:301:in `allow_n_plus_1_calls'2437 # ./spec/support/helpers/project_forks_helper.rb:5:in `fork_project'2438 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:11:in `block (2 levels) in <top (required)>'2439 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:15:in `block (2 levels) in <top (required)>'2440 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:23:in `block (2 levels) in <top (required)>'2441 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2442 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2443 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2444 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2445 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2446 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2447 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2448 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2449 # ./spec/support/sidekiq.rb:17:in `block (3 levels) in <top (required)>'2450 # ./spec/support/sidekiq.rb:8:in `gitlab_sidekiq_inline'2451 # ./spec/support/sidekiq.rb:17:in `block (2 levels) in <top (required)>'2452 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2453 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2454 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2455 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2456 10) projects/merge_requests/_commits.html.haml shows signature verification badge2457 Failure/Error: project.reload unless project.fork_network2458 ActiveRecord::RecordNotFound:2459 Couldn't find Project with 'id'=12012460 # ./spec/support/helpers/project_forks_helper.rb:13:in `fork_project_direct'2461 # ./spec/support/helpers/project_forks_helper.rb:6:in `block in fork_project'2462 # ./lib/gitlab/gitaly_client.rb:301:in `allow_n_plus_1_calls'2463 # ./spec/support/helpers/project_forks_helper.rb:5:in `fork_project'2464 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:11:in `block (2 levels) in <top (required)>'2465 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:15:in `block (2 levels) in <top (required)>'2466 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:23:in `block (2 levels) in <top (required)>'2467 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2468 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2469 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2470 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2471 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2472 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2473 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2474 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2475 # ./spec/support/sidekiq.rb:17:in `block (3 levels) in <top (required)>'2476 # ./spec/support/sidekiq.rb:8:in `gitlab_sidekiq_inline'2477 # ./spec/support/sidekiq.rb:17:in `block (2 levels) in <top (required)>'2478 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2479 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2480 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2481 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2482 11) projects/merge_requests/_commits.html.haml when there are hidden commits shows notice about omitted commits2483 Failure/Error: project.reload unless project.fork_network2484 ActiveRecord::RecordNotFound:2485 Couldn't find Project with 'id'=12052486 # ./spec/support/helpers/project_forks_helper.rb:13:in `fork_project_direct'2487 # ./spec/support/helpers/project_forks_helper.rb:6:in `block in fork_project'2488 # ./lib/gitlab/gitaly_client.rb:301:in `allow_n_plus_1_calls'2489 # ./spec/support/helpers/project_forks_helper.rb:5:in `fork_project'2490 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:11:in `block (2 levels) in <top (required)>'2491 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:15:in `block (2 levels) in <top (required)>'2492 # ./spec/views/projects/merge_requests/_commits.html.haml_spec.rb:23:in `block (2 levels) in <top (required)>'2493 # ./spec/spec_helper.rb:413:in `block (3 levels) in <top (required)>'2494 # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'2495 # ./spec/spec_helper.rb:404:in `block (2 levels) in <top (required)>'2496 # ./spec/spec_helper.rb:400:in `block (3 levels) in <top (required)>'2497 # ./lib/gitlab/application_context.rb:52:in `with_raw_context'2498 # ./spec/spec_helper.rb:400:in `block (2 levels) in <top (required)>'2499 # ./spec/spec_helper.rb:261:in `block (2 levels) in <top (required)>'2500 # ./spec/support/system_exit_detected.rb:7:in `block (2 levels) in <top (required)>'2501 # ./spec/support/sidekiq.rb:17:in `block (3 levels) in <top (required)>'2502 # ./spec/support/sidekiq.rb:8:in `gitlab_sidekiq_inline'2503 # ./spec/support/sidekiq.rb:17:in `block (2 levels) in <top (required)>'2504 # ./spec/support/flaky_tests.rb:27:in `block (2 levels) in <top (required)>'2505 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (3 levels) in <top (required)>'2506 # ./spec/support/database/prevent_cross_joins.rb:60:in `with_cross_joins_prevented'2507 # ./spec/support/database/prevent_cross_joins.rb:106:in `block (2 levels) in <top (required)>'2508 12) Gitlab::Database::LoadBalancing::RackMiddleware#unstick_or_continue_sticking sticks to the primary if a sticking namespace and identifier is found2509 Failure/Error:2510 expect(ApplicationRecord.sticking)2511 .to receive(:unstick_or_continue_sticking)2512 .with(:user, 42)2513 (#<Gitlab::Database::LoadBalancing::Sticking:0x00007f602367e370 @load_balancer=#<Gitlab::Database::LoadBalancing::LoadBalancer:0x00007f6023695228 @configuration=#<Gitlab::Database::LoadBalancing::Configuration:0x00007f6023696178 @max_replication_difference=8388608, @max_replication_lag_time=60.0, @replica_check_interval=60.0, @model=ApplicationRecord(abstract), @hosts=["postgres", "postgres"], @service_discovery={:nameserver=>"localhost", :port=>8600, :record=>nil, :record_type=>"A", :interval=>60, :disconnect_timeout=>120, :use_tcp=>false}>, @primary_only=false, @host_list=#<Gitlab::Database::LoadBalancing::HostList:0x00007f602368e9a0 @hosts=[#<Gitlab::Database::LoadBalancing::Host:0x00007f602368fd50 @host="postgres", @port=nil, @load_balancer=#<Gitlab::Database::LoadBalancing::LoadBalancer:0x00007f6023695228 ...>, @pool=#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x00007f602368f4b8 @mon_data=#<Monitor:0x00007f602368f210>, @mon_data_owner_object_id=421300300, @query_cache_enabled=#<Concurrent::Map:0x00007f602368f1c0 entries=0 default_proc=#<Proc:0x00007f602368f080 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract/query_cache.rb:32>>, @pool_config=#<ActiveRecord::ConnectionAdapters::PoolConfig:0x00007f602368f8a0 @_mutex=#<Thread::Mutex:0x00007f602368f7d8>, @connection_klass=ActiveRecord::Base, @db_config=#<ActiveRecord::DatabaseConfigurations::HashConfig:0x00007f602368fc60 @env_name="test", @name="main_replica", @configuration_hash={:adapter=>"postgresql", :encoding=>"unicode", :database=>"gitlabhq_test", :username=>"postgres", :password=>nil, :host=>"postgres", :prepared_statements=>false, :variables=>{"statement_timeout"=>"15s"}, :pool=>11}>, @pool=#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x00007f602368f4b8 ...>>, @db_config=#<ActiveRecord::DatabaseConfigurations::HashConfig:0x00007f602368fc60 @env_name="test", @name="main_replica", @configuration_hash={:adapter=>"postgresql", :encoding=>"unicode", :database=>"gitlabhq_test", :username=>"postgres", :password=>nil, :host=>"postgres", :prepared_statements=>false, :variables=>{"statement_timeout"=>"15s"}, :pool=>11}>, @connection_klass=ActiveRecord::Base, @checkout_timeout=5.0, @idle_timeout=300.0, @size=11, @thread_cached_conns=#<Concurrent::Map:0x00007f602368f030 entries=1 default_proc=nil>, @connections=[#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x00007f603ee88ed8 @transaction_manager=#<ActiveRecord::ConnectionAdapters::TransactionManager:0x00007f603ee88e88 @stack=[], @connection=#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x00007f603ee88ed8 ...>, @has_unmaterialized_transactions=false, @materializing_transactions=false, @lazy_transactions_enabled=true>, @query_cache={}, @query_cache_enabled=false, @connection=#<PG::Connection:0x00007f603ee89950>, @owner=#<Thread:0x00007f608c5b2e00 run>, @instrumenter=#<ActiveSupport::Notifications::Instrumenter:0x00007f60723c5f58 @id="21483efc4ce7fa4213dd", @notifier=#<ActiveSupport::Notifications::Fanout:0x00007f6085c44a68 @string_subscribers={"strict_loading_violation.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 ...>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>], "backtrace_cleaner?.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 ...>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>], "backtrace_cleaner.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 ...>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>], "sql.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 ...>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086547340 @pattern="sql.active_record", @delegate=#<ActiveRecord::ExplainSubscriber:0x00007f6086546bc0>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6073f263b0 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6073f26428 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/grape_logging-1.8.4/lib/grape_logging/middleware/request_logger.rb:7>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::EventObject:0x00007f6078ff4be8 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6078ff5390 /builds/gitlab-org/gitlab/lib/gitlab/database/query_analyzer.rb:24>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6079b23050 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6079b235c8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/peek-1.1.0/lib/peek/views/view.rb:96>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606c337a88 @pattern="sql.active_record", @delegate=#<Gitlab::QueryLimiting::ActiveSupportSubscriber:0x00007f606c337e70 @queue_key="Gitlab::QueryLimiting::ActiveSupportSubscriber-210720", @patterns={"sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606c337a88 ...>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e640 @pattern="sql.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 @queue_key="Gitlab::Metrics::Subscribers::ActiveRecord-290280", @patterns={"transaction.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e7d0 @pattern="transaction.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e640 ...>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::EventObject:0x00007f6053295238 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6053295300 /builds/gitlab-org/gitlab/spec/support/database/prevent_cross_joins.rb:54>, @can_publish=false>], "backtrace_cleaner=.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 ...>}>, @can_publish=false>], "send_file.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 ...>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "start_processing.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 ...>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "halted_callback.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 ...>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "unpermitted_parameters.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 ...>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 @pattern="unpermitted_parameters.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 @queue_key="Lograge::LogSubscribers::ActionController-310320", @patterns={"process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 @pattern="process_action.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 ...>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 @pattern="redirect_to.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>}>, @can_publish=false>], "exist_fragment?.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 ...>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "expire_fragment.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 ...>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "redirect_to.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 ...>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 @pattern="redirect_to.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 @queue_key="Lograge::LogSubscribers::ActionController-310320", @patterns={"process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 @pattern="process_action.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 @pattern="unpermitted_parameters.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 ...>}>, @can_publish=false>], "expire_page.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 ...>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "write_page.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 ...>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "read_fragment.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 ...>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "write_fragment.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 ...>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "process_action.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 ...>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6079b22510 @pattern="process_action.action_controller", @delegate=#<Proc:0x00007f6079b22650 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/peek-1.1.0/lib/peek/views/view.rb:96>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f606ab25dc8 @pattern="process_action.action_controller", @delegate=#<Proc:0x00007f606ab25ee0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/peek-1.1.0/lib/peek/railtie.rb:22>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 @pattern="process_action.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 @queue_key="Lograge::LogSubscribers::ActionController-310320", @patterns={"process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 ...>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 @pattern="unpermitted_parameters.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 @pattern="redirect_to.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>}>, @can_publish=false>], "send_data.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 ...>}>, @can_publish=false>], "process.action_mailer"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18cf8 @pattern="process.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 @queue_key="ActionMailer::LogSubscriber-135660", @patterns={"process.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18cf8 ...>, "deliver.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18c08 @pattern="deliver.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 ...>, @can_publish=false>}>, @can_publish=false>], "deliver.action_mailer"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18c08 @pattern="deliver.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 @queue_key="ActionMailer::LogSubscriber-135660", @patterns={"process.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18cf8 @pattern="process.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 ...>, @can_publish=false>, "deliver.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18c08 ...>}>, @can_publish=false>], "perform_start.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 ...>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "enqueue.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 ...>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "enqueue_at.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 ...>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "discard.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 ...>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "perform.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 ...>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "retry_stopped.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 ...>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "enqueue_retry.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 ...>}>, @can_publish=false>], "render_template.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 ...>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c178 @pattern="render_template.action_view", @delegate=#<Gitlab::Metrics::Subscribers::ActionView:0x00007f605d79cce0 @queue_key="Gitlab::Metrics::Subscribers::ActionView-290260", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c178 ...>, "render_view.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c010 @pattern="render_view.action_view", @delegate=#<Gitlab::Metrics::Subscribers::ActionView:0x00007f605d79cce0 ...>, @can_publish=false>}>, @can_publish=false>], "render_layout.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 ...>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>}>, @can_publish=false>], "render_collection.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 ...>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>}>, @can_publish=false>], "render_partial.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 ...>}>, @can_publish=false>], "encrypt_file.lockbox"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082763448 @pattern="encrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 @queue_key="Lockbox::LogSubscriber-136060", @patterns={"encrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082763448 ...>, "decrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082762430 @pattern="decrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 ...>, @can_publish=false>}>, @can_publish=false>], "decrypt_file.lockbox"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082762430 @pattern="decrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 @queue_key="Lockbox::LogSubscriber-136060", @patterns={"encrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082763448 @pattern="encrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 ...>, @can_publish=false>, "decrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082762430 ...>}>, @can_publish=false>], "!connection.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f60531cd0d0 @pattern="!connection.active_record", @delegate=#<Proc:0x00007f60531cd238 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/test_fixtures.rb:134>, @can_publish=false>], "search.elasticsearch"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6072093100 @pattern="search.elasticsearch", @delegate=#<Elasticsearch::Rails::Instrumentation::LogSubscriber:0x00007f6072093588 @queue_key="Elasticsearch::Rails::Instrumentation::LogSubscriber-185640", @patterns={"search.elasticsearch"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6072093100 ...>}>, @can_publish=false>], "load_config_initializer.railties"=>[], "cache_read.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 ...>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "instantiation.active_record"=>[], "cache_write.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 ...>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "cache_generate.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 ...>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "cache_fetch_hit.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 ...>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "transaction.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e7d0 @pattern="transaction.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 @queue_key="Gitlab::Metrics::Subscribers::ActiveRecord-290280", @patterns={"transaction.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e7d0 ...>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e640 @pattern="sql.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 ...>, @can_publish=false>}>, @can_publish=false>], "request.external_http"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607dd72230 @pattern="request.external_http", @delegate=#<Gitlab::Metrics::Subscribers::ExternalHttp:0x00007f607dd72c30 @queue_key="Gitlab::Metrics::Subscribers::ExternalHttp-209000", @patterns={"request.external_http"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607dd72230 ...>}>, @can_publish=false>], "format_response.grape"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6079b22358 @pattern="format_response.grape", @delegate=#<Proc:0x00007f6079b22470 /builds/gitlab-org/gitlab/config/initializers/peek.rb:30>, @can_publish=false>], "process_middleware.action_dispatch"=>[], "transmit_subscription_confirmation.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f490 @pattern="transmit_subscription_confirmation.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 @queue_key="Gitlab::Metrics::Subscribers::ActionCable-290240", @patterns={"transmit_subscription_confirmation.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f490 ...>, "transmit_subscription_rejection.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f210 @pattern="transmit_subscription_rejection.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "transmit.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79efb8 @pattern="transmit.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "broadcast.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79edd8 @pattern="broadcast.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>}>, @can_publish=false>], "transmit_subscription_rejection.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f210 @pattern="transmit_subscription_rejection.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 @queue_key="Gitlab::Metrics::Subscribers::ActionCable-290240", @patterns={"transmit_subscription_confirmation.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f490 @pattern="transmit_subscription_confirmation.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "transmit_subscription_rejection.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f210 ...>, "transmit.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79efb8 @pattern="transmit.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "broadcast.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79edd8 @pattern="broadcast.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>}>, @can_publish=false>], "transmit.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79efb8 @pattern="transmit.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 @queue_key="Gitlab::Metrics::Subscribers::ActionCable-290240", @patterns={"transmit_subscription_confirmation.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f490 @pattern="transmit_subscription_confirmation.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "transmit_subscription_rejection.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f210 @pattern="transmit_subscription_rejection.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "transmit.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79efb8 ...>, "broadcast.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79edd8 @pattern="broadcast.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>}>, @can_publish=false>], "broadcast.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79edd8 @pattern="broadcast.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 @queue_key="Gitlab::Metrics::Subscribers::ActionCable-290240", @patterns={"transmit_subscription_confirmation.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f490 @pattern="transmit_subscription_confirmation.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "transmit_subscription_rejection.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f210 @pattern="transmit_subscription_rejection.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "transmit.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79efb8 @pattern="transmit.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "broadcast.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79edd8 ...>}>, @can_publish=false>], "render_view.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c010 @pattern="render_view.action_view", @delegate=#<Gitlab::Metrics::Subscribers::ActionView:0x00007f605d79cce0 @queue_key="Gitlab::Metrics::Subscribers::ActionView-290260", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c178 @pattern="render_template.action_view", @delegate=#<Gitlab::Metrics::Subscribers::ActionView:0x00007f605d79cce0 ...>, @can_publish=false>, "render_view.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c010 ...>}>, @can_publish=false>], "caught_up_replica_pick.load_balancing"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d776478 @pattern="caught_up_replica_pick.load_balancing", @delegate=#<Gitlab::Metrics::Subscribers::LoadBalancing:0x00007f605d777148 @queue_key="Gitlab::Metrics::Subscribers::LoadBalancing-290300", @patterns={"caught_up_replica_pick.load_balancing"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d776478 ...>, "web_transaction_completed.load_balancing"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d776310 @pattern="web_transaction_completed.load_balancing", @delegate=#<Gitlab::Metrics::Subscribers::LoadBalancing:0x00007f605d777148 ...>, @can_publish=false>}>, @can_publish=false>], "web_transaction_completed.load_balancing"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d776310 @pattern="web_transaction_completed.load_balancing", @delegate=#<Gitlab::Metrics::Subscribers::LoadBalancing:0x00007f605d777148 @queue_key="Gitlab::Metrics::Subscribers::LoadBalancing-290300", @patterns={"caught_up_replica_pick.load_balancing"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d776478 @pattern="caught_up_replica_pick.load_balancing", @delegate=#<Gitlab::Metrics::Subscribers::LoadBalancing:0x00007f605d777148 ...>, @can_publish=false>, "web_transaction_completed.load_balancing"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d776310 ...>}>, @can_publish=false>], "redis.rack_attack"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f718 @pattern="redis.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 @queue_key="Gitlab::Metrics::Subscribers::RackAttack-290320", @patterns={"redis.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f718 ...>, "safelist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f628 @pattern="safelist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "throttle.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f420 @pattern="throttle.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "blocklist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f268 @pattern="blocklist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "track.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f178 @pattern="track.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>}>, @can_publish=false>], "safelist.rack_attack"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f628 @pattern="safelist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 @queue_key="Gitlab::Metrics::Subscribers::RackAttack-290320", @patterns={"redis.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f718 @pattern="redis.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "safelist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f628 ...>, "throttle.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f420 @pattern="throttle.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "blocklist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f268 @pattern="blocklist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "track.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f178 @pattern="track.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>}>, @can_publish=false>], "throttle.rack_attack"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f420 @pattern="throttle.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 @queue_key="Gitlab::Metrics::Subscribers::RackAttack-290320", @patterns={"redis.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f718 @pattern="redis.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "safelist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f628 @pattern="safelist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "throttle.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f420 ...>, "blocklist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f268 @pattern="blocklist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "track.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f178 @pattern="track.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>}>, @can_publish=false>], "blocklist.rack_attack"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f268 @pattern="blocklist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 @queue_key="Gitlab::Metrics::Subscribers::RackAttack-290320", @patterns={"redis.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f718 @pattern="redis.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "safelist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f628 @pattern="safelist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "throttle.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f420 @pattern="throttle.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "blocklist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f268 ...>, "track.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f178 @pattern="track.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>}>, @can_publish=false>], "track.rack_attack"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f178 @pattern="track.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 @queue_key="Gitlab::Metrics::Subscribers::RackAttack-290320", @patterns={"redis.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f718 @pattern="redis.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "safelist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f628 @pattern="safelist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "throttle.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f420 @pattern="throttle.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "blocklist.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f268 @pattern="blocklist.rack_attack", @delegate=#<Gitlab::Metrics::Subscribers::RackAttack:0x00007f605d76fc40 ...>, @can_publish=false>, "track.rack_attack"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d76f178 ...>}>, @can_publish=false>], "cache_delete.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 ...>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "cache_exist?.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 ...>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "observe.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 ...>}>, @can_publish=false>], "subscribe.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca57098 @pattern="subscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 @queue_key="Lograge::LogSubscribers::ActionCable-310340", @patterns={"subscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca57098 ...>, "perform_action.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56eb8 @pattern="perform_action.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "unsubscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56b48 @pattern="unsubscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "disconnect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56828 @pattern="disconnect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "connect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56468 @pattern="connect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>}>, @can_publish=false>], "perform_action.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56eb8 @pattern="perform_action.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 @queue_key="Lograge::LogSubscribers::ActionCable-310340", @patterns={"subscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca57098 @pattern="subscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "perform_action.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56eb8 ...>, "unsubscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56b48 @pattern="unsubscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "disconnect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56828 @pattern="disconnect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "connect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56468 @pattern="connect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>}>, @can_publish=false>], "unsubscribe.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56b48 @pattern="unsubscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 @queue_key="Lograge::LogSubscribers::ActionCable-310340", @patterns={"subscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca57098 @pattern="subscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "perform_action.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56eb8 @pattern="perform_action.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "unsubscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56b48 ...>, "disconnect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56828 @pattern="disconnect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "connect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56468 @pattern="connect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>}>, @can_publish=false>], "disconnect.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56828 @pattern="disconnect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 @queue_key="Lograge::LogSubscribers::ActionCable-310340", @patterns={"subscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca57098 @pattern="subscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "perform_action.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56eb8 @pattern="perform_action.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "unsubscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56b48 @pattern="unsubscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "disconnect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56828 ...>, "connect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56468 @pattern="connect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>}>, @can_publish=false>], "connect.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56468 @pattern="connect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 @queue_key="Lograge::LogSubscribers::ActionCable-310340", @patterns={"subscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca57098 @pattern="subscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "perform_action.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56eb8 @pattern="perform_action.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "unsubscribe.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56b48 @pattern="unsubscribe.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "disconnect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56828 @pattern="disconnect.action_cable", @delegate=#<Lograge::LogSubscribers::ActionCable:0x00007f606ca57bb0 ...>, @can_publish=false>, "connect.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606ca56468 ...>}>, @can_publish=false>], "deprecation.rails"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6044685988 @pattern="deprecation.rails", @delegate=#<DeprecationToolkit::DeprecationSubscriber:0x00007f6044685e10 @queue_key="DeprecationToolkit::DeprecationSubscriber-422280", @patterns={"deprecation.rails"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6044685988 ...>}>, @can_publish=false>], "factory_bot.run_factory"=>[], "!render_template.action_view"=>[], "!compile_template.action_view"=>[], "cache_read_multi.active_support"=>[], "cache_write_multi.active_support"=>[]}, @other_subscribers=[], @listeners_for=#<Concurrent::Map:0x00007f6085c449a0 entries=23 default_proc=nil>, @_mutex=#<Thread::Mutex:0x00007f6085c448b0>>>, @logger=#<Logger:0x00007f6073b1e970 @level=4, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f6073b1e998 @datetime_format=nil>, @formatter=#<ActiveSupport::Logger::SimpleFormatter:0x00007f6073b1e920 @datetime_format=nil>, @logdev=nil>, @config={:adapter=>"postgresql", :encoding=>"unicode", :database=>"gitlabhq_test", :username=>"postgres", :password=>nil, :host=>"postgres", :prepared_statements=>false, :variables=>{"statement_timeout"=>"15s"}, :pool=>11}, @pool=#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x00007f602368f4b8 ...>, @idle_since=7929.12147153, @visitor=#<Arel::Visitors::PostgreSQL:0x00007f603ee88d98 @dispatch={Arel::Nodes::SelectStatement=>"visit_Arel_Nodes_SelectStatement", Arel::Attributes::Attribute=>"visit_Arel_Attributes_Attribute", Arel::Nodes::JoinSource=>"visit_Arel_Nodes_JoinSource", Arel::Table=>"visit_Arel_Table", Arel::Nodes::Descending=>"visit_Arel_Nodes_Descending", Arel::Nodes::Limit=>"visit_Arel_Nodes_Limit", Arel::Nodes::BindParam=>"visit_Arel_Nodes_BindParam", Arel::Nodes::Equality=>"visit_Arel_Nodes_Equality", Arel::Nodes::Ascending=>"visit_Arel_Nodes_Ascending", Arel::Nodes::SqlLiteral=>"visit_Arel_Nodes_SqlLiteral", Arel::Nodes::InsertStatement=>"visit_Arel_Nodes_InsertStatement", Arel::Nodes::ValuesList=>"visit_Arel_Nodes_ValuesList", Arel::Nodes::Grouping=>"visit_Arel_Nodes_Grouping", Arel::Nodes::NamedFunction=>"visit_Arel_Nodes_NamedFunction", Arel::Nodes::And=>"visit_Arel_Nodes_And", Arel::Nodes::DeleteStatement=>"visit_Arel_Nodes_DeleteStatement", Arel::Nodes::NotEqual=>"visit_Arel_Nodes_NotEqual", Array=>"visit_Array", Arel::Nodes::WithRecursive=>"visit_Arel_Nodes_WithRecursive", Arel::Nodes::As=>"visit_Arel_Nodes_As", Arel::Nodes::Lock=>"visit_Arel_Nodes_Lock", Arel::Nodes::Count=>"visit_Arel_Nodes_Count", Arel::Nodes::LeadingJoin=>"visit_Arel_Nodes_InnerJoin", Arel::Nodes::InnerJoin=>"visit_Arel_Nodes_InnerJoin", Arel::Nodes::On=>"visit_Arel_Nodes_On", Arel::Nodes::HomogeneousIn=>"visit_Arel_Nodes_HomogeneousIn", Arel::Nodes::UpdateStatement=>"visit_Arel_Nodes_UpdateStatement", Arel::Nodes::Assignment=>"visit_Arel_Nodes_Assignment", Arel::Nodes::UnqualifiedColumn=>"visit_Arel_Nodes_UnqualifiedColumn", Arel::Nodes::Group=>"visit_Arel_Nodes_Group", Arel::Nodes::GreaterThanOrEqual=>"visit_Arel_Nodes_GreaterThanOrEqual", Arel::Nodes::Casted=>"visit_Arel_Nodes_Casted", Arel::Nodes::Offset=>"visit_Arel_Nodes_Offset", Arel::Nodes::In=>"visit_Arel_Nodes_In", Arel::Nodes::Quoted=>"visit_Arel_Nodes_Quoted", Arel::Nodes::NullsLast=>"visit_Arel_Nodes_NullsLast", Arel::Nodes::Or=>"visit_Arel_Nodes_Or", Arel::Nodes::Max=>"visit_Arel_Nodes_Max", Arel::Nodes::Addition=>"visit_Arel_Nodes_InfixOperation", Arel::Nodes::InfixOperation=>"visit_Arel_Nodes_InfixOperation", Integer=>"visit_Integer", Arel::Nodes::GreaterThan=>"visit_Arel_Nodes_GreaterThan", Arel::Nodes::OuterJoin=>"visit_Arel_Nodes_OuterJoin", Arel::Nodes::TableAlias=>"visit_Arel_Nodes_TableAlias", Arel::Nodes::StringJoin=>"visit_Arel_Nodes_StringJoin", Arel::Nodes::With=>"visit_Arel_Nodes_With", Arel::Nodes::Matches=>"visit_Arel_Nodes_Matches", Arel::Nodes::Distinct=>"visit_Arel_Nodes_Distinct", Arel::Nodes::LessThan=>"visit_Arel_Nodes_LessThan", Arel::Nodes::Sum=>"visit_Arel_Nodes_Sum", Arel::Nodes::Not=>"visit_Arel_Nodes_Not", Arel::Nodes::Between=>"visit_Arel_Nodes_Between", Gitlab::Pagination::Keyset::Order=>"visit_Arel_Nodes_SqlLiteral", Arel::Nodes::Lateral=>"visit_Arel_Nodes_Lateral", Arel::Nodes::NotIn=>"visit_Arel_Nodes_NotIn", Arel::Nodes::Exists=>"visit_Arel_Nodes_Exists", Arel::Nodes::Min=>"visit_Arel_Nodes_Min"}, @connection=#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x00007f603ee88ed8 ...>>, @statements=#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::StatementPool:0x00007f603ee88d70 @cache={}, @statement_limit=1000, @connection=#<PG::Connection:0x00007f603ee89950>, @counter=0>, @lock=#<ActiveSupport::Concurrency::LoadInterlockAwareMonitor:0x00007f603ee88cd0>, @prepared_statements=false, @advisory_locks_enabled=true, @connection_parameters={:user=>"postgres", :dbname=>"gitlabhq_test", :host=>"postgres"}, @local_tz="UTC", @max_identifier_length=nil, @default_timezone=:utc, @timestamp_decoder=#<PG::TextDecoder::TimestampUtc:0x00007f603ee43e50 "timestamp" oid=1114>, @type_map_for_results=#<PG::TypeMapByOid:0x00007f603ee481a8>, @type_map=#<ActiveRecord::Type::HashLookupTypeMap:0x00007f607988ac08 @mapping={"xid"=>#<Proc:0x00007f607988a848 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "pg_node_tree"=>#<Proc:0x00007f607988a758 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "_aclitem"=>#<Proc:0x00007f607988a668 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "pg_lsn"=>#<Proc:0x00007f607988a5a0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "int2"=>#<Proc:0x00007f607988a488 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "int4"=>#<Proc:0x00007f607988a320 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "int8"=>#<Proc:0x00007f607988a0f0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "oid"=>#<Proc:0x00007f6079889fd8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "float4"=>#<Proc:0x00007f6079889ee8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "float8"=>#<Proc:0x00007f6079889e48 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, "text"=>#<Proc:0x00007f6079889ce0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "varchar"=>#<Proc:0x00007f6079889c90 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract_adapter.rb:648>, "char"=>#<Proc:0x00007f6079889c18 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, "name"=>#<Proc:0x00007f6079889358 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, "bpchar"=>#<Proc:0x00007f6079889290 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, "bool"=>#<Proc:0x00007f60798891f0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "bit"=>#<Proc:0x00007f6079889178 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract_adapter.rb:648>, "varbit"=>#<Proc:0x00007f6079889088 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract_adapter.rb:648>, "timestamptz"=>#<Proc:0x00007f60796aba90 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract_adapter.rb:655>, "date"=>#<Proc:0x00007f6079888fc0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "money"=>#<Proc:0x00007f6079888f20 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "bytea"=>#<Proc:0x00007f6079888d40 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "point"=>#<Proc:0x00007f6079888cc8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "hstore"=>#<Proc:0x00007f6079888c50 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "json"=>#<Proc:0x00007f6079888bd8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "jsonb"=>#<Proc:0x00007f6079888b60 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "cidr"=>#<Proc:0x00007f6079888ae8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "inet"=>#<Proc:0x00007f6079888a20 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "uuid"=>#<Proc:0x00007f6079888980 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "xml"=>#<Proc:0x00007f6079888480 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "tsvector"=>#<Proc:0x00007f60798882f0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "macaddr"=>#<Proc:0x00007f6079888200 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "citext"=>#<Proc:0x00007f60798880c0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "ltree"=>#<Proc:0x00007f60798abde0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "line"=>#<Proc:0x00007f60798abc78 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "lseg"=>#<Proc:0x00007f60798abb38 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "box"=>#<Proc:0x00007f60798ab908 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "path"=>#<Proc:0x00007f60798ab7f0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "polygon"=>#<Proc:0x00007f60798ab5e8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "circle"=>#<Proc:0x00007f60798ab480 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, "time"=>#<Proc:0x00007f60798ab430 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract_adapter.rb:655>, "timestamp"=>#<Proc:0x00007f60798ab3e0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract_adapter.rb:655>, "numeric"=>#<Proc:0x00007f60798ab390 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:558>, "interval"=>#<Proc:0x00007f60798ab368 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:578>, 16=>#<Proc:0x00007f60797023b8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 17=>#<Proc:0x00007f6079702318 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 18=>#<Proc:0x00007f60797022c8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 19=>#<Proc:0x00007f6079702278 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 20=>#<Proc:0x00007f6079702228 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 21=>#<Proc:0x00007f60797021b0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 23=>#<Proc:0x00007f6079702160 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 25=>#<Proc:0x00007f6079702110 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 26=>#<Proc:0x00007f60797020c0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 28=>#<Proc:0x00007f6079702070 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 114=>#<Proc:0x00007f6079702020 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 142=>#<Proc:0x00007f6079701fd0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 194=>#<Proc:0x00007f6079701f80 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 600=>#<Proc:0x00007f6079701f30 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 601=>#<Proc:0x00007f6079701eb8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 602=>#<Proc:0x00007f6079701e68 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 603=>#<Proc:0x00007f6079701e18 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 604=>#<Proc:0x00007f6079701dc8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 628=>#<Proc:0x00007f6079701d28 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 700=>#<Proc:0x00007f6079701cb0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 701=>#<Proc:0x00007f6079701c60 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 718=>#<Proc:0x00007f6079701c10 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 790=>#<Proc:0x00007f6079701bc0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 829=>#<Proc:0x00007f6079701b70 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 869=>#<Proc:0x00007f6079701b20 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 650=>#<Proc:0x00007f6079701ad0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1042=>#<Proc:0x00007f6079701a58 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1043=>#<Proc:0x00007f6079701a08 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1082=>#<Proc:0x00007f60797019b8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1083=>#<Proc:0x00007f60797018a0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1114=>#<Proc:0x00007f60797017d8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1184=>#<Proc:0x00007f6079701788 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1186=>#<Proc:0x00007f6079701738 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1560=>#<Proc:0x00007f60797016e8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1562=>#<Proc:0x00007f6079701698 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1700=>#<Proc:0x00007f6079701648 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 2950=>#<Proc:0x00007f60797015d0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 3220=>#<Proc:0x00007f6079701580 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 3614=>#<Proc:0x00007f6079701530 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 3802=>#<Proc:0x00007f60797014e0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 1034=>#<Proc:0x00007f6079701490 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/hash_lookup_type_map.rb:7>, 13172=>#<Proc:0x00007f6079700f40 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, 13175=>#<Proc:0x00007f6079700928 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, 13177=>#<Proc:0x00007f607961bd78 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, 13182=>#<Proc:0x00007f607961b4e0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, 13184=>#<Proc:0x00007f607961aef0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, 1000=>#<Proc:0x00007f607961ae28 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1001=>#<Proc:0x00007f607961acc0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1002=>#<Proc:0x00007f607961ac20 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1003=>#<Proc:0x00007f607961ab80 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1016=>#<Proc:0x00007f607961aae0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1005=>#<Proc:0x00007f607961aa40 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1007=>#<Proc:0x00007f607961a9a0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1009=>#<Proc:0x00007f607961a900 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1028=>#<Proc:0x00007f607961a798 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1011=>#<Proc:0x00007f607961a6d0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 199=>#<Proc:0x00007f607961a630 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 143=>#<Proc:0x00007f607961a590 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1017=>#<Proc:0x00007f607961a4f0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1018=>#<Proc:0x00007f607961a450 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1019=>#<Proc:0x00007f607961a388 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1020=>#<Proc:0x00007f607961a1d0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1027=>#<Proc:0x00007f607961a130 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 629=>#<Proc:0x00007f607961a068 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1021=>#<Proc:0x00007f6079619f00 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1022=>#<Proc:0x00007f6079619e60 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 719=>#<Proc:0x00007f6079619dc0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 791=>#<Proc:0x00007f6079619d20 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1040=>#<Proc:0x00007f6079619c58 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1041=>#<Proc:0x00007f6079619af0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 651=>#<Proc:0x00007f6079619a50 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1014=>#<Proc:0x00007f60796199b0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1015=>#<Proc:0x00007f6079619910 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1182=>#<Proc:0x00007f6079619870 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1183=>#<Proc:0x00007f60796197d0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1115=>#<Proc:0x00007f6079619730 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1185=>#<Proc:0x00007f60796195c8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1187=>#<Proc:0x00007f6079619500 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1561=>#<Proc:0x00007f6079619460 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1563=>#<Proc:0x00007f60796193c0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 1231=>#<Proc:0x00007f6079619320 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 2951=>#<Proc:0x00007f6079619280 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3221=>#<Proc:0x00007f60796190c8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3643=>#<Proc:0x00007f6079619028 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3807=>#<Proc:0x00007f6079618f88 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 13171=>#<Proc:0x00007f6079618e20 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 13174=>#<Proc:0x00007f6079618d80 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 13176=>#<Proc:0x00007f6079618ce0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 13181=>#<Proc:0x00007f6079618b78 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 13183=>#<Proc:0x00007f6079618ad8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3904=>#<Proc:0x00007f6079618a38 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3906=>#<Proc:0x00007f6079618998 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3908=>#<Proc:0x00007f60796188f8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3910=>#<Proc:0x00007f6079618740 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3912=>#<Proc:0x00007f60796186a0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 3926=>#<Proc:0x00007f6079618600 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb:99>, 22=>#<Proc:0x00007f6079618038 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>, 30=>#<Proc:0x00007f60796abae0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:32>}, @cache=#<Concurrent::Map:0x00007f607988abb8 entries=52 default_proc=#<Proc:0x00007f607988aac8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/type/type_map.rb:10>>>, @use_insert_returning=true, @force_disconnect_timer=#<Gitlab::Database::ConnectionTimer:0x00007f603ee2dbc8 @interval=4118, @starting_clock_value=7929.12149407>>], @automatic_reconnect=true, @now_connecting=0, @threads_blocking_new_connections=0, @available=#<ActiveRecord::ConnectionAdapters::ConnectionPool::ConnectionLeasingQueue:0x00007f602368ef18 @lock=#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x00007f602368f4b8 ...>, @cond=#<MonitorMixin::ConditionVariable:0x00007f602368eef0 @monitor=#<Monitor:0x00007f602368f210>, @cond=#<Thread::ConditionVariable:0x00007f602368eec8>>, @num_waiting=0, @queue=[]>, @lock_thread=false, @reaper=#<ActiveRecord::ConnectionAdapters::ConnectionPool::Reaper:0x00007f602368ee78 @pool=#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x00007f602368f4b8 ...>, @frequency=60.0>>, @online=true, @last_checked_at=Mon, 04 Jul 2022 07:40:31.476043992 UTC +00:00, @intervals=[60.0, 60.5, 61.0, 61.5, 62.0, 62.5, 63.0, 63.5, 64.0, 64.5, 65.0, 65.5, 66.0, 66.5, 67.0, 67.5, 68.0, 68.5, 69.0, 69.5, 70.0, 70.5, 71.0, 71.5, 72.0, 72.5, 73.0, 73.5, 74.0, 74.5, 75.0, 75.5, 76.0, 76.5, 77.0, 77.5, 78.0, 78.5, 79.0, 79.5, 80.0, 80.5, 81.0, 81.5, 82.0, 82.5, 83.0, 83.5, 84.0, 84.5, 85.0, 85.5, 86.0, 86.5, 87.0, 87.5, 88.0, 88.5, 89.0, 89.5, 90.0, 90.5, 91.0, 91.5, 92.0, 92.5, 93.0, 93.5, 94.0, 94.5, 95.0, 95.5, 96.0, 96.5, 97.0, 97.5, 98.0, 98.5, 99.0, 99.5, 100.0, 100.5, 101.0, 101.5, 102.0, 102.5, 103.0, 103.5, 104.0, 104.5, 105.0, 105.5, 106.0, 106.5, 107.0, 107.5, 108.0, 108.5, 109.0, 109.5, 110.0, 110.5, 111.0, 111.5, 112.0, 112.5, 113.0, 113.5, 114.0, 114.5, 115.0, 115.5, 116.0, 116.5, 117.0, 117.5, 118.0, 118.5, 119.0, 119.5, 120.0]>, #<Gitlab::Database::LoadBalancing::Host:0x00007f60236951d8 @host="postgres", @port=nil, @load_balancer=#<Gitlab::Database::LoadBalancing::LoadBalancer:0x00007f6023695228 ...>, @pool=#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x00007f60236949b8 @mon_data=#<Monitor:0x00007f6023694940>, @mon_data_owner_object_id=421300280, @query_cache_enabled=#<Concurrent::Map:0x00007f60236948f0 entries=0 default_proc=#<Proc:0x00007f60236947b0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/abstract/query_cache.rb:32>>, @pool_config=#<ActiveRecord::ConnectionAdapters::PoolConfig:0x00007f6023694d78 @_mutex=#<Thread::Mutex:0x00007f6023694c88>, @connection_klass=ActiveRecord::Base, @db_config=#<ActiveRecord::DatabaseConfigurations::HashConfig:0x00007f6023695048 @env_name="test", @name="main_replica", @configuration_hash={:adapter=>"postgresql", :encoding=>"unicode", :database=>"gitlabhq_test", :username=>"postgres", :password=>nil, :host=>"postgres", :prepared_statements=>false, :variables=>{"statement_timeout"=>"15s"}, :pool=>11}>, @pool=#<ActiveRecord::ConnectionAdapters::ConnectionPool:0x00007f60236949b8 ...>>, @db_config=#<ActiveRecord::DatabaseConfigurations::HashConfig:0x00007f6023695048 @env_name="test", @name="main_replica", @configuration_hash={:adapter=>"postgresql", :encoding=>"unicode", :database=>"gitlabhq_test", :username=>"postgres", :password=>nil, :host=>"postgres", :prepared_statements=>false, :variables=>{"statement_timeout"=>"15s"}, :pool=>11}>, @connection_klass=ActiveRecord::Base, @checkout_timeout=5.0, @idle_timeout=300.0, @size=11, @thread_cached_conns=#<Concurrent::Map:0x00007f6023694760 entries=1 default_proc=nil>, @connections=[#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x00007f603f3e6c90 @transaction_manager=#<ActiveRecord::ConnectionAdapters::TransactionManager:0x00007f603f3e6da8 @stack=[], @connection=#<ActiveRecord::ConnectionAdapters::PostgreSQLAdapter:0x00007f603f3e6c90 ...>, @has_unmaterialized_transactions=false, @materializing_transactions=false, @lazy_transactions_enabled=true>, @query_cache={}, @query_cache_enabled=false, @connection=#<PG::Connection:0x00007f603f3e4b20>, @owner=#<Thread:0x00007f608c5b2e00 run>, @instrumenter=#<ActiveSupport::Notifications::Instrumenter:0x00007f60723c5f58 @id="21483efc4ce7fa4213dd", @notifier=#<ActiveSupport::Notifications::Fanout:0x00007f6085c44a68 @string_subscribers={"strict_loading_violation.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 ...>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>], "backtrace_cleaner?.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 ...>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>], "backtrace_cleaner.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 ...>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>], "sql.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 ...>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086547340 @pattern="sql.active_record", @delegate=#<ActiveRecord::ExplainSubscriber:0x00007f6086546bc0>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6073f263b0 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6073f26428 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/grape_logging-1.8.4/lib/grape_logging/middleware/request_logger.rb:7>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::EventObject:0x00007f6078ff4be8 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6078ff5390 /builds/gitlab-org/gitlab/lib/gitlab/database/query_analyzer.rb:24>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6079b23050 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6079b235c8 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/peek-1.1.0/lib/peek/views/view.rb:96>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606c337a88 @pattern="sql.active_record", @delegate=#<Gitlab::QueryLimiting::ActiveSupportSubscriber:0x00007f606c337e70 @queue_key="Gitlab::QueryLimiting::ActiveSupportSubscriber-210720", @patterns={"sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606c337a88 ...>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e640 @pattern="sql.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 @queue_key="Gitlab::Metrics::Subscribers::ActiveRecord-290280", @patterns={"transaction.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e7d0 @pattern="transaction.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e640 ...>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::EventObject:0x00007f6053295238 @pattern="sql.active_record", @delegate=#<Proc:0x00007f6053295300 /builds/gitlab-org/gitlab/spec/support/database/prevent_cross_joins.rb:54>, @can_publish=false>], "backtrace_cleaner=.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 @pattern="backtrace_cleaner=.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 @queue_key="ActiveRecord::LogSubscriber-21340", @patterns={"strict_loading_violation.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576ca8 @pattern="strict_loading_violation.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner?.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f60865767a8 @pattern="backtrace_cleaner?.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086576320 @pattern="backtrace_cleaner.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086575ce0 @pattern="sql.active_record", @delegate=#<ActiveRecord::LogSubscriber:0x00007f6086577568 ...>, @can_publish=false>, "backtrace_cleaner=.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6086574980 ...>}>, @can_publish=false>], "send_file.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 ...>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "start_processing.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 ...>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "halted_callback.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 ...>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "unpermitted_parameters.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 ...>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 @pattern="unpermitted_parameters.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 @queue_key="Lograge::LogSubscribers::ActionController-310320", @patterns={"process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 @pattern="process_action.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 ...>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 @pattern="redirect_to.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>}>, @can_publish=false>], "exist_fragment?.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 ...>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "expire_fragment.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 ...>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "redirect_to.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 ...>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 @pattern="redirect_to.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 @queue_key="Lograge::LogSubscribers::ActionController-310320", @patterns={"process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 @pattern="process_action.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 @pattern="unpermitted_parameters.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 ...>}>, @can_publish=false>], "expire_page.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 ...>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "write_page.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 ...>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "read_fragment.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 ...>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "write_fragment.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 ...>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>], "process_action.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 ...>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6079b22510 @pattern="process_action.action_controller", @delegate=#<Proc:0x00007f6079b22650 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/peek-1.1.0/lib/peek/views/view.rb:96>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f606ab25dc8 @pattern="process_action.action_controller", @delegate=#<Proc:0x00007f606ab25ee0 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/peek-1.1.0/lib/peek/railtie.rb:22>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 @pattern="process_action.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 @queue_key="Lograge::LogSubscribers::ActionController-310320", @patterns={"process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa8d08 ...>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa89c0 @pattern="unpermitted_parameters.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f606caa87b8 @pattern="redirect_to.action_controller", @delegate=#<Lograge::LogSubscribers::ActionController:0x00007f606caaa658 ...>, @can_publish=false>}>, @can_publish=false>], "send_data.action_controller"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 @pattern="send_data.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 @queue_key="ActionController::LogSubscriber-71140", @patterns={"send_file.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2dac0 @pattern="send_file.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "start_processing.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d7a0 @pattern="start_processing.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "halted_callback.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2d138 @pattern="halted_callback.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "unpermitted_parameters.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cf58 @pattern="unpermitted_parameters.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "exist_fragment?.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ce40 @pattern="exist_fragment?.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2cc38 @pattern="expire_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "redirect_to.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2ca80 @pattern="redirect_to.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "expire_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c8c8 @pattern="expire_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_page.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c788 @pattern="write_page.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "read_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c5f8 @pattern="read_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "write_fragment.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c440 @pattern="write_fragment.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "process_action.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c2c058 @pattern="process_action.action_controller", @delegate=#<ActionController::LogSubscriber:0x00007f6080c2e3f8 ...>, @can_publish=false>, "send_data.action_controller"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6080c07e88 ...>}>, @can_publish=false>], "process.action_mailer"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18cf8 @pattern="process.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 @queue_key="ActionMailer::LogSubscriber-135660", @patterns={"process.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18cf8 ...>, "deliver.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18c08 @pattern="deliver.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 ...>, @can_publish=false>}>, @can_publish=false>], "deliver.action_mailer"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18c08 @pattern="deliver.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 @queue_key="ActionMailer::LogSubscriber-135660", @patterns={"process.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18cf8 @pattern="process.action_mailer", @delegate=#<ActionMailer::LogSubscriber:0x00007f6079c190b8 ...>, @can_publish=false>, "deliver.action_mailer"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6079c18c08 ...>}>, @can_publish=false>], "perform_start.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 ...>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "enqueue.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 ...>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "enqueue_at.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 ...>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "discard.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 ...>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "perform.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 ...>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "retry_stopped.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 ...>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>}>, @can_publish=false>], "enqueue_retry.active_job"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 @pattern="enqueue_retry.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 @queue_key="ActiveJob::LogSubscriber-135700", @patterns={"perform_start.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf760 @pattern="perform_start.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf300 @pattern="enqueue.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_at.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bf198 @pattern="enqueue_at.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "discard.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beef0 @pattern="discard.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "perform.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bedb0 @pattern="perform.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "retry_stopped.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1bec98 @pattern="retry_stopped.active_job", @delegate=#<ActiveJob::LogSubscriber:0x00007f6079cc0228 ...>, @can_publish=false>, "enqueue_retry.active_job"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607a1beb08 ...>}>, @can_publish=false>], "render_template.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 ...>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>}>, @can_publish=false>, #<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c178 @pattern="render_template.action_view", @delegate=#<Gitlab::Metrics::Subscribers::ActionView:0x00007f605d79cce0 @queue_key="Gitlab::Metrics::Subscribers::ActionView-290260", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c178 ...>, "render_view.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79c010 @pattern="render_view.action_view", @delegate=#<Gitlab::Metrics::Subscribers::ActionView:0x00007f605d79cce0 ...>, @can_publish=false>}>, @can_publish=false>], "render_layout.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 ...>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>}>, @can_publish=false>], "render_collection.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 ...>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>}>, @can_publish=false>], "render_partial.action_view"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 @pattern="render_partial.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 @root=nil, @queue_key="ActionView::LogSubscriber-136040", @patterns={"render_template.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc7a8 @pattern="render_template.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_layout.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc6b8 @pattern="render_layout.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_collection.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc5c8 @pattern="render_collection.action_view", @delegate=#<ActionView::LogSubscriber:0x00007f6073ebcb68 ...>, @can_publish=false>, "render_partial.action_view"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6073ebc4d8 ...>}>, @can_publish=false>], "encrypt_file.lockbox"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082763448 @pattern="encrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 @queue_key="Lockbox::LogSubscriber-136060", @patterns={"encrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082763448 ...>, "decrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082762430 @pattern="decrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 ...>, @can_publish=false>}>, @can_publish=false>], "decrypt_file.lockbox"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082762430 @pattern="decrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 @queue_key="Lockbox::LogSubscriber-136060", @patterns={"encrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082763448 @pattern="encrypt_file.lockbox", @delegate=#<Lockbox::LogSubscriber:0x00007f60827797c0 ...>, @can_publish=false>, "decrypt_file.lockbox"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6082762430 ...>}>, @can_publish=false>], "!connection.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f60531cd0d0 @pattern="!connection.active_record", @delegate=#<Proc:0x00007f60531cd238 /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/test_fixtures.rb:134>, @can_publish=false>], "search.elasticsearch"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6072093100 @pattern="search.elasticsearch", @delegate=#<Elasticsearch::Rails::Instrumentation::LogSubscriber:0x00007f6072093588 @queue_key="Elasticsearch::Rails::Instrumentation::LogSubscriber-185640", @patterns={"search.elasticsearch"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f6072093100 ...>}>, @can_publish=false>], "load_config_initializer.railties"=>[], "cache_read.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 ...>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "instantiation.active_record"=>[], "cache_write.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 ...>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "cache_generate.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 ...>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "cache_fetch_hit.active_support"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 @pattern="cache_fetch_hit.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 @queue_key="Gitlab::Metrics::Subscribers::RailsCache-290340", @patterns={"cache_read.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767798 @pattern="cache_read.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_write.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7676a8 @pattern="cache_write.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_delete.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767568 @pattern="cache_delete.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_exist?.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d767270 @pattern="cache_exist?.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "cache_fetch_hit.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d7670b8 ...>, "cache_generate.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766fc8 @pattern="cache_generate.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>, "observe.active_support"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d766ed8 @pattern="observe.active_support", @delegate=#<Gitlab::Metrics::Subscribers::RailsCache:0x00007f605d767e00 ...>, @can_publish=false>}>, @can_publish=false>], "transaction.active_record"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e7d0 @pattern="transaction.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 @queue_key="Gitlab::Metrics::Subscribers::ActiveRecord-290280", @patterns={"transaction.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e7d0 ...>, "sql.active_record"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d78e640 @pattern="sql.active_record", @delegate=#<Gitlab::Metrics::Subscribers::ActiveRecord:0x00007f605d78f9c8 ...>, @can_publish=false>}>, @can_publish=false>], "request.external_http"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607dd72230 @pattern="request.external_http", @delegate=#<Gitlab::Metrics::Subscribers::ExternalHttp:0x00007f607dd72c30 @queue_key="Gitlab::Metrics::Subscribers::ExternalHttp-209000", @patterns={"request.external_http"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f607dd72230 ...>}>, @can_publish=false>], "format_response.grape"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Timed:0x00007f6079b22358 @pattern="format_response.grape", @delegate=#<Proc:0x00007f6079b22470 /builds/gitlab-org/gitlab/config/initializers/peek.rb:30>, @can_publish=false>], "process_middleware.action_dispatch"=>[], "transmit_subscription_confirmation.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f490 @pattern="transmit_subscription_confirmation.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 @queue_key="Gitlab::Metrics::Subscribers::ActionCable-290240", @patterns={"transmit_subscription_confirmation.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f490 ...>, "transmit_subscription_rejection.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f210 @pattern="transmit_subscription_rejection.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "transmit.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79efb8 @pattern="transmit.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>, "broadcast.action_cable"=>#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79edd8 @pattern="broadcast.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCable:0x00007f605d79fc38 ...>, @can_publish=false>}>, @can_publish=false>], "transmit_subscription_rejection.action_cable"=>[#<ActiveSupport::Notifications::Fanout::Subscribers::Evented:0x00007f605d79f210 @pattern="transmit_subscription_rejection.action_cable", @delegate=#<Gitlab::Metrics::Subscribers::ActionCabl2514Job's log exceeded limit of 4194304 bytes.2515Job execution will continue but no more output will be collected.