rspec system pg12 6/24
Passed Started
by
@DylanGriffith

Dylan Griffith
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:5c4789e9bb7bb119b87daeffe7ac587b6e6eff4072a1b43b11a5a4209ed7c265 for postgres:12 with digest postgres@sha256:03a821bf55c06afc5b1eca7d1ba2ca0fd13edbe0e2794a90d741f1fea31787af ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a7a6051077c6c9cfc9ad478778271b49900cb5c4667e64a4128306d8f41a5396 for redis:5.0-alpine with digest redis@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...18Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1635266567-9bc48d67...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 64% |******************** | 222M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 342M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Enumerating objects: 127042, done. 32remote: Counting objects: 100% (127042/127042), done. 33remote: Compressing objects: 100% (85632/85632), done. 34remote: Total 127042 (delta 58018), reused 87454 (delta 36683), pack-reused 0 35Receiving objects: 100% (127042/127042), 124.85 MiB | 30.29 MiB/s, done.36Resolving deltas: 100% (58018/58018), done.38 * [new ref] e28bf2006022fa717b8e023304aaae32593982e4 -> refs/pipelines/39605215339 * [new branch] master -> origin/master40Checking out e28bf200 as master...41Skipping Git submodules setup43Checking cache for ruby-gems-v1-5...44cache.zip is up to date 45Successfully extracted cache46Checking cache for gitaly-ruby-gems-v1-5...47cache.zip is up to date 48Successfully extracted cache50Downloading artifacts for compile-test-assets (1718320136)...51Downloading artifacts from coordinator... ok id=1718320136 responseStatus=200 OK token=ransSmQE52Downloading artifacts for retrieve-tests-metadata (1718320147)...53Downloading artifacts from coordinator... ok id=1718320147 responseStatus=200 OK token=u5F8xuWx54Downloading artifacts for setup-test-env (1718320139)...55Downloading artifacts from coordinator... ok id=1718320139 responseStatus=200 OK token=GEzxAMiL57Using docker image sha256:b8b4629afe237f58781d0f297f9802abe7234c61d769cef19072e62e539b44db for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:eafffa71075a6c3a6132f20dee186f63e8e6446d7fbde8f8a3aa5c1f8e66ba98 ...58$ echo $FOSS_ONLY59$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb60$ export GOPATH=$CI_PROJECT_DIR/.go61$ mkdir -p $GOPATH62$ source scripts/utils.sh63$ source scripts/prepare_build.sh64Bundler version 2.1.465production:development66Settings are listed in order of priority. The top value will be used.67path68Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"69clean70Set for the current user (/root/.bundle/config): "true"71without72Set via BUNDLE_WITHOUT: [:production, :development]73install_flags74Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 9 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 0 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Created database 'gitlabhq_test'88DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)89Dropped database 'gitlabhq_geo_test'90Created database 'gitlabhq_geo_test'91==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 28 seconds.92$ run_timed_command "gem install knapsack --no-document"93$ gem install knapsack --no-document94Successfully installed knapsack-4.0.0951 gem installed96==> 'gem install knapsack --no-document' succeeded in 1 seconds.97$ run_timed_command "scripts/gitaly-test-spawn"98$ scripts/gitaly-test-spawn99Don't run Bundler as root. Bundler can ask for sudo if it is needed, and100installing your bundle as root will break this application for all non-root101users on this machine.102Using abstract_type 0.0.7103Using concurrent-ruby 1.1.9104Using i18n 1.8.10105Using minitest 5.14.4106Using tzinfo 2.0.4107Using zeitwerk 2.4.2108Using activesupport 6.1.4.1109Using builder 3.2.4110Using erubi 1.10.0111Using mini_portile2 2.5.1112Using racc 1.5.2113Using nokogiri 1.11.7 (x86_64-linux)114Using rails-dom-testing 2.0.3115Using crass 1.0.6116Using loofah 2.12.0117Using rails-html-sanitizer 1.4.2118Using actionview 6.1.4.1119Using rack 2.2.3120Using rack-test 1.1.0121Using actionpack 6.1.4.1122Using ice_nine 0.11.2123Using thread_safe 0.3.6124Using memoizable 0.4.2125Using adamantium 0.2.0126Using public_suffix 4.0.6127Using addressable 2.7.0128Using ast 2.4.1129Using binding_ninja 0.2.3130Using bundler 2.1.4131Using charlock_holmes 0.7.7132Using coderay 1.1.2133Using equalizer 0.0.11134Using concord 0.1.5135Using diff-lcs 1.3136Using dotenv 2.7.6137Using escape_utils 1.2.1138Using factory_bot 5.0.2139Using multipart-post 2.1.1140Using faraday 1.0.1141Using ffi 1.15.3142Using json 2.5.1143Using gemojione 3.3.0144Using mini_mime 1.0.2145Using rugged 1.2.0146Using github-linguist 7.12.1147Using github-markup 1.7.0148Using mime-types-data 3.2020.1104149Using mime-types 3.3.1150Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1151Using rouge 3.26.0152Using nokogumbo 1.5.0153Using sanitize 4.6.6154Using stringex 2.8.5155Using gitlab-gollum-lib 4.2.7.10.gitlab.1156Using google-protobuf 3.17.3 (x86_64-linux)157Using googleapis-common-protos-types 1.1.0158Using grpc 1.30.2 (x86_64-linux)159Using opentracing 0.5.0160Using thrift 0.15.0161Using jaeger-client 1.1.0162Using pg_query 2.1.1163Using redis 4.4.0164Using gitlab-labkit 0.21.2165Using gitlab-markup 1.7.1166Using grpc-tools 1.30.2167Using sawyer 0.8.2168Using octokit 4.20.0169Using reverse_markdown 1.4.0170Using thor 1.1.0171Using licensee 9.14.1172Using method_source 0.9.2173Using msgpack 1.3.3174Using optimist 3.0.1175Using parallel 1.19.2176Using parser 2.7.2.0177Using procto 0.0.3178Using unparser 0.4.7179Using proc_to_ast 0.1.0180Using pry 0.12.2181Using rainbow 3.0.0182Using rbtrace 0.4.14183Using rdoc 6.3.2184Using regexp_parser 1.8.1185Using rexml 3.2.4186Using rspec-support 3.8.0187Using rspec-core 3.8.0188Using rspec-expectations 3.8.3189Using rspec-mocks 3.8.0190Using rspec 3.8.0191Using rspec-parameterized 0.4.2192Using rubocop-ast 0.2.0193Using ruby-progressbar 1.10.1194Using unicode-display_width 1.7.0195Using rubocop 0.86.0196Using sentry-raven 3.0.4197Using timecop 0.9.1198Bundle complete! 21 Gemfile dependencies, 96 gems now installed.199Gems in the groups production and development were not installed.200Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`201Checking gitaly-ruby Gemfile...202Checking gitaly-ruby bundle...203The Gemfile's dependencies are satisfied204Trying to connect to gitaly: ......................................... OK205Trying to connect to gitaly2: ........................................................... OK206Trying to connect to praefect: ......... OK207==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.208$ source ./scripts/rspec_helpers.sh209$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"210KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb211Knapsack report generator started!212Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}213==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.038566886 seconds...214Test environment set up in 0.535512145 seconds215GFM autocomplete216Starting the Capybara driver server...217 when tribute_autocomplete feature flag is off218 new issue page219Capybara starting Puma...220* Version 5.3.2 , codename: Sweetnighter221* Min threads: 0, max threads: 4222* Listening on unix:///tmp/20211026-437-nam6rx223 allows quick actions224 issue description225DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)226DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)227 updates with GFM reference228 allows quick actions229 issue comment230 triggering autocomplete231 only opens autocomplete menu when trigger character is after whitespace232 xss checks233 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters234 opens autocomplete menu for Username when field starts with text with item escaping HTML characters235 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters236 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters237 autocomplete highlighting238 auto-selects the first item when there is a query, and only for assignees with no query239 assignees240 does not wrap with quotes for assignee values241 includes items for assignee dropdowns with non-ASCII characters in name242 searches across full name for assignees243 shows names that start with the query as the top result244 shows usernames that start with the query as the top result245 shows username when pasting then pressing Enter246 does not show `@undefined` when pressing `@` then Enter247 when /assign quick action is selected248 triggers user autocomplete and lists users who are currently not assigned to the issue249 if a selected value has special characters250 wraps the result in double quotes251 doesn't wrap for emoji values252 quick actions253 does not limit quick actions autocomplete list to 5254 labels255 allows colons when autocompleting scoped labels256 allows spaces when autocompleting multi-word labels257 only autocompletes the last label258 does not autocomplete labels if no tilde is typed259 when other notes are destroyed260 keeps autocomplete key listeners261 issues262 behaves like autocomplete suggestions263 suggests objects correctly264 merge requests265 behaves like autocomplete suggestions266 suggests objects correctly267 project snippets268 behaves like autocomplete suggestions269 suggests objects correctly270 milestone271 shows milestons list in the autocomplete menu272 shows expired milestone at the bottom of the list273 shows milestone due earliest at the top of the list274 when tribute_autocomplete feature flag is on275 issue description276 updates with GFM reference277 issue comment278 triggering autocomplete279 only opens autocomplete menu when trigger character is after whitespace280 xss checks281 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters282 opens autocomplete menu for Username when field starts with text with item escaping HTML characters283 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters284 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters285 autocomplete highlighting286 auto-selects the first item with query287 assignees288 does not wrap with quotes for assignee values289 includes items for assignee dropdowns with non-ASCII characters in name290 when autocompleting for groups291 shows the group when searching for the name of the group292 does not show the group when searching for the name of the parent of the group293 when /assign quick action is selected294 lists users who are currently not assigned to the issue295 lists users who are currently not assigned to the issue when using /assign on the second line296 if a selected value has special characters297 wraps the result in double quotes298 does not wrap for emoji values299 quick actions300 autocompletes for quick actions301 labels302 allows colons when autocompleting scoped labels303 autocompletes multi-word labels304 only autocompletes the last label305 does not autocomplete labels if no tilde is typed306 when other notes are destroyed307 keeps autocomplete key listeners308 issues309 behaves like autocomplete suggestions310 suggests objects correctly311 merge requests312 behaves like autocomplete suggestions313 suggests objects correctly314 project snippets315 behaves like autocomplete suggestions316 suggests objects correctly317 milestone318 behaves like autocomplete suggestions319 suggests objects correctly320Merge request > User sees versions321 compare with the latest version322 show the latest version of the diff323 behaves like allows commenting324 is expected to have text "Typo, please fix."325 switch between versions326 shows the commit SHAs for every version in the dropdown327 shows comments that were last relevant at that version328 behaves like allows commenting329 is expected to have text "Typo, please fix."330 compare with older version331 has a path with comparison context and shows comments that were last relevant at that version332 show diff between new and old version333 returns to latest version when "Show latest version" button is clicked334 behaves like allows commenting335 is expected to have text "Typo, please fix."336 compare with same version337 has 0 chages between versions338 compare with newer version339 sets the compared versions to be the same340 scoped in a commit341 only shows diffs from the commit342 behaves like allows commenting343 is expected to have text "Typo, please fix."344Resolve an open thread in a merge request by creating an issue345 As a user with access to the project346 has a link to create a new issue for a thread347 with the internal tracker disabled348 does not show a link to create a new issue (PENDING: Temporarily skipped with xit)349 resolving the thread350 hides the link for creating a new issue351 shows the link for creating a new issue when unresolving a thread352 creating the issue353 has a hidden field for the thread354 behaves like creating an issue for a thread355 shows an issue with the title filled in356 has a mention of the discussion in the description3572021-10-26 21:27:56 +0000 Rack app ("POST /namespace21/project21/-/issues" - (127.0.0.1)): #<Gitlab::QueryLimiting::Transaction::ThresholdExceededError: Too many SQL queries were executed in Projects::IssuesController#create: a maximum of 100 is allowed but 108 SQL queries were executed3580: SELECT "projects"."id" AS t0_r0, "projects"."name" AS t0_r1, "projects"."path" AS t0_r2, "projects"."description" AS t0_r3, "projects"."created_at" AS t0_r4, "projects"."updated_at" AS t0_r5, "projects"."creator_id" AS t0_r6, "projects"."namespace_id" AS t0_r7, "projects"."last_activity_at" AS t0_r8, "projects"."import_url" AS t0_r9, "projects"."visibility_level" AS t0_r10, "projects"."archived" AS t0_r11, "projects"."avatar" AS t0_r12, "projects"."merge_requests_template" AS t0_r13, "projects"."star_count" AS t0_r14, "projects"."merge_requests_rebase_enabled" AS t0_r15, "projects"."import_type" AS t0_r16, "projects"."import_source" AS t0_r17, "projects"."approvals_before_merge" AS t0_r18, "projects"."reset_approvals_on_push" AS t0_r19, "projects"."merge_requests_ff_only_enabled" AS t0_r20, "projects"."issues_template" AS t0_r21, "projects"."mirror" AS t0_r22, "projects"."mirror_user_id" AS t0_r23, "projects"."shared_runners_enabled" AS t0_r24, "projects"."runners_token" AS t0_r25, "projects"."build_coverage_regex" AS t0_r26, "projects"."build_allow_git_fetch" AS t0_r27, "projects"."build_timeout" AS t0_r28, "projects"."mirror_trigger_builds" AS t0_r29, "projects"."pending_delete" AS t0_r30, "projects"."public_builds" AS t0_r31, "projects"."last_repository_check_failed" AS t0_r32, "projects"."last_repository_check_at" AS t0_r33, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r34, "projects"."has_external_issue_tracker" AS t0_r35, "projects"."repository_storage" AS t0_r36, "projects"."repository_read_only" AS t0_r37, "projects"."request_access_enabled" AS t0_r38, "projects"."has_external_wiki" AS t0_r39, "projects"."ci_config_path" AS t0_r40, "projects"."lfs_enabled" AS t0_r41, "projects"."description_html" AS t0_r42, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r43, "projects"."repository_size_limit" AS t0_r44, "projects"."printing_merge_request_link_enabled" AS t0_r45, "projects"."auto_cancel_pending_pipelines" AS t0_r46, "projects"."service_desk_enabled" AS t0_r47, "projects"."cached_markdown_version" AS t0_r48, "projects"."delete_error" AS t0_r49, "projects"."last_repository_updated_at" AS t0_r50, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r51, "projects"."storage_version" AS t0_r52, "projects"."resolve_outdated_diff_discussions" AS t0_r53, "projects"."remote_mirror_available_overridden" AS t0_r54, "projects"."only_mirror_protected_branches" AS t0_r55, "projects"."pull_mirror_available_overridden" AS t0_r56, "projects"."jobs_cache_index" AS t0_r57, "projects"."external_authorization_classification_label" AS t0_r58, "projects"."mirror_overwrites_diverged_branches" AS t0_r59, "projects"."pages_https_only" AS t0_r60, "projects"."external_webhook_token" AS t0_r61, "projects"."packages_enabled" AS t0_r62, "projects"."merge_requests_author_approval" AS t0_r63, "projects"."pool_repository_id" AS t0_r64, "projects"."runners_token_encrypted" AS t0_r65, "projects"."bfg_object_map" AS t0_r66, "projects"."detected_repository_languages" AS t0_r67, "projects"."merge_requests_disable_committers_approval" AS t0_r68, "projects"."require_password_to_approve" AS t0_r69, "projects"."emails_disabled" AS t0_r70, "projects"."max_pages_size" AS t0_r71, "projects"."max_artifacts_size" AS t0_r72, "projects"."remove_source_branch_after_merge" AS t0_r73, "projects"."marked_for_deletion_at" AS t0_r74, "projects"."marked_for_deletion_by_user_id" AS t0_r75, "projects"."autoclose_referenced_issues" AS t0_r76, "projects"."suggestion_commit_message" AS t0_r77, "projects"."project_namespace_id" AS t0_r78, "routes"."id" AS t1_r0, "routes"."source_id" AS t1_r1, "routes"."source_type" AS t1_r2, "routes"."path" AS t1_r3, "routes"."created_at" AS t1_r4, "routes"."updated_at" AS t1_r5, "routes"."name" AS t1_r6 FROM "projects" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Project' AND "routes"."source_id" = "projects"."id" WHERE "routes"."path" = 'namespace21/project21' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,db_config_name:main*/3591: SELECT "user_details"."user_id", "user_details"."job_title", "user_details"."bio", "user_details"."webauthn_xid", "user_details"."other_role", "user_details"."provisioned_by_group_id", "user_details"."pronouns", "user_details"."pronunciation", "user_details"."registration_objective", "user_details"."phone" FROM "user_details" WHERE "user_details"."user_id" = 36 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3602: SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = 36 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3613: SELECT "user_preferences"."id", "user_preferences"."user_id", "user_preferences"."issue_notes_filter", "user_preferences"."merge_request_notes_filter", "user_preferences"."created_at", "user_preferences"."updated_at", "user_preferences"."epics_sort", "user_preferences"."roadmap_epics_state", "user_preferences"."epic_notes_filter", "user_preferences"."issues_sort", "user_preferences"."merge_requests_sort", "user_preferences"."roadmaps_sort", "user_preferences"."first_day_of_week", "user_preferences"."timezone", "user_preferences"."time_display_relative", "user_preferences"."time_format_in_24h", "user_preferences"."projects_sort", "user_preferences"."show_whitespace_in_diffs", "user_preferences"."sourcegraph_enabled", "user_preferences"."setup_for_company", "user_preferences"."render_whitespace_in_code", "user_preferences"."tab_width", "user_preferences"."view_diffs_file_by_file", "user_preferences"."gitpod_enabled", "user_preferences"."markdown_surround_selection" FROM "user_preferences" WHERE "user_preferences"."user_id" = 36 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3624: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3635: SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 21 AND "project_authorizations"."user_id" = 36 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3646: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3657: SELECT "licenses".* FROM "licenses" ORDER BY "licenses"."id" DESC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3668: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/3679: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/36810: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/36911: SELECT "users".* FROM "users" WHERE (LOWER("users"."username") IN (LOWER('support-bot'))) LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37012: SELECT "users".* FROM "users" WHERE "users"."email" = 'support@localhost' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37113: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37214: SELECT "users".* FROM "users" WHERE "users"."incoming_email_token" = 'clbuteftpe2dlfkbtnvmhj00e' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37315: INSERT INTO "users" ("email", "created_at", "updated_at", "name", "projects_limit", "username", "state", "avatar", "confirmed_at", "incoming_email_token", "user_type", "admin", "external", "can_create_group", "can_create_team", "hide_no_ssh_key", "hide_no_password", "project_view", "notified_of_own_activity", "preferred_language", "theme_id") VALUES ('support@localhost', '2021-10-26 21:27:55.746687', '2021-10-26 21:27:55.746687', 'GitLab Support Bot', 42, 'support-bot', 'active', 'support-bot.png', '2021-10-26 21:27:55.738282', 'clbuteftpe2dlfkbtnvmhj00e', 1, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE, 2, FALSE, 'en', 1) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37416: INSERT INTO "namespaces" ("name", "path", "owner_id", "created_at", "updated_at", "type", "description_html", "cached_markdown_version") VALUES ('GitLab Support Bot', 'support-bot', 37, '2021-10-26 21:27:55.750642', '2021-10-26 21:27:55.750642', 'User', '', 1900544) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37517: INSERT INTO "routes" ("source_id", "source_type", "path", "created_at", "updated_at", "name") VALUES (39, 'Namespace', 'support-bot', '2021-10-26 21:27:55.753340', '2021-10-26 21:27:55.753340', 'GitLab Support Bot') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37618: DELETE FROM "redirect_routes" WHERE (LOWER(redirect_routes.path) = LOWER('support-bot') OR LOWER(redirect_routes.path) LIKE LOWER('support-bot/%')) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/37719: WITH RECURSIVE "base_and_ancestors" AS ((SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 39)378UNION379(SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces", "base_and_ancestors" WHERE "namespaces"."id" = "base_and_ancestors"."parent_id")) SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "base_and_ancestors" AS "namespaces" WHERE "namespaces"."parent_id" IS NULL LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/38020: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'User' AND "namespaces"."id" = 39 LIMIT 1 FOR UPDATE /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/38121: 382 UPDATE namespaces383 SET traversal_ids = cte.traversal_ids384 FROM (WITH RECURSIVE cte(id, traversal_ids, cycle) AS (385 VALUES(39::bigint, ARRAY[39]::bigint[], false)386UNION ALL387 SELECT n.id, cte.traversal_ids || n.id::bigint, n.id = ANY(cte.traversal_ids)388 FROM namespaces n, cte389 WHERE n.parent_id = cte.id AND NOT cycle390)391SELECT id, traversal_ids FROM cte392) as cte393 WHERE namespaces.id = cte.id394 AND namespaces.traversal_ids::bigint[] <> cte.traversal_ids395 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/39622: INSERT INTO "namespace_settings" ("created_at", "updated_at", "namespace_id") VALUES ('2021-10-26 21:27:55.768655', '2021-10-26 21:27:55.768655', 39) RETURNING "namespace_id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/39723: INSERT INTO "user_details" ("user_id", "bio") VALUES (37, 'The GitLab support bot used for Service Desk') RETURNING "user_id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/39824: SELECT a.attname, format_type(a.atttypid, a.atttypmod),399 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,400 c.collname, col_description(a.attrelid, a.attnum) AS comment401 FROM pg_attribute a402 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum403 LEFT JOIN pg_type t ON a.atttypid = t.oid404 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation405 WHERE a.attrelid = '"uploads"'::regclass406 AND a.attnum > 0 AND NOT a.attisdropped407 ORDER BY a.attnum40825: SELECT a.attname409 FROM (410 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx411 FROM pg_index412 WHERE indrelid = '"uploads"'::regclass413 AND indisprimary414 ) i415 JOIN pg_attribute a416 ON a.attrelid = i.indrelid417 AND a.attnum = i.indkey[i.idx]418 ORDER BY i.idx41926: DELETE FROM "uploads" WHERE "uploads"."id" IN (SELECT "uploads"."id" FROM "uploads" WHERE "uploads"."uploader" = 'AvatarUploader' AND "uploads"."model_type" = 'User' AND "uploads"."model_id" = 37 AND "uploads"."path" = 'uploads/-/system/user/avatar/37/support-bot.png' ORDER BY "uploads"."id" DESC) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42027: INSERT INTO "uploads" ("size", "path", "checksum", "model_id", "model_type", "uploader", "created_at", "mount_point") VALUES (9806, 'uploads/-/system/user/avatar/37/support-bot.png', 'a995fd14870c793e48ea82446d0cb943a7d205bfa3648c7c8cb648efe34b7834', 37, 'User', 'AvatarUploader', '2021-10-26 21:27:55.803544', 'avatar') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42128: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42229: SELECT "emails"."email" FROM "emails" WHERE "emails"."user_id" = 37 AND "emails"."confirmed_at" IS NOT NULL /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42330: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'SystemHook' AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:55.815871')) AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:55.816285')) ORDER BY "web_hooks"."id" ASC LIMIT 1000 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42431: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42532: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 21 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42633: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42734: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 61 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/42835: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest')429UNION ALL430(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (21, 21) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '92846b6ea9fffb08ab50f39cb609a8125e46fa36' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43136: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43237: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43338: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 37 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43439: SELECT "users".* FROM "users" WHERE "users"."id" = 35 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43540: SELECT "work_item_types".* FROM "work_item_types" WHERE "work_item_types"."namespace_id" IS NULL AND "work_item_types"."base_type" = 0 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43641: SELECT "users".* FROM "users" WHERE "users"."id" = 0 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43742: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43843: SELECT "labels"."id" FROM "labels" WHERE "labels"."type" = 'ProjectLabel' AND "labels"."project_id" = 21 AND "labels"."id" = NULL ORDER BY "labels"."title" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/43944: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" INNER JOIN "projects" ON "namespaces"."id" = "projects"."namespace_id" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/44045: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/44146: SELECT "grafana_integrations".* FROM "grafana_integrations" WHERE "grafana_integrations"."project_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/44247: SELECT "namespaces"."id" AS t0_r0, "namespaces"."name" AS t0_r1, "namespaces"."path" AS t0_r2, "namespaces"."owner_id" AS t0_r3, "namespaces"."created_at" AS t0_r4, "namespaces"."updated_at" AS t0_r5, "namespaces"."type" AS t0_r6, "namespaces"."description" AS t0_r7, "namespaces"."avatar" AS t0_r8, "namespaces"."membership_lock" AS t0_r9, "namespaces"."share_with_group_lock" AS t0_r10, "namespaces"."visibility_level" AS t0_r11, "namespaces"."request_access_enabled" AS t0_r12, "namespaces"."ldap_sync_status" AS t0_r13, "namespaces"."ldap_sync_error" AS t0_r14, "namespaces"."ldap_sync_last_update_at" AS t0_r15, "namespaces"."ldap_sync_last_successful_update_at" AS t0_r16, "namespaces"."ldap_sync_last_sync_at" AS t0_r17, "namespaces"."description_html" AS t0_r18, "namespaces"."lfs_enabled" AS t0_r19, "namespaces"."parent_id" AS t0_r20, "namespaces"."shared_runners_minutes_limit" AS t0_r21, "namespaces"."repository_size_limit" AS t0_r22, "namespaces"."require_two_factor_authentication" AS t0_r23, "namespaces"."two_factor_grace_period" AS t0_r24, "namespaces"."cached_markdown_version" AS t0_r25, "namespaces"."project_creation_level" AS t0_r26, "namespaces"."runners_token" AS t0_r27, "namespaces"."file_template_project_id" AS t0_r28, "namespaces"."saml_discovery_token" AS t0_r29, "namespaces"."runners_token_encrypted" AS t0_r30, "namespaces"."custom_project_templates_group_id" AS t0_r31, "namespaces"."auto_devops_enabled" AS t0_r32, "namespaces"."extra_shared_runners_minutes_limit" AS t0_r33, "namespaces"."last_ci_minutes_notification_at" AS t0_r34, "namespaces"."last_ci_minutes_usage_notification_level" AS t0_r35, "namespaces"."subgroup_creation_level" AS t0_r36, "namespaces"."emails_disabled" AS t0_r37, "namespaces"."max_pages_size" AS t0_r38, "namespaces"."max_artifacts_size" AS t0_r39, "namespaces"."mentions_disabled" AS t0_r40, "namespaces"."default_branch_protection" AS t0_r41, "namespaces"."unlock_membership_to_ldap" AS t0_r42, "namespaces"."max_personal_access_token_lifetime" AS t0_r43, "namespaces"."push_rule_id" AS t0_r44, "namespaces"."shared_runners_enabled" AS t0_r45, "namespaces"."allow_descendants_override_disabled_shared_runners" AS t0_r46, "namespaces"."traversal_ids" AS t0_r47, "users"."id" AS t1_r0, "users"."email" AS t1_r1, "users"."encrypted_password" AS t1_r2, "users"."reset_password_token" AS t1_r3, "users"."reset_password_sent_at" AS t1_r4, "users"."remember_created_at" AS t1_r5, "users"."sign_in_count" AS t1_r6, "users"."current_sign_in_at" AS t1_r7, "users"."last_sign_in_at" AS t1_r8, "users"."current_sign_in_ip" AS t1_r9, "users"."last_sign_in_ip" AS t1_r10, "users"."created_at" AS t1_r11, "users"."updated_at" AS t1_r12, "users"."name" AS t1_r13, "users"."admin" AS t1_r14, "users"."projects_limit" AS t1_r15, "users"."skype" AS t1_r16, "users"."linkedin" AS t1_r17, "users"."twitter" AS t1_r18, "users"."failed_attempts" AS t1_r19, "users"."locked_at" AS t1_r20, "users"."username" AS t1_r21, "users"."can_create_group" AS t1_r22, "users"."can_create_team" AS t1_r23, "users"."state" AS t1_r24, "users"."color_scheme_id" AS t1_r25, "users"."password_expires_at" AS t1_r26, "users"."created_by_id" AS t1_r27, "users"."last_credential_check_at" AS t1_r28, "users"."avatar" AS t1_r29, "users"."confirmation_token" AS t1_r30, "users"."confirmed_at" AS t1_r31, "users"."confirmation_sent_at" AS t1_r32, "users"."unconfirmed_email" AS t1_r33, "users"."hide_no_ssh_key" AS t1_r34, "users"."website_url" AS t1_r35, "users"."admin_email_unsubscribed_at" AS t1_r36, "users"."notification_email" AS t1_r37, "users"."hide_no_password" AS t1_r38, "users"."password_automatically_set" AS t1_r39, "users"."location" AS t1_r40, "users"."encrypted_otp_secret" AS t1_r41, "users"."encrypted_otp_secret_iv" AS t1_r42, "users"."encrypted_otp_secret_salt" AS t1_r43, "users"."otp_required_for_login" AS t1_r44, "users"."otp_backup_codes" AS t1_r45, "users"."public_email" AS t1_r46, "users"."dashboard" AS t1_r47, "users"."project_view" AS t1_r48, "users"."consumed_timestep" AS t1_r49, "users"."layout" AS t1_r50, "users"."hide_project_limit" AS t1_r51, "users"."note" AS t1_r52, "users"."unlock_token" AS t1_r53, "users"."otp_grace_period_started_at" AS t1_r54, "users"."external" AS t1_r55, "users"."incoming_email_token" AS t1_r56, "users"."organization" AS t1_r57, "users"."auditor" AS t1_r58, "users"."require_two_factor_authentication_from_group" AS t1_r59, "users"."two_factor_grace_period" AS t1_r60, "users"."last_activity_on" AS t1_r61, "users"."notified_of_own_activity" AS t1_r62, "users"."preferred_language" AS t1_r63, "users"."email_opted_in" AS t1_r64, "users"."email_opted_in_ip" AS t1_r65, "users"."email_opted_in_source_id" AS t1_r66, "users"."email_opted_in_at" AS t1_r67, "users"."theme_id" AS t1_r68, "users"."accepted_term_id" AS t1_r69, "users"."feed_token" AS t1_r70, "users"."private_profile" AS t1_r71, "users"."roadmap_layout" AS t1_r72, "users"."include_private_contributions" AS t1_r73, "users"."commit_email" AS t1_r74, "users"."group_view" AS t1_r75, "users"."managing_group_id" AS t1_r76, "users"."first_name" AS t1_r77, "users"."last_name" AS t1_r78, "users"."static_object_token" AS t1_r79, "users"."role" AS t1_r80, "users"."user_type" AS t1_r81, "routes"."id" AS t2_r0, "routes"."source_id" AS t2_r1, "routes"."source_type" AS t2_r2, "routes"."path" AS t2_r3, "routes"."created_at" AS t2_r4, "routes"."updated_at" AS t2_r5, "routes"."name" AS t2_r6 FROM "namespaces" LEFT OUTER JOIN "users" ON "users"."id" = "namespaces"."owner_id" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Namespace' AND "routes"."source_id" = "namespaces"."id" WHERE ((LOWER(routes.path) = LOWER('namespace21'))) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/44348: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 21 AND "merge_requests"."iid" = 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/44449: SELECT a.attname, format_type(a.atttypid, a.atttypmod),445 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,446 c.collname, col_description(a.attrelid, a.attnum) AS comment447 FROM pg_attribute a448 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum449 LEFT JOIN pg_type t ON a.atttypid = t.oid450 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation451 WHERE a.attrelid = '"custom_emoji"'::regclass452 AND a.attnum > 0 AND NOT a.attisdropped453 ORDER BY a.attnum45450: SELECT 1 AS one FROM "custom_emoji" WHERE "custom_emoji"."namespace_id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/45551: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 21 AND "internal_ids"."usage" = 0 RETURNING "last_value" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/45652: SELECT MAX("issues"."iid") FROM "issues" WHERE "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/45753: INSERT INTO "internal_ids" ("project_id","namespace_id","usage","last_value") VALUES (21, NULL, 0, 1) ON CONFLICT DO NOTHING RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/45854: INSERT INTO "issues" ("title", "author_id", "project_id", "created_at", "updated_at", "description", "iid", "title_html", "description_html", "cached_markdown_version", "work_item_type_id", "lock_version", "time_estimate") VALUES ('Follow-up from "My title 40"', 36, 21, '2021-10-26 21:27:55.891441', '2021-10-26 21:27:55.891441', 'The following discussion from !1 should be addressed:459- [ ] @namespace21 started a [discussion](http://127.0.0.1:44997/namespace21/project21/-/merge_requests/1#note_19): 460 > My title 41', 1, 'Follow-up from "My title 40"', '<p data-sourcepos="1:1-1:53" dir="auto">The following discussion from <a href="/namespace21/project21/-/merge_requests/1" data-original="!1" data-link="false" data-link-reference="false" data-project="21" data-merge-request="22" data-project-path="namespace21/project21" data-iid="1" data-mr-title="My title 40" data-reference-type="merge_request" data-container="body" data-placement="top" title="" class="gfm gfm-merge_request">!1</a> should be addressed:</p>461<ul data-sourcepos="3:1-5:17" class="task-list" dir="auto">462<li data-sourcepos="3:1-5:17" class="task-list-item">463<p data-sourcepos="3:3-3:116"><input type="checkbox" class="task-list-item-checkbox" disabled> <a href="/namespace21" data-user="35" data-reference-type="user" data-container="body" data-placement="top" class="gfm gfm-project_member js-user-link" title="John Doe31">@namespace21</a> started a <a href="http://127.0.0.1:44997/namespace21/project21/-/merge_requests/1#note_19" rel="nofollow noreferrer noopener" target="_blank">discussion</a>:</p>464<blockquote data-sourcepos="5:5-5:17">465<p data-sourcepos="5:7-5:17">My title 41</p>466</blockquote>467</li>468</ul>', 1900544, 1, 0, 0) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/46955: INSERT INTO "issue_user_mentions" ("mentioned_users_ids","mentioned_groups_ids","mentioned_projects_ids","issue_id","note_id") VALUES ('{35}', NULL, NULL, 7, NULL) ON CONFLICT ("issue_id") WHERE (note_id IS NULL) DO UPDATE SET "mentioned_users_ids"=excluded."mentioned_users_ids","mentioned_groups_ids"=excluded."mentioned_groups_ids","mentioned_projects_ids"=excluded."mentioned_projects_ids","note_id"=excluded."note_id" RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/47056: SELECT 1 AS one FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" INNER JOIN "lists" ON "lists"."label_id" = "labels"."id" WHERE "label_links"."target_id" = 7 AND "label_links"."target_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/47157: INSERT INTO issue_metrics (issue_id, first_associated_with_milestone_at, first_added_to_board_at, created_at, updated_at)472VALUES (7, NULL, NULL, NOW(), NOW())473ON CONFLICT (issue_id)474DO UPDATE SET475 first_associated_with_milestone_at = LEAST(issue_metrics.first_associated_with_milestone_at, EXCLUDED.first_associated_with_milestone_at),476 first_added_to_board_at = LEAST(issue_metrics.first_added_to_board_at, EXCLUDED.first_added_to_board_at),477 updated_at = NOW()478RETURNING id479 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/48058: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/48159: SELECT a.attname, format_type(a.atttypid, a.atttypmod),482 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,483 c.collname, col_description(a.attrelid, a.attnum) AS comment484 FROM pg_attribute a485 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum486 LEFT JOIN pg_type t ON a.atttypid = t.oid487 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation488 WHERE a.attrelid = '"user_agent_details"'::regclass489 AND a.attnum > 0 AND NOT a.attisdropped490 ORDER BY a.attnum49160: SELECT a.attname492 FROM (493 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx494 FROM pg_index495 WHERE indrelid = '"user_agent_details"'::regclass496 AND indisprimary497 ) i498 JOIN pg_attribute a499 ON a.attrelid = i.indrelid500 AND a.attnum = i.indkey[i.idx]501 ORDER BY i.idx50261: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/50362: INSERT INTO "user_agent_details" ("user_agent", "ip_address", "subject_id", "subject_type", "created_at", "updated_at") VALUES ('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', '127.0.0.1', 7, 'Issue', '2021-10-26 21:27:55.989955', '2021-10-26 21:27:55.989955') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/50463: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/50564: SELECT "user_agent_details".* FROM "user_agent_details" WHERE "user_agent_details"."subject_id" = 7 AND "user_agent_details"."subject_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/50665: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/50766: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 21 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/50867: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/50968: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 61 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51069: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest')511UNION ALL512(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (21, 21) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '92846b6ea9fffb08ab50f39cb609a8125e46fa36' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51370: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51471: SELECT "users".* FROM "users" WHERE "users"."id" = 35 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51572: UPDATE "notes" SET "resolved_at" = '2021-10-26 21:27:56.019443', "resolved_by_id" = 36 WHERE "notes"."id" = 19 AND "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE AND "notes"."resolved_at" IS NULL /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51673: SELECT "notes".* FROM "notes" WHERE "notes"."id" = 19 ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51774: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51875: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/51976: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 61 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52077: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest')521UNION ALL522(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (21, 21) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52378: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52479: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52580: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52681: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "noteable_id", "system", "discussion_id", "note_html", "cached_markdown_version") VALUES ('resolved all threads', 'MergeRequest', 36, '2021-10-26 21:27:56.036632', '2021-10-26 21:27:56.043028', 21, 22, TRUE, 'c42dac69a6376e3c7698ecf4cffb144424e355ee', '<p data-sourcepos="1:1-1:20" dir="auto">resolved all threads</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52782: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (20, 'discussion', '2021-10-26 21:27:56.057363', '2021-10-26 21:27:56.057363') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52883: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 22 AND "merge_request_user_mentions"."note_id" = 20 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/52984: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53085: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 37 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53186: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53287: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53388: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53489: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53590: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53691: SELECT "issues".* FROM "issues" WHERE "issues"."project_id" = 21 AND "issues"."iid" = 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/53792: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "line_code", "noteable_id", "system", "type", "position", "original_position", "discussion_id", "note_html", "cached_markdown_version") VALUES ('created #1 to continue this discussion', 'MergeRequest', 36, '2021-10-26 21:27:56.072040', '2021-10-26 21:27:56.119514', 21, '2f6fcd96b88b36ce98c38da085c795a27d92a3dd_15_14', 22, TRUE, 'DiffNote', '--- !ruby/object:Gitlab::Diff::Position538attributes:539 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f540 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b9541 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed0542 :old_path: files/ruby/popen.rb543 :new_path: files/ruby/popen.rb544 :position_type: text545 :old_line: 546 :new_line: 14547 :line_range: 548', '--- !ruby/object:Gitlab::Diff::Position549attributes:550 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f551 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b9552 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed0553 :old_path: files/ruby/popen.rb554 :new_path: files/ruby/popen.rb555 :position_type: text556 :old_line: 557 :new_line: 14558 :line_range: 559', '92846b6ea9fffb08ab50f39cb609a8125e46fa36', '<p data-sourcepos="1:1-1:38" dir="auto">created <a href="/namespace21/project21/-/issues/1" data-original="#1" data-link="false" data-link-reference="false" data-project="21" data-issue="7" data-reference-type="issue" data-container="body" data-placement="top" title=''Follow-up from "My title 40"'' class="gfm gfm-issue has-tooltip">#1</a> to continue this discussion</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/56093: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 22 AND "merge_request_user_mentions"."note_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/56194: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/56295: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 37 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/56396: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/56497: SELECT "note_diff_files".* FROM "note_diff_files" WHERE "note_diff_files"."diff_note_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/56598: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest' AND "notes"."discussion_id" = '92846b6ea9fffb08ab50f39cb609a8125e46fa36' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/56699: SELECT "system_note_metadata".* FROM "system_note_metadata" WHERE "system_note_metadata"."note_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/567100: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/568101: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (21, 'discussion', '2021-10-26 21:27:56.155800', '2021-10-26 21:27:56.155800') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/569102: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/570103: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'ProjectHook' AND "web_hooks"."project_id" = 21 AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:56.159742')) AND "web_hooks"."issues_events" = TRUE AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:56.160122')) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/571104: SELECT "integrations".* FROM "integrations" WHERE "integrations"."project_id" = 21 AND "integrations"."issues_events" = TRUE AND "integrations"."active" = TRUE /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/572105: SELECT COUNT(*) FROM "issues" WHERE ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/573106: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND "issues"."confidential" = FALSE AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/574107: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/>575WARN: Screenshot could not be saved. `page.current_path` is empty.576Flipper::Middleware::Memoizer appears to be running twice. Read how to resolve this at https://github.com/jnunemaker/flipper/pull/523577 can create a new issue for the project5791st Try error in ./spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb:16:580Too many SQL queries were executed in Projects::IssuesController#create: a maximum of 100 is allowed but 108 SQL queries were executed5810: SELECT "projects"."id" AS t0_r0, "projects"."name" AS t0_r1, "projects"."path" AS t0_r2, "projects"."description" AS t0_r3, "projects"."created_at" AS t0_r4, "projects"."updated_at" AS t0_r5, "projects"."creator_id" AS t0_r6, "projects"."namespace_id" AS t0_r7, "projects"."last_activity_at" AS t0_r8, "projects"."import_url" AS t0_r9, "projects"."visibility_level" AS t0_r10, "projects"."archived" AS t0_r11, "projects"."avatar" AS t0_r12, "projects"."merge_requests_template" AS t0_r13, "projects"."star_count" AS t0_r14, "projects"."merge_requests_rebase_enabled" AS t0_r15, "projects"."import_type" AS t0_r16, "projects"."import_source" AS t0_r17, "projects"."approvals_before_merge" AS t0_r18, "projects"."reset_approvals_on_push" AS t0_r19, "projects"."merge_requests_ff_only_enabled" AS t0_r20, "projects"."issues_template" AS t0_r21, "projects"."mirror" AS t0_r22, "projects"."mirror_user_id" AS t0_r23, "projects"."shared_runners_enabled" AS t0_r24, "projects"."runners_token" AS t0_r25, "projects"."build_coverage_regex" AS t0_r26, "projects"."build_allow_git_fetch" AS t0_r27, "projects"."build_timeout" AS t0_r28, "projects"."mirror_trigger_builds" AS t0_r29, "projects"."pending_delete" AS t0_r30, "projects"."public_builds" AS t0_r31, "projects"."last_repository_check_failed" AS t0_r32, "projects"."last_repository_check_at" AS t0_r33, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r34, "projects"."has_external_issue_tracker" AS t0_r35, "projects"."repository_storage" AS t0_r36, "projects"."repository_read_only" AS t0_r37, "projects"."request_access_enabled" AS t0_r38, "projects"."has_external_wiki" AS t0_r39, "projects"."ci_config_path" AS t0_r40, "projects"."lfs_enabled" AS t0_r41, "projects"."description_html" AS t0_r42, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r43, "projects"."repository_size_limit" AS t0_r44, "projects"."printing_merge_request_link_enabled" AS t0_r45, "projects"."auto_cancel_pending_pipelines" AS t0_r46, "projects"."service_desk_enabled" AS t0_r47, "projects"."cached_markdown_version" AS t0_r48, "projects"."delete_error" AS t0_r49, "projects"."last_repository_updated_at" AS t0_r50, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r51, "projects"."storage_version" AS t0_r52, "projects"."resolve_outdated_diff_discussions" AS t0_r53, "projects"."remote_mirror_available_overridden" AS t0_r54, "projects"."only_mirror_protected_branches" AS t0_r55, "projects"."pull_mirror_available_overridden" AS t0_r56, "projects"."jobs_cache_index" AS t0_r57, "projects"."external_authorization_classification_label" AS t0_r58, "projects"."mirror_overwrites_diverged_branches" AS t0_r59, "projects"."pages_https_only" AS t0_r60, "projects"."external_webhook_token" AS t0_r61, "projects"."packages_enabled" AS t0_r62, "projects"."merge_requests_author_approval" AS t0_r63, "projects"."pool_repository_id" AS t0_r64, "projects"."runners_token_encrypted" AS t0_r65, "projects"."bfg_object_map" AS t0_r66, "projects"."detected_repository_languages" AS t0_r67, "projects"."merge_requests_disable_committers_approval" AS t0_r68, "projects"."require_password_to_approve" AS t0_r69, "projects"."emails_disabled" AS t0_r70, "projects"."max_pages_size" AS t0_r71, "projects"."max_artifacts_size" AS t0_r72, "projects"."remove_source_branch_after_merge" AS t0_r73, "projects"."marked_for_deletion_at" AS t0_r74, "projects"."marked_for_deletion_by_user_id" AS t0_r75, "projects"."autoclose_referenced_issues" AS t0_r76, "projects"."suggestion_commit_message" AS t0_r77, "projects"."project_namespace_id" AS t0_r78, "routes"."id" AS t1_r0, "routes"."source_id" AS t1_r1, "routes"."source_type" AS t1_r2, "routes"."path" AS t1_r3, "routes"."created_at" AS t1_r4, "routes"."updated_at" AS t1_r5, "routes"."name" AS t1_r6 FROM "projects" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Project' AND "routes"."source_id" = "projects"."id" WHERE "routes"."path" = 'namespace21/project21' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,db_config_name:main*/5821: SELECT "user_details"."user_id", "user_details"."job_title", "user_details"."bio", "user_details"."webauthn_xid", "user_details"."other_role", "user_details"."provisioned_by_group_id", "user_details"."pronouns", "user_details"."pronunciation", "user_details"."registration_objective", "user_details"."phone" FROM "user_details" WHERE "user_details"."user_id" = 36 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5832: SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = 36 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5843: SELECT "user_preferences"."id", "user_preferences"."user_id", "user_preferences"."issue_notes_filter", "user_preferences"."merge_request_notes_filter", "user_preferences"."created_at", "user_preferences"."updated_at", "user_preferences"."epics_sort", "user_preferences"."roadmap_epics_state", "user_preferences"."epic_notes_filter", "user_preferences"."issues_sort", "user_preferences"."merge_requests_sort", "user_preferences"."roadmaps_sort", "user_preferences"."first_day_of_week", "user_preferences"."timezone", "user_preferences"."time_display_relative", "user_preferences"."time_format_in_24h", "user_preferences"."projects_sort", "user_preferences"."show_whitespace_in_diffs", "user_preferences"."sourcegraph_enabled", "user_preferences"."setup_for_company", "user_preferences"."render_whitespace_in_code", "user_preferences"."tab_width", "user_preferences"."view_diffs_file_by_file", "user_preferences"."gitpod_enabled", "user_preferences"."markdown_surround_selection" FROM "user_preferences" WHERE "user_preferences"."user_id" = 36 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5854: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5865: SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 21 AND "project_authorizations"."user_id" = 36 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5876: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5887: SELECT "licenses".* FROM "licenses" ORDER BY "licenses"."id" DESC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5898: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/5909: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59110: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59211: SELECT "users".* FROM "users" WHERE (LOWER("users"."username") IN (LOWER('support-bot'))) LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59312: SELECT "users".* FROM "users" WHERE "users"."email" = 'support@localhost' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59413: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59514: SELECT "users".* FROM "users" WHERE "users"."incoming_email_token" = 'clbuteftpe2dlfkbtnvmhj00e' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59615: INSERT INTO "users" ("email", "created_at", "updated_at", "name", "projects_limit", "username", "state", "avatar", "confirmed_at", "incoming_email_token", "user_type", "admin", "external", "can_create_group", "can_create_team", "hide_no_ssh_key", "hide_no_password", "project_view", "notified_of_own_activity", "preferred_language", "theme_id") VALUES ('support@localhost', '2021-10-26 21:27:55.746687', '2021-10-26 21:27:55.746687', 'GitLab Support Bot', 42, 'support-bot', 'active', 'support-bot.png', '2021-10-26 21:27:55.738282', 'clbuteftpe2dlfkbtnvmhj00e', 1, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE, 2, FALSE, 'en', 1) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59716: INSERT INTO "namespaces" ("name", "path", "owner_id", "created_at", "updated_at", "type", "description_html", "cached_markdown_version") VALUES ('GitLab Support Bot', 'support-bot', 37, '2021-10-26 21:27:55.750642', '2021-10-26 21:27:55.750642', 'User', '', 1900544) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59817: INSERT INTO "routes" ("source_id", "source_type", "path", "created_at", "updated_at", "name") VALUES (39, 'Namespace', 'support-bot', '2021-10-26 21:27:55.753340', '2021-10-26 21:27:55.753340', 'GitLab Support Bot') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/59918: DELETE FROM "redirect_routes" WHERE (LOWER(redirect_routes.path) = LOWER('support-bot') OR LOWER(redirect_routes.path) LIKE LOWER('support-bot/%')) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/60019: WITH RECURSIVE "base_and_ancestors" AS ((SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 39)601UNION602(SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces", "base_and_ancestors" WHERE "namespaces"."id" = "base_and_ancestors"."parent_id")) SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "base_and_ancestors" AS "namespaces" WHERE "namespaces"."parent_id" IS NULL LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/60320: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'User' AND "namespaces"."id" = 39 LIMIT 1 FOR UPDATE /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/60421: 605 UPDATE namespaces606 SET traversal_ids = cte.traversal_ids607 FROM (WITH RECURSIVE cte(id, traversal_ids, cycle) AS (608 VALUES(39::bigint, ARRAY[39]::bigint[], false)609UNION ALL610 SELECT n.id, cte.traversal_ids || n.id::bigint, n.id = ANY(cte.traversal_ids)611 FROM namespaces n, cte612 WHERE n.parent_id = cte.id AND NOT cycle613)614SELECT id, traversal_ids FROM cte615) as cte616 WHERE namespaces.id = cte.id617 AND namespaces.traversal_ids::bigint[] <> cte.traversal_ids618 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/61922: INSERT INTO "namespace_settings" ("created_at", "updated_at", "namespace_id") VALUES ('2021-10-26 21:27:55.768655', '2021-10-26 21:27:55.768655', 39) RETURNING "namespace_id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/62023: INSERT INTO "user_details" ("user_id", "bio") VALUES (37, 'The GitLab support bot used for Service Desk') RETURNING "user_id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/62124: SELECT a.attname, format_type(a.atttypid, a.atttypmod),622 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,623 c.collname, col_description(a.attrelid, a.attnum) AS comment624 FROM pg_attribute a625 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum626 LEFT JOIN pg_type t ON a.atttypid = t.oid627 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation628 WHERE a.attrelid = '"uploads"'::regclass629 AND a.attnum > 0 AND NOT a.attisdropped630 ORDER BY a.attnum63125: SELECT a.attname632 FROM (633 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx634 FROM pg_index635 WHERE indrelid = '"uploads"'::regclass636 AND indisprimary637 ) i638 JOIN pg_attribute a639 ON a.attrelid = i.indrelid640 AND a.attnum = i.indkey[i.idx]641 ORDER BY i.idx64226: DELETE FROM "uploads" WHERE "uploads"."id" IN (SELECT "uploads"."id" FROM "uploads" WHERE "uploads"."uploader" = 'AvatarUploader' AND "uploads"."model_type" = 'User' AND "uploads"."model_id" = 37 AND "uploads"."path" = 'uploads/-/system/user/avatar/37/support-bot.png' ORDER BY "uploads"."id" DESC) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/64327: INSERT INTO "uploads" ("size", "path", "checksum", "model_id", "model_type", "uploader", "created_at", "mount_point") VALUES (9806, 'uploads/-/system/user/avatar/37/support-bot.png', 'a995fd14870c793e48ea82446d0cb943a7d205bfa3648c7c8cb648efe34b7834', 37, 'User', 'AvatarUploader', '2021-10-26 21:27:55.803544', 'avatar') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/64428: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/64529: SELECT "emails"."email" FROM "emails" WHERE "emails"."user_id" = 37 AND "emails"."confirmed_at" IS NOT NULL /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/64630: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'SystemHook' AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:55.815871')) AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:55.816285')) ORDER BY "web_hooks"."id" ASC LIMIT 1000 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/64731: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/64832: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 21 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/64933: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65034: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 61 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65135: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest')652UNION ALL653(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (21, 21) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '92846b6ea9fffb08ab50f39cb609a8125e46fa36' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65436: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65537: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65638: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 37 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65739: SELECT "users".* FROM "users" WHERE "users"."id" = 35 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65840: SELECT "work_item_types".* FROM "work_item_types" WHERE "work_item_types"."namespace_id" IS NULL AND "work_item_types"."base_type" = 0 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/65941: SELECT "users".* FROM "users" WHERE "users"."id" = 0 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66042: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66143: SELECT "labels"."id" FROM "labels" WHERE "labels"."type" = 'ProjectLabel' AND "labels"."project_id" = 21 AND "labels"."id" = NULL ORDER BY "labels"."title" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66244: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" INNER JOIN "projects" ON "namespaces"."id" = "projects"."namespace_id" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66345: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66446: SELECT "grafana_integrations".* FROM "grafana_integrations" WHERE "grafana_integrations"."project_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66547: SELECT "namespaces"."id" AS t0_r0, "namespaces"."name" AS t0_r1, "namespaces"."path" AS t0_r2, "namespaces"."owner_id" AS t0_r3, "namespaces"."created_at" AS t0_r4, "namespaces"."updated_at" AS t0_r5, "namespaces"."type" AS t0_r6, "namespaces"."description" AS t0_r7, "namespaces"."avatar" AS t0_r8, "namespaces"."membership_lock" AS t0_r9, "namespaces"."share_with_group_lock" AS t0_r10, "namespaces"."visibility_level" AS t0_r11, "namespaces"."request_access_enabled" AS t0_r12, "namespaces"."ldap_sync_status" AS t0_r13, "namespaces"."ldap_sync_error" AS t0_r14, "namespaces"."ldap_sync_last_update_at" AS t0_r15, "namespaces"."ldap_sync_last_successful_update_at" AS t0_r16, "namespaces"."ldap_sync_last_sync_at" AS t0_r17, "namespaces"."description_html" AS t0_r18, "namespaces"."lfs_enabled" AS t0_r19, "namespaces"."parent_id" AS t0_r20, "namespaces"."shared_runners_minutes_limit" AS t0_r21, "namespaces"."repository_size_limit" AS t0_r22, "namespaces"."require_two_factor_authentication" AS t0_r23, "namespaces"."two_factor_grace_period" AS t0_r24, "namespaces"."cached_markdown_version" AS t0_r25, "namespaces"."project_creation_level" AS t0_r26, "namespaces"."runners_token" AS t0_r27, "namespaces"."file_template_project_id" AS t0_r28, "namespaces"."saml_discovery_token" AS t0_r29, "namespaces"."runners_token_encrypted" AS t0_r30, "namespaces"."custom_project_templates_group_id" AS t0_r31, "namespaces"."auto_devops_enabled" AS t0_r32, "namespaces"."extra_shared_runners_minutes_limit" AS t0_r33, "namespaces"."last_ci_minutes_notification_at" AS t0_r34, "namespaces"."last_ci_minutes_usage_notification_level" AS t0_r35, "namespaces"."subgroup_creation_level" AS t0_r36, "namespaces"."emails_disabled" AS t0_r37, "namespaces"."max_pages_size" AS t0_r38, "namespaces"."max_artifacts_size" AS t0_r39, "namespaces"."mentions_disabled" AS t0_r40, "namespaces"."default_branch_protection" AS t0_r41, "namespaces"."unlock_membership_to_ldap" AS t0_r42, "namespaces"."max_personal_access_token_lifetime" AS t0_r43, "namespaces"."push_rule_id" AS t0_r44, "namespaces"."shared_runners_enabled" AS t0_r45, "namespaces"."allow_descendants_override_disabled_shared_runners" AS t0_r46, "namespaces"."traversal_ids" AS t0_r47, "users"."id" AS t1_r0, "users"."email" AS t1_r1, "users"."encrypted_password" AS t1_r2, "users"."reset_password_token" AS t1_r3, "users"."reset_password_sent_at" AS t1_r4, "users"."remember_created_at" AS t1_r5, "users"."sign_in_count" AS t1_r6, "users"."current_sign_in_at" AS t1_r7, "users"."last_sign_in_at" AS t1_r8, "users"."current_sign_in_ip" AS t1_r9, "users"."last_sign_in_ip" AS t1_r10, "users"."created_at" AS t1_r11, "users"."updated_at" AS t1_r12, "users"."name" AS t1_r13, "users"."admin" AS t1_r14, "users"."projects_limit" AS t1_r15, "users"."skype" AS t1_r16, "users"."linkedin" AS t1_r17, "users"."twitter" AS t1_r18, "users"."failed_attempts" AS t1_r19, "users"."locked_at" AS t1_r20, "users"."username" AS t1_r21, "users"."can_create_group" AS t1_r22, "users"."can_create_team" AS t1_r23, "users"."state" AS t1_r24, "users"."color_scheme_id" AS t1_r25, "users"."password_expires_at" AS t1_r26, "users"."created_by_id" AS t1_r27, "users"."last_credential_check_at" AS t1_r28, "users"."avatar" AS t1_r29, "users"."confirmation_token" AS t1_r30, "users"."confirmed_at" AS t1_r31, "users"."confirmation_sent_at" AS t1_r32, "users"."unconfirmed_email" AS t1_r33, "users"."hide_no_ssh_key" AS t1_r34, "users"."website_url" AS t1_r35, "users"."admin_email_unsubscribed_at" AS t1_r36, "users"."notification_email" AS t1_r37, "users"."hide_no_password" AS t1_r38, "users"."password_automatically_set" AS t1_r39, "users"."location" AS t1_r40, "users"."encrypted_otp_secret" AS t1_r41, "users"."encrypted_otp_secret_iv" AS t1_r42, "users"."encrypted_otp_secret_salt" AS t1_r43, "users"."otp_required_for_login" AS t1_r44, "users"."otp_backup_codes" AS t1_r45, "users"."public_email" AS t1_r46, "users"."dashboard" AS t1_r47, "users"."project_view" AS t1_r48, "users"."consumed_timestep" AS t1_r49, "users"."layout" AS t1_r50, "users"."hide_project_limit" AS t1_r51, "users"."note" AS t1_r52, "users"."unlock_token" AS t1_r53, "users"."otp_grace_period_started_at" AS t1_r54, "users"."external" AS t1_r55, "users"."incoming_email_token" AS t1_r56, "users"."organization" AS t1_r57, "users"."auditor" AS t1_r58, "users"."require_two_factor_authentication_from_group" AS t1_r59, "users"."two_factor_grace_period" AS t1_r60, "users"."last_activity_on" AS t1_r61, "users"."notified_of_own_activity" AS t1_r62, "users"."preferred_language" AS t1_r63, "users"."email_opted_in" AS t1_r64, "users"."email_opted_in_ip" AS t1_r65, "users"."email_opted_in_source_id" AS t1_r66, "users"."email_opted_in_at" AS t1_r67, "users"."theme_id" AS t1_r68, "users"."accepted_term_id" AS t1_r69, "users"."feed_token" AS t1_r70, "users"."private_profile" AS t1_r71, "users"."roadmap_layout" AS t1_r72, "users"."include_private_contributions" AS t1_r73, "users"."commit_email" AS t1_r74, "users"."group_view" AS t1_r75, "users"."managing_group_id" AS t1_r76, "users"."first_name" AS t1_r77, "users"."last_name" AS t1_r78, "users"."static_object_token" AS t1_r79, "users"."role" AS t1_r80, "users"."user_type" AS t1_r81, "routes"."id" AS t2_r0, "routes"."source_id" AS t2_r1, "routes"."source_type" AS t2_r2, "routes"."path" AS t2_r3, "routes"."created_at" AS t2_r4, "routes"."updated_at" AS t2_r5, "routes"."name" AS t2_r6 FROM "namespaces" LEFT OUTER JOIN "users" ON "users"."id" = "namespaces"."owner_id" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Namespace' AND "routes"."source_id" = "namespaces"."id" WHERE ((LOWER(routes.path) = LOWER('namespace21'))) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66648: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 21 AND "merge_requests"."iid" = 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/66749: SELECT a.attname, format_type(a.atttypid, a.atttypmod),668 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,669 c.collname, col_description(a.attrelid, a.attnum) AS comment670 FROM pg_attribute a671 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum672 LEFT JOIN pg_type t ON a.atttypid = t.oid673 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation674 WHERE a.attrelid = '"custom_emoji"'::regclass675 AND a.attnum > 0 AND NOT a.attisdropped676 ORDER BY a.attnum67750: SELECT 1 AS one FROM "custom_emoji" WHERE "custom_emoji"."namespace_id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/67851: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 21 AND "internal_ids"."usage" = 0 RETURNING "last_value" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/67952: SELECT MAX("issues"."iid") FROM "issues" WHERE "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/68053: INSERT INTO "internal_ids" ("project_id","namespace_id","usage","last_value") VALUES (21, NULL, 0, 1) ON CONFLICT DO NOTHING RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/68154: INSERT INTO "issues" ("title", "author_id", "project_id", "created_at", "updated_at", "description", "iid", "title_html", "description_html", "cached_markdown_version", "work_item_type_id", "lock_version", "time_estimate") VALUES ('Follow-up from "My title 40"', 36, 21, '2021-10-26 21:27:55.891441', '2021-10-26 21:27:55.891441', 'The following discussion from !1 should be addressed:682- [ ] @namespace21 started a [discussion](http://127.0.0.1:44997/namespace21/project21/-/merge_requests/1#note_19): 683 > My title 41', 1, 'Follow-up from "My title 40"', '<p data-sourcepos="1:1-1:53" dir="auto">The following discussion from <a href="/namespace21/project21/-/merge_requests/1" data-original="!1" data-link="false" data-link-reference="false" data-project="21" data-merge-request="22" data-project-path="namespace21/project21" data-iid="1" data-mr-title="My title 40" data-reference-type="merge_request" data-container="body" data-placement="top" title="" class="gfm gfm-merge_request">!1</a> should be addressed:</p>684<ul data-sourcepos="3:1-5:17" class="task-list" dir="auto">685<li data-sourcepos="3:1-5:17" class="task-list-item">686<p data-sourcepos="3:3-3:116"><input type="checkbox" class="task-list-item-checkbox" disabled> <a href="/namespace21" data-user="35" data-reference-type="user" data-container="body" data-placement="top" class="gfm gfm-project_member js-user-link" title="John Doe31">@namespace21</a> started a <a href="http://127.0.0.1:44997/namespace21/project21/-/merge_requests/1#note_19" rel="nofollow noreferrer noopener" target="_blank">discussion</a>:</p>687<blockquote data-sourcepos="5:5-5:17">688<p data-sourcepos="5:7-5:17">My title 41</p>689</blockquote>690</li>691</ul>', 1900544, 1, 0, 0) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/69255: INSERT INTO "issue_user_mentions" ("mentioned_users_ids","mentioned_groups_ids","mentioned_projects_ids","issue_id","note_id") VALUES ('{35}', NULL, NULL, 7, NULL) ON CONFLICT ("issue_id") WHERE (note_id IS NULL) DO UPDATE SET "mentioned_users_ids"=excluded."mentioned_users_ids","mentioned_groups_ids"=excluded."mentioned_groups_ids","mentioned_projects_ids"=excluded."mentioned_projects_ids","note_id"=excluded."note_id" RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/69356: SELECT 1 AS one FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" INNER JOIN "lists" ON "lists"."label_id" = "labels"."id" WHERE "label_links"."target_id" = 7 AND "label_links"."target_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/69457: INSERT INTO issue_metrics (issue_id, first_associated_with_milestone_at, first_added_to_board_at, created_at, updated_at)695VALUES (7, NULL, NULL, NOW(), NOW())696ON CONFLICT (issue_id)697DO UPDATE SET698 first_associated_with_milestone_at = LEAST(issue_metrics.first_associated_with_milestone_at, EXCLUDED.first_associated_with_milestone_at),699 first_added_to_board_at = LEAST(issue_metrics.first_added_to_board_at, EXCLUDED.first_added_to_board_at),700 updated_at = NOW()701RETURNING id702 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/70358: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/70459: SELECT a.attname, format_type(a.atttypid, a.atttypmod),705 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,706 c.collname, col_description(a.attrelid, a.attnum) AS comment707 FROM pg_attribute a708 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum709 LEFT JOIN pg_type t ON a.atttypid = t.oid710 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation711 WHERE a.attrelid = '"user_agent_details"'::regclass712 AND a.attnum > 0 AND NOT a.attisdropped713 ORDER BY a.attnum71460: SELECT a.attname715 FROM (716 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx717 FROM pg_index718 WHERE indrelid = '"user_agent_details"'::regclass719 AND indisprimary720 ) i721 JOIN pg_attribute a722 ON a.attrelid = i.indrelid723 AND a.attnum = i.indkey[i.idx]724 ORDER BY i.idx72561: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/72662: INSERT INTO "user_agent_details" ("user_agent", "ip_address", "subject_id", "subject_type", "created_at", "updated_at") VALUES ('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', '127.0.0.1', 7, 'Issue', '2021-10-26 21:27:55.989955', '2021-10-26 21:27:55.989955') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/72763: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/72864: SELECT "user_agent_details".* FROM "user_agent_details" WHERE "user_agent_details"."subject_id" = 7 AND "user_agent_details"."subject_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/72965: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73066: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 21 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73167: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73268: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 61 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73369: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest')734UNION ALL735(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (21, 21) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '92846b6ea9fffb08ab50f39cb609a8125e46fa36' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73670: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73771: SELECT "users".* FROM "users" WHERE "users"."id" = 35 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73872: UPDATE "notes" SET "resolved_at" = '2021-10-26 21:27:56.019443', "resolved_by_id" = 36 WHERE "notes"."id" = 19 AND "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE AND "notes"."resolved_at" IS NULL /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73973: SELECT "notes".* FROM "notes" WHERE "notes"."id" = 19 ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74074: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74175: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74276: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 61 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74377: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest')744UNION ALL745(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (21, 21) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74678: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74779: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74880: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74981: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "noteable_id", "system", "discussion_id", "note_html", "cached_markdown_version") VALUES ('resolved all threads', 'MergeRequest', 36, '2021-10-26 21:27:56.036632', '2021-10-26 21:27:56.043028', 21, 22, TRUE, 'c42dac69a6376e3c7698ecf4cffb144424e355ee', '<p data-sourcepos="1:1-1:20" dir="auto">resolved all threads</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75082: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (20, 'discussion', '2021-10-26 21:27:56.057363', '2021-10-26 21:27:56.057363') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75183: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 22 AND "merge_request_user_mentions"."note_id" = 20 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75284: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75385: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 37 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75486: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75587: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75688: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 22 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75789: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 61 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75890: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75991: SELECT "issues".* FROM "issues" WHERE "issues"."project_id" = 21 AND "issues"."iid" = 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/76092: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "line_code", "noteable_id", "system", "type", "position", "original_position", "discussion_id", "note_html", "cached_markdown_version") VALUES ('created #1 to continue this discussion', 'MergeRequest', 36, '2021-10-26 21:27:56.072040', '2021-10-26 21:27:56.119514', 21, '2f6fcd96b88b36ce98c38da085c795a27d92a3dd_15_14', 22, TRUE, 'DiffNote', '--- !ruby/object:Gitlab::Diff::Position761attributes:762 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f763 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b9764 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed0765 :old_path: files/ruby/popen.rb766 :new_path: files/ruby/popen.rb767 :position_type: text768 :old_line: 769 :new_line: 14770 :line_range: 771', '--- !ruby/object:Gitlab::Diff::Position772attributes:773 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f774 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b9775 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed0776 :old_path: files/ruby/popen.rb777 :new_path: files/ruby/popen.rb778 :position_type: text779 :old_line: 780 :new_line: 14781 :line_range: 782', '92846b6ea9fffb08ab50f39cb609a8125e46fa36', '<p data-sourcepos="1:1-1:38" dir="auto">created <a href="/namespace21/project21/-/issues/1" data-original="#1" data-link="false" data-link-reference="false" data-project="21" data-issue="7" data-reference-type="issue" data-container="body" data-placement="top" title=''Follow-up from "My title 40"'' class="gfm gfm-issue has-tooltip">#1</a> to continue this discussion</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78393: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 22 AND "merge_request_user_mentions"."note_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78494: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 37 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78595: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 37 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78696: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78797: SELECT "note_diff_files".* FROM "note_diff_files" WHERE "note_diff_files"."diff_note_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78898: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 22 AND "notes"."noteable_type" = 'MergeRequest' AND "notes"."discussion_id" = '92846b6ea9fffb08ab50f39cb609a8125e46fa36' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78999: SELECT "system_note_metadata".* FROM "system_note_metadata" WHERE "system_note_metadata"."note_id" = 21 LIMIT 1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/790100: SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/791101: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (21, 'discussion', '2021-10-26 21:27:56.155800', '2021-10-26 21:27:56.155800') RETURNING "id" /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/792102: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/793103: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'ProjectHook' AND "web_hooks"."project_id" = 21 AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:56.159742')) AND "web_hooks"."issues_events" = TRUE AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-26 21:27:56.160122')) /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/794104: SELECT "integrations".* FROM "integrations" WHERE "integrations"."project_id" = 21 AND "integrations"."issues_events" = TRUE AND "integrations"."active" = TRUE /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/795105: SELECT COUNT(*) FROM "issues" WHERE ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/796106: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND "issues"."confidential" = FALSE AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/797107: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 21 /*application:test,correlation_id:01FJZ81ADS2CJCJC6M7NXDQ7VX,endpoint_id:Projects::IssuesController#create,db_config_name:main*/799RSpec::Retry: 2nd try ./spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb:16800 resolves the discussion in the merge request801 shows a flash messaage after resolving a discussion802 has a hidden field for the merge request803 as a reporter804 shows a notice to ask someone else to resolve the threads805Create notes on issues806 highlights the current user in a comment807 mentioning issue on a private project808 behaves like notes with reference809 creates a note with reference and cross references the issue810 mentioning issue on an internal project811 behaves like notes with reference812 creates a note with reference and cross references the issue813 mentioning issue on a public project814 behaves like notes with reference815 creates a note with reference and cross references the issue816 mentioning merge request on a private project817 behaves like notes with reference818 creates a note with reference and cross references the issue819 mentioning merge request on an internal project820 behaves like notes with reference821 creates a note with reference and cross references the issue822 mentioning merge request on a public project823 behaves like notes with reference824 creates a note with reference and cross references the issue825Project active tab826 on project Home827 activates Project scope menu828 on Project information829 default link830 behaves like page has active tab831 activates Project tab832 behaves like page has active sub tab833 activates Activity sub tab834 on Project information/Activity835 behaves like page has active tab836 activates Project tab837 behaves like page has active sub tab838 activates Activity sub tab839 on project Repository840 behaves like page has active tab841 activates Repository tab842 on project Repository/Files843 behaves like page has active tab844 activates Repository tab845 behaves like page has active sub tab846 activates Files sub tab847 on project Repository/Commits848 behaves like page has active tab849 activates Repository tab850 behaves like page has active sub tab851 activates Commits sub tab852 on project Repository/Graph853 behaves like page has active tab854 activates Repository tab855 behaves like page has active sub tab856 activates Graph sub tab857 on project Repository/Compare858 behaves like page has active tab859 activates Repository tab860 behaves like page has active sub tab861 activates Compare sub tab862 on project Repository/Branches863 behaves like page has active tab864DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)865DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)866 activates Repository tab867 behaves like page has active sub tab868 activates Branches sub tab869 on project Repository/Tags870 behaves like page has active tab871 activates Repository tab872 behaves like page has active sub tab873 activates Tags sub tab874 on project Issues875 behaves like page has active tab876 activates Issues tab877 on project Issues/Milestones878 behaves like page has active tab879 activates Issues tab880 behaves like page has active sub tab881 activates Milestones sub tab882 on project Merge Requests883 behaves like page has active tab884 activates Merge requests tab885 on project Wiki886 behaves like page has active tab887 activates Wiki tab888 on project Members889 behaves like page has active tab890 activates Members tab891 on project Settings892 on project Settings/Integrations893 behaves like page has active tab894DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)895DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)896 activates Settings tab897 behaves like page has active sub tab898 activates Integrations sub tab899 on project Settings/Repository900 behaves like page has active tab901 activates Settings tab902 behaves like page has active sub tab903 activates Repository sub tab904 on project Analytics905 on project Analytics/Value stream Analytics906 behaves like page has active tab907 activates Analytics tab908 behaves like page has active sub tab909 activates Value stream sub tab910 on project Analytics/"CI/CD"911 behaves like page has active tab912 activates Analytics tab913 behaves like page has active sub tab914 activates CI/CD sub tab915 on project CI/CD916 browsing Pipelines tabs917 Pipeline tab918 behaves like page has active tab919 activates CI/CD tab920 behaves like page has active sub tab921 activates Pipelines sub tab922 Needs tab923 behaves like page has active tab924 activates CI/CD tab925 behaves like page has active sub tab926 activates Pipelines sub tab927 Builds tab928 behaves like page has active tab929 activates CI/CD tab930 behaves like page has active sub tab931 activates Pipelines sub tab932 Failures tab933 behaves like page has active tab934 activates CI/CD tab935 behaves like page has active sub tab936 activates Pipelines sub tab937 Test Report tab938 behaves like page has active tab939 activates CI/CD tab940 behaves like page has active sub tab941 activates Pipelines sub tab942Merge request > User creates image diff notes943 create commit diff notes944 create a new diff note945DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)946DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)947 shows indicator and avatar badges, and allows collapsing/expanding the discussion notes948 render commit diff notes949 render diff indicators within the image diff frame, diff notes, and avatar badge numbers950 inline view951 when images are stored in LFS952 shows lfs badges953 parallel view954 when images are stored in LFS955 shows lfs badges956 discussion tab polling957 render diff indicators within the image frame958 changes tab image diff959 onion skin960 behaves like onion skin961 resets opacity when toggling between view modes962 image view modes963 onion skin964 resizes image965 behaves like onion skin966 resets opacity when toggling between view modes967 swipe view968 behaves like swipe view969 moves the swipe handle970 shows both images at the same position971Issue Detail972 when user displays the issue973 shows the issue974 when user displays the issue as an incident975 does not show design management976 when issue description has emojis977 renders gl-emoji tag978 when edited by a user who is later deleted979 shows the issue980 user updates `issue_type` via the issue type dropdown981 when an issue `issue_type` is edited by a signed in user982DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)983 routes the user to the incident details page when the `issue_type` is set to incident984 when an incident `issue_type` is edited by a signed in user985 routes the user to the issue details page when the `issue_type` is set to issue986User uploads file to note987 before uploading988 shows "Attach a file" button989 uploading is in progress9902021-10-26 21:31:20 +0000 Rack app ("POST /user28/project52/uploads" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/tmp/tests/public/uploads/tmp/uploads/dk.png588331793>991 cancels uploading on clicking to "Cancel" button9922021-10-26 21:31:23 +0000 Rack app ("POST /user29/project53/uploads" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/tmp/tests/public/uploads/tmp/uploads/dk.png332987196>993 shows "Attaching a file" message on uploading 1 file9942021-10-26 21:31:27 +0000 Rack app ("POST /user30/project54/uploads" - (127.0.0.1)): #<Errno::ENOENT: No such file or directory @ rb_check_realpath_internal - /builds/gitlab-org/gitlab/tmp/tests/public/uploads/tmp/uploads/video_sample.mp4996777323>995 shows "Attaching 2 files" message on uploading 2 file996 shows error message, "retry" and "attach a new file" link a if file is too big997 uploading is complete998 shows "Attach a file" button on uploading complete999 they see the attached file1000Incident details1001 when a developer+ displays the incident1002DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)1003 shows the incident1004DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)1005 does not show design management1006DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)1007 shows the incident tabs1008DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)1009 shows the right sidebar mounted with type issue1010 when an incident `issue_type` is edited by a signed in user1011DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)1012 routes the user to the incident details page when the `issue_type` is set to incident1013 when incident details are edited by a signed in user1014DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)1015 routes the user to the incident details page when the `issue_type` is set to incident1016User searches group settings1017 in general settings page1018 behaves like can search settings1019 hides unmatching sections on search1020 behaves like can highlight results1021 has search settings field1022 highlights the search terms1023 in Integrations page1024 behaves like can highlight results1025 has search settings field1026 highlights the search terms1027 in Repository page1028 behaves like can search settings1029 hides unmatching sections on search1030 behaves like can highlight results1031 has search settings field1032 highlights the search terms1033 in CI/CD page1034 behaves like can search settings1035 hides unmatching sections on search1036 behaves like can highlight results1037 has search settings field1038 highlights the search terms1039 in Packages & Registries page1040 behaves like can highlight results1041 has search settings field1042 highlights the search terms1043User creates release1044 renders the breadcrumbs1045 defaults the "Create from" dropdown to the project's default branch1046 when the "Save release" button is clicked1047 creates a new release when "Create release" is clicked and redirects to the release's dedicated page1048 when the "Cancel" button is clicked1049 redirects to the main "Releases" page1050 when the URL includes a back_url query parameter1051 redirects to the page specified with back_url1052 when the release notes "Preview" tab is clicked1053 renders a preview of the release notes markdown1054Admin > Users > Impersonation Tokens1055 token creation1056unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.1057unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.1058unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.1059 allows creation of a token1060 active tokens1061 only shows impersonation tokens1062 shows absolute times1063 inactive tokens1064 allows revocation of an active impersonation token1065 removes expired tokens from 'active' section1066 impersonation disabled state1067 does not show impersonation tokens tab1068List issue resource label events1069 when user displays the issue1070 shows both notes and resource label events1071 shows the user status on the system note for the label1072 when user adds label to the issue1073 shows add note for newly added labels1074Profile > Account1075 Social sign-in1076 when an identity does not exist1077 allows the user to connect1078 when an identity already exists1079 allows the user to disconnect when there is an existing identity1080 shows active for a provider that is not allowed to unlink1081 Change username1082 the user is accessible via the new path1083 the old user path redirects to the new path1084 with a project1085 the project is accessible via the new path1086 the old project path redirects to the new path1087 Delete account1088 when there are no personal projects1089 does not show personal projects removal message1090 when one personal project exists1091 does show personal project removal message1092 when more than one personal projects exists1093 shows pluralized personal project removal message1094Projects > Show > User manages notifications1095 changes the notification setting1096 changes the notification setting to disabled1097 custom notification settings1098 shows notification settings checkbox1099 when project emails are disabled1100 is disabled1101Merge request > User edits reviewers sidebar1102 with invite members considerations1103 when a privileged user can invite in reviewer dropdown1104 shows a link for inviting members and launches invite modal1105 when user cannot invite members in reviewer dropdown1106 shows author in assignee dropdown and no invite link1107User searches for users1108 when search times out1109 renders timeout information1110 sets tab count to 01111 when on the dashboard1112 finds the user1113 when on the project page1114 finds the user belonging to the project1115 when on the group page1116DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)1117DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)1118 finds the user belonging to the group1119Environment > Pod Logs1120 shows environments in dropdown1121 with logs1122 shows pod logs1123User views tags1124 rss1125 when project public1126 when user signed in1127 behaves like it has an RSS button with current_user's feed token1128 shows the RSS button with current_user's feed token1129 behaves like an autodiscoverable RSS feed with current_user's feed token1130 has an RSS autodiscovery link tag with current_user's feed token1131 behaves like has access to the tags RSS feed1132DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:136)1133DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:136)1134 is expected to respond with numeric status code ok1135 when user signed out1136 behaves like it has an RSS button without a feed token1137 shows the RSS button without a feed token1138 behaves like an autodiscoverable RSS feed without a feed token1139 has an RSS autodiscovery link tag without a feed token1140 behaves like has access to the tags RSS feed1141 is expected to respond with numeric status code ok1142 when project is not public1143 when user signed in1144 behaves like has access to the tags RSS feed1145 is expected to respond with numeric status code ok1146 when user signed out1147 behaves like does not have access to the tags RSS feed1148 is expected to eq "/users/sign_in"1149Issue Sidebar on Mobile1150 mobile sidebar on merge requests1151 behaves like issue sidebar stays collapsed on mobile1152 keeps the sidebar collapsed1153 mobile sidebar on issues1154 behaves like issue sidebar stays collapsed on mobile1155 keeps the sidebar collapsed1156Download buttons in tags page1157 when checking tags1158 behaves like archive download buttons1159 when static objects external storage is enabled1160 private project1161 shows archive download buttons with external storage URL prepended and user token appended to their href1162 public project1163 shows archive download buttons with external storage URL prepended to their href1164 when static objects external storage is disabled1165 shows default archive download buttons1166 with artifacts1167 shows download artifacts button1168User edits a comment on a commit1169 edits comment1170Admin::Projects1171 GET /admin/projects1172 is expected to be denied for user1173 is expected to be denied for visitor1174 when admin mode is enabled1175 is expected to be allowed for admin1176 when admin mode is disabled1177 is expected to be denied for admin1178 GET /admin/users1179 is expected to be denied for user1180 is expected to be denied for visitor1181 when admin mode is enabled1182 is expected to be allowed for admin1183 when admin mode is disabled1184 is expected to be denied for admin1185 GET /admin/hooks1186 is expected to be denied for user1187 is expected to be denied for visitor1188 when admin mode is enabled1189 is expected to be allowed for admin1190 when admin mode is disabled1191 is expected to be denied for admin1192Issues shortcut1193 New Issue shortcut1194 issues are enabled1195 takes user to the new issue page1196 issues are not enabled1197 does not take user to the new issue page1198Merge request > image review1199 leaves review1200Admin System Info1201 GET /admin/system_info1202 when all info is available1203 shows system info page1204 when CPU info is not available1205 shows system info page with no CPU info1206 when memory info is not available1207 shows system info page with no CPU info1208Alert management1209 when visiting the alert details page1210 when actor has permission to see the alert1211 shows the alert details1212 when alert belongs to an environment1213 shows the environment name1214Upload a user avatar1215 behaves like handling file uploads1216 with object storage disabled1217 behaves like for a user avatar1218 uploads successfully1219Root explore1220 when logged in1221 shows projects1222 when not logged in1223 shows projects1224Projects > Settings > User tags a project1225 sets project topics1226User downloads artifacts1227 when downloading1228 via job id1229 behaves like downloading1230 downloads the zip1231 via branch name and job name1232 behaves like downloading1233 downloads the zip1234 via SHA1235 behaves like downloading1236 downloads the zip1237Knapsack report was generated. Preview:1238{1239 "spec/features/issues/gfm_autocomplete_spec.rb": 240.80667767200066,1240 "spec/features/merge_request/user_sees_versions_spec.rb": 104.84696619799797,1241 "spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb": 79.5772749429998,1242 "spec/features/issues/notes_on_issues_spec.rb": 54.406406878999405,1243 "spec/features/projects/active_tabs_spec.rb": 36.0152887539989,1244 "spec/features/merge_request/user_creates_image_diff_notes_spec.rb": 41.467145882001205,1245 "spec/features/issues/issue_detail_spec.rb": 28.564965870999004,1246 "spec/features/uploads/user_uploads_file_to_note_spec.rb": 25.565404690001742,1247 "spec/features/incidents/incident_details_spec.rb": 23.21469983499992,1248 "spec/features/groups/settings/user_searches_in_settings_spec.rb": 22.53297807200215,1249 "spec/features/projects/releases/user_creates_release_spec.rb": 18.286696504001156,1250 "spec/features/admin/admin_users_impersonation_tokens_spec.rb": 18.58355681499961,1251 "spec/features/issues/resource_label_events_spec.rb": 13.365815232999012,1252 "spec/features/profiles/account_spec.rb": 16.899105936001433,1253 "spec/features/projects/show/user_manages_notifications_spec.rb": 10.855957801999466,1254 "spec/features/merge_request/user_edits_reviewers_sidebar_spec.rb": 9.493968243998097,1255 "spec/features/search/user_searches_for_users_spec.rb": 7.734199296999577,1256 "spec/features/projects/environments_pod_logs_spec.rb": 8.619915551000304,1257 "spec/features/projects/tags/user_views_tags_spec.rb": 7.368284353997296,1258 "spec/features/issuables/user_sees_sidebar_spec.rb": 7.549379001000489,1259 "spec/features/projects/tags/download_buttons_spec.rb": 5.055484209002316,1260 "spec/features/projects/commit/comments/user_edits_comments_spec.rb": 4.473095353001554,1261 "spec/features/security/admin_access_spec.rb": 2.8176936380004918,1262 "spec/features/issues/keyboard_shortcut_spec.rb": 3.713110590000724,1263 "spec/features/merge_request/user_reviews_image_spec.rb": 5.4790648470007,1264 "spec/features/admin/admin_system_info_spec.rb": 3.257915325000795,1265 "spec/features/alert_management_spec.rb": 3.1008357669998077,1266 "spec/features/file_uploads/user_avatar_spec.rb": 2.9256796890003898,1267 "spec/features/dashboard/root_explore_spec.rb": 1.8406529210005829,1268 "spec/features/projects/settings/user_tags_project_spec.rb": 1.4578632110024046,1269 "spec/features/projects/artifacts/user_downloads_artifacts_spec.rb": 0.99669276499844271270}1271Knapsack global time execution for tests: 13m 30s1272Pending: (Failures listed here are expected and do not affect your suite's status)1273 1) Resolve an open thread in a merge request by creating an issue As a user with access to the project with the internal tracker disabled does not show a link to create a new issue1274 # Temporarily skipped with xit1275 # ./spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb:311276Finished in 13 minutes 32 seconds (files took 44.8 seconds to load)1277252 examples, 0 failures, 1 pending1278Failed to write to log, write log/workhorse-test.log: file already closed1279Tue 26 Oct 2021 09:35:10 PM UTC1281Not uploading cache ruby-gems-v1-5 due to policy1282Not uploading cache gitaly-ruby-gems-v1-5 due to policy1284Uploading artifacts...1285coverage/: found 5 matching files and directories 1286WARNING: crystalball/: no matching files 1287deprecations/: found 15 matching files and directories 1288knapsack/: found 3 matching files and directories 1289rspec_flaky/: found 4 matching files and directories 1290rspec_profiling/: found 1 matching files and directories 1291WARNING: tmp/capybara/: no matching files 1292tmp/memory_test/: found 2 matching files and directories 1293log/*.log: found 15 matching files and directories 1294Uploading artifacts as "archive" to coordinator... ok id=1718320254 responseStatus=201 Created token=gk8msQVL1295Uploading artifacts...1296junit_rspec.xml: found 1 matching files and directories 1297Uploading artifacts as "junit" to coordinator... ok id=1718320254 responseStatus=201 Created token=gk8msQVL1299Job succeeded