rspec system pg11 10/24
Passed Started
by
@mkarampalas
Michael Karampalas
1Running with gitlab-runner 13.10.0-rc1 (ecc4c590)2 on prm-com-gitlab-org bd0915563 feature flags: FF_GITLAB_REGISTRY_HELPER_IMAGE:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...7Starting service postgres:11.6 ...8Pulling docker image postgres:11.6 ...9Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 with digest postgres@sha256:6f2062ab11d720f4756f17da4d0a64534346cce33b7cdea9d7ac4f43eed9fc02 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1516bcc5a32fffe685aa67d3f10f24b325b7b1a93440fb11c22eea6ae87e497a for redis:5.0-alpine with digest redis@sha256:20ab6314c60b363e71051232cb2b584072b87981541c818a602e006fca5ba48e ...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.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 ...16Using docker image sha256:3d9eaa64e5ac84c87745afcb0e240b69c313eebf624092e623f9fb5aee0f49b7 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:f5fca6fbad34f17ebac8b436990cc1cd97ca47a61c1d3ba9aa3dd3081e4a9f6a ...18Running on runner-bd091556-project-278964-concurrent-0 via runner-bd091556-prm-1616415978-706e9fb5...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 54% |***************** | 225M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 411M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30remote: Enumerating objects: 175, done. 31remote: Counting objects: 100% (144/144), done. 32remote: Compressing objects: 100% (52/52), done. 33remote: Total 63 (delta 46), reused 25 (delta 10), pack-reused 0 35 * [new ref] 61f496dba89bdbbd3ace783d5754a8846cd7e6d0 -> refs/pipelines/27437952436Checking out 61f496db as refs/merge-requests/57119/merge...37Skipping Git submodules setup39Checking cache for rails-v4-3...40cache.zip is up to date 41WARNING: vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: chmod vendor/ruby/2.7.0/gems/deprecation_toolkit-1.5.1/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 42Successfully extracted cache44Downloading artifacts for compile-test-assets (1117428323)...45Downloading artifacts from coordinator... ok id=1117428323 responseStatus=200 OK token=-pbtayQf46Downloading artifacts for detect-tests (1117428329)...47Downloading artifacts from coordinator... ok id=1117428329 responseStatus=200 OK token=istpC4GL48Downloading artifacts for retrieve-tests-metadata (1117428333)...49Downloading artifacts from coordinator... ok id=1117428333 responseStatus=200 OK token=Mgz8Y7BH50Downloading artifacts for setup-test-env (1117428326)...51Downloading artifacts from coordinator... ok id=1117428326 responseStatus=200 OK token=4ZjLgMzR52WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 54Using docker image sha256:3d9eaa64e5ac84c87745afcb0e240b69c313eebf624092e623f9fb5aee0f49b7 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.14-git-2.29-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-11-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:f5fca6fbad34f17ebac8b436990cc1cd97ca47a61c1d3ba9aa3dd3081e4a9f6a ...55$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh60Bundler version 2.1.461$ bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet62==> 'bundle install --without=production development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 1 seconds.63$ bundle check64The Gemfile's dependencies are satisfied65==> 'bundle check' succeeded in 1 seconds.66$ bundle pristine pg67Installing pg 1.2.3 with native extensions68==> 'bundle pristine pg' succeeded in 10 seconds.69$ setup_db_user_only70CREATE ROLE71GRANT72==> 'setup_db_user_only' succeeded in 0 seconds.73$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee74Dropped database 'gitlabhq_test'75Created database 'gitlabhq_test'76Dropped database 'gitlabhq_geo_test'77Created database 'gitlabhq_geo_test'78==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 26 seconds.79$ run_timed_command "gem install knapsack --no-document"80$ gem install knapsack --no-document81Successfully installed knapsack-1.20.0821 gem installed83==> 'gem install knapsack --no-document' succeeded in 0 seconds.84$ run_timed_command "scripts/gitaly-test-spawn"85$ scripts/gitaly-test-spawn86Settings are listed in order of priority. The top value will be used.87deployment88Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): true89path90Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "vendor/bundle"91app_config92Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"93gemfile94Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"95flags96Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"97Don't run Bundler as root. Bundler can ask for sudo if it is needed, and98installing your bundle as root will break this application for all non-root99users on this machine.100Using abstract_type 0.0.7101Using concurrent-ruby 1.1.7102Using i18n 1.8.5103Using minitest 5.14.2104Using thread_safe 0.3.6105Using tzinfo 1.2.9106Using zeitwerk 2.4.2107Using activesupport 6.0.3.4108Using builder 3.2.4109Using erubi 1.10.0110Using mini_portile2 2.5.0111Using racc 1.5.2112Using nokogiri 1.11.1 (x86_64-linux)113Using rails-dom-testing 2.0.3114Using crass 1.0.6115Using loofah 2.9.0116Using rails-html-sanitizer 1.3.0117Using actionview 6.0.3.4118Using rack 2.2.3119Using rack-test 1.1.0120Using actionpack 6.0.3.4121Using ice_nine 0.11.2122Using memoizable 0.4.2123Using adamantium 0.2.0124Using public_suffix 4.0.6125Using addressable 2.7.0126Using ast 2.4.1127Using binding_ninja 0.2.3128Using bundler 2.1.4129Using charlock_holmes 0.7.7130Using coderay 1.1.2131Using equalizer 0.0.11132Using concord 0.1.5133Using diff-lcs 1.3134Using dotenv 2.7.6135Using escape_utils 1.2.1136Using factory_bot 5.0.2137Using multipart-post 2.1.1138Using faraday 1.0.1139Using ffi 1.13.1140Using json 2.5.1141Using gemojione 3.3.0142Using mini_mime 1.0.2143Using rugged 1.1.0144Using github-linguist 7.12.1145Using github-markup 1.7.0146Using mime-types-data 3.2020.1104147Using mime-types 3.3.1148Using gitlab-gollum-rugged_adapter 0.4.4.3.gitlab.1149Using rouge 3.26.0150Using nokogumbo 1.5.0151Using sanitize 4.6.6152Using stringex 2.8.5153Using gitlab-gollum-lib 4.2.7.10.gitlab.1154Using google-protobuf 3.12.4 (x86_64-linux)155Using googleapis-common-protos-types 1.0.5156Using grpc 1.30.2 (x86_64-linux)157Using opentracing 0.5.0158Using thrift 0.13.0159Using jaeger-client 1.1.0160Using pg_query 1.3.0161Using redis 4.2.5162Using gitlab-labkit 0.15.0163Using gitlab-markup 1.7.1164Using grpc-tools 1.30.2165Using sawyer 0.8.2166Using octokit 4.20.0167Using reverse_markdown 1.4.0168Using thor 1.1.0169Using licensee 9.14.1170Using method_source 0.9.2171Using msgpack 1.3.3172Using optimist 3.0.1173Using parallel 1.19.2174Using parser 2.7.2.0175Using procto 0.0.3176Using unparser 0.4.7177Using proc_to_ast 0.1.0178Using pry 0.12.2179Using rainbow 3.0.0180Using rbtrace 0.4.14181Using rdoc 6.2.0182Using regexp_parser 1.8.1183Using rexml 3.2.4184Using rspec-support 3.8.0185Using rspec-core 3.8.0186Using rspec-expectations 3.8.3187Using rspec-mocks 3.8.0188Using rspec 3.8.0189Using rspec-parameterized 0.4.2190Using rubocop-ast 0.2.0191Using ruby-progressbar 1.10.1192Using unicode-display_width 1.7.0193Using rubocop 0.86.0194Using sentry-raven 3.0.4195Using timecop 0.9.1196Bundle complete! 21 Gemfile dependencies, 96 gems now installed.197Bundled gems are installed into `./vendor/bundle`198Checking gitaly-ruby Gemfile...199Checking gitaly-ruby bundle...200The Gemfile's dependencies are satisfied201Trying to connect to gitaly: ........ OK202Trying to connect to gitaly2: ................ OK203Trying to connect to praefect: ......... OK204==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.205$ source ./scripts/rspec_helpers.sh206$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"207KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb208Knapsack report generator started!209WARNING: `around(:context)` hooks are not supported and behave like `around(:example). Called from /builds/gitlab-org/gitlab/spec/support/omniauth_strategy.rb:36:in `block in <top (required)>'.210Run options:211 include {:focus=>true}212 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}213All examples were filtered out; ignoring {:focus=>true}214==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...215 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.03293536 seconds...216Jira217Starting the Capybara driver server...218 when internal issues tracker is enabled for the other project219 when only internal issues tracker is enabled for the actual project220Capybara starting Puma...221* Version 5.1.1 , codename: At Your Service222* Min threads: 0, max threads: 4223* Listening on unix:///tmp/20210322-358-wqcz542242021-03-22 13:59:50 +0000 Rack app ("GET /namespace2/project2/-/merge_requests/1" - (127.0.0.1)): #<Gitlab::QueryLimiting::Transaction::ThresholdExceededError: Too many SQL queries were executed in Projects::MergeRequestsController#show: a maximum of 100 is allowed but 102 SQL queries were executed2250: 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_last_update_at" AS t0_r23, "projects"."mirror_last_successful_update_at" AS t0_r24, "projects"."mirror_user_id" AS t0_r25, "projects"."shared_runners_enabled" AS t0_r26, "projects"."runners_token" AS t0_r27, "projects"."build_coverage_regex" AS t0_r28, "projects"."build_allow_git_fetch" AS t0_r29, "projects"."build_timeout" AS t0_r30, "projects"."mirror_trigger_builds" AS t0_r31, "projects"."pending_delete" AS t0_r32, "projects"."public_builds" AS t0_r33, "projects"."last_repository_check_failed" AS t0_r34, "projects"."last_repository_check_at" AS t0_r35, "projects"."container_registry_enabled" AS t0_r36, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r37, "projects"."has_external_issue_tracker" AS t0_r38, "projects"."repository_storage" AS t0_r39, "projects"."repository_read_only" AS t0_r40, "projects"."request_access_enabled" AS t0_r41, "projects"."has_external_wiki" AS t0_r42, "projects"."ci_config_path" AS t0_r43, "projects"."lfs_enabled" AS t0_r44, "projects"."description_html" AS t0_r45, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r46, "projects"."repository_size_limit" AS t0_r47, "projects"."printing_merge_request_link_enabled" AS t0_r48, "projects"."auto_cancel_pending_pipelines" AS t0_r49, "projects"."service_desk_enabled" AS t0_r50, "projects"."cached_markdown_version" AS t0_r51, "projects"."delete_error" AS t0_r52, "projects"."last_repository_updated_at" AS t0_r53, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r54, "projects"."storage_version" AS t0_r55, "projects"."resolve_outdated_diff_discussions" AS t0_r56, "projects"."remote_mirror_available_overridden" AS t0_r57, "projects"."only_mirror_protected_branches" AS t0_r58, "projects"."pull_mirror_available_overridden" AS t0_r59, "projects"."jobs_cache_index" AS t0_r60, "projects"."external_authorization_classification_label" AS t0_r61, "projects"."mirror_overwrites_diverged_branches" AS t0_r62, "projects"."pages_https_only" AS t0_r63, "projects"."external_webhook_token" AS t0_r64, "projects"."packages_enabled" AS t0_r65, "projects"."merge_requests_author_approval" AS t0_r66, "projects"."pool_repository_id" AS t0_r67, "projects"."runners_token_encrypted" AS t0_r68, "projects"."bfg_object_map" AS t0_r69, "projects"."detected_repository_languages" AS t0_r70, "projects"."merge_requests_disable_committers_approval" AS t0_r71, "projects"."require_password_to_approve" AS t0_r72, "projects"."emails_disabled" AS t0_r73, "projects"."max_pages_size" AS t0_r74, "projects"."max_artifacts_size" AS t0_r75, "projects"."pull_mirror_branch_prefix" AS t0_r76, "projects"."remove_source_branch_after_merge" AS t0_r77, "projects"."marked_for_deletion_at" AS t0_r78, "projects"."marked_for_deletion_by_user_id" AS t0_r79, "projects"."autoclose_referenced_issues" AS t0_r80, "projects"."suggestion_commit_message" AS t0_r81, "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" = 'namespace2/project2' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9*/2261: SELECT a.attname, format_type(a.atttypid, a.atttypmod),227 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,228 c.collname, col_description(a.attrelid, a.attnum) AS comment229 FROM pg_attribute a230 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum231 LEFT JOIN pg_type t ON a.atttypid = t.oid232 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation233 WHERE a.attrelid = '"identities"'::regclass234 AND a.attnum > 0 AND NOT a.attisdropped235 ORDER BY a.attnum2362: SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = 2 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/2373: SELECT a.attname, format_type(a.atttypid, a.atttypmod),238 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,239 c.collname, col_description(a.attrelid, a.attnum) AS comment240 FROM pg_attribute a241 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum242 LEFT JOIN pg_type t ON a.atttypid = t.oid243 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation244 WHERE a.attrelid = '"user_preferences"'::regclass245 AND a.attnum > 0 AND NOT a.attisdropped246 ORDER BY a.attnum2474: SELECT "user_preferences".* FROM "user_preferences" WHERE "user_preferences"."user_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/2485: SELECT a.attname249 FROM (250 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx251 FROM pg_index252 WHERE indrelid = '"user_preferences"'::regclass253 AND indisprimary254 ) i255 JOIN pg_attribute a256 ON a.attrelid = i.indrelid257 AND a.attnum = i.indkey[i.idx]258 ORDER BY i.idx2596: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 3 AND "namespaces"."type" = 'Group' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/2607: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/2618: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 2 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/2629: SELECT "merge_request_metrics".* FROM "merge_request_metrics" WHERE "merge_request_metrics"."merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/26310: SELECT a.attname, format_type(a.atttypid, a.atttypmod),264 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,265 c.collname, col_description(a.attrelid, a.attnum) AS comment266 FROM pg_attribute a267 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum268 LEFT JOIN pg_type t ON a.atttypid = t.oid269 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation270 WHERE a.attrelid = '"merge_request_assignees"'::regclass271 AND a.attnum > 0 AND NOT a.attisdropped272 ORDER BY a.attnum27311: SELECT "merge_request_assignees".* FROM "merge_request_assignees" WHERE "merge_request_assignees"."merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/27412: SELECT "users".* FROM "users" WHERE "users"."id" = 3 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/27513: SELECT a.attname, format_type(a.atttypid, a.atttypmod),276 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,277 c.collname, col_description(a.attrelid, a.attnum) AS comment278 FROM pg_attribute a279 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum280 LEFT JOIN pg_type t ON a.atttypid = t.oid281 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation282 WHERE a.attrelid = '"user_statuses"'::regclass283 AND a.attnum > 0 AND NOT a.attisdropped284 ORDER BY a.attnum28514: SELECT "user_statuses".* FROM "user_statuses" WHERE "user_statuses"."user_id" = 3 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/28615: SELECT a.attname, format_type(a.atttypid, a.atttypmod),287 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,288 c.collname, col_description(a.attrelid, a.attnum) AS comment289 FROM pg_attribute a290 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum291 LEFT JOIN pg_type t ON a.atttypid = t.oid292 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation293 WHERE a.attrelid = '"merge_request_blocks"'::regclass294 AND a.attnum > 0 AND NOT a.attisdropped295 ORDER BY a.attnum29616: SELECT "merge_request_blocks".* FROM "merge_request_blocks" WHERE "merge_request_blocks"."blocked_merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/29717: SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/29818: UPDATE "users" SET "updated_at" = '2021-03-22 13:59:48.798881', "last_activity_on" = '2021-03-22' WHERE "users"."id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/29919: INSERT INTO "user_preferences" ("user_id", "created_at", "updated_at", "tab_width", "timezone", "time_display_relative", "time_format_in_24h", "render_whitespace_in_code", "markdown_surround_selection") VALUES (2, '2021-03-22 13:59:48.803081', '2021-03-22 13:59:48.803081', 8, 'Etc/UTC', TRUE, FALSE, FALSE, TRUE) RETURNING "id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30020: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30121: SELECT "emails"."email" FROM "emails" WHERE "emails"."user_id" = 2 AND "emails"."confirmed_at" IS NOT NULL /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30222: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30323: 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" = 2 AND "project_authorizations"."user_id" = 2 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30424: SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30525: SELECT "projects".* FROM "projects" WHERE "projects"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30626: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/30727: SELECT a.attname, format_type(a.atttypid, a.atttypmod),308 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,309 c.collname, col_description(a.attrelid, a.attnum) AS comment310 FROM pg_attribute a311 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum312 LEFT JOIN pg_type t ON a.atttypid = t.oid313 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation314 WHERE a.attrelid = '"merge_request_context_commits"'::regclass315 AND a.attnum > 0 AND NOT a.attisdropped316 ORDER BY a.attnum31728: SELECT "merge_request_context_commits".* FROM "merge_request_context_commits" WHERE "merge_request_context_commits"."merge_request_id" = 1 ORDER BY committed_date DESC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/31829: SELECT "labels".* FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" WHERE "label_links"."target_id" = 1 AND "label_links"."target_type" = 'MergeRequest' ORDER BY "labels"."title" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/31930: SELECT "todos".* FROM "todos" WHERE "todos"."user_id" = 2 AND "todos"."target_type" = 'MergeRequest' AND "todos"."target_id" = 1 AND "todos"."state" = 'pending' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/32031: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE AND "merge_requests"."source_branch" = 'feature' /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/32132: SELECT a.attname, format_type(a.atttypid, a.atttypmod),322 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,323 c.collname, col_description(a.attrelid, a.attnum) AS comment324 FROM pg_attribute a325 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum326 LEFT JOIN pg_type t ON a.atttypid = t.oid327 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation328 WHERE a.attrelid = '"protected_branches"'::regclass329 AND a.attnum > 0 AND NOT a.attisdropped330 ORDER BY a.attnum33133: SELECT "protected_branches".* FROM "protected_branches" WHERE "protected_branches"."project_id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/33234: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 3 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/33335: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/33436: WITH "shas" AS (SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" IN (SELECT "merge_request_diffs"."id" FROM "merge_request_diffs" WHERE "merge_request_diffs"."merge_request_id" = 1 AND "merge_request_diffs"."diff_type" = 1 ORDER BY "merge_request_diffs"."id" DESC LIMIT 100) LIMIT 10000) SELECT COUNT(*) FROM ((SELECT "ci_pipelines".* FROM "ci_pipelines" WHERE "ci_pipelines"."source" = 10 AND "ci_pipelines"."merge_request_id" = 1 AND "ci_pipelines"."project_id" IN (2, 2))335UNION336(SELECT "ci_pipelines".* FROM "ci_pipelines" INNER JOIN "shas" ON encode("shas"."sha", 'hex') = "ci_pipelines"."sha" WHERE "ci_pipelines"."project_id" = 2 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."ref" = 'master' AND "ci_pipelines"."tag" = FALSE)) ci_pipelines /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/33737: SELECT 1 AS one FROM "users" INNER JOIN "merge_request_assignees" ON "users"."id" = "merge_request_assignees"."user_id" WHERE "merge_request_assignees"."merge_request_id" = 1 AND "users"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/33838: 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" = 2 AND "project_authorizations"."user_id" = 3 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/33939: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 1 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/34040: SELECT COUNT(*) FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 1 AND "notes"."noteable_type" = 'MergeRequest')341UNION ALL342(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (2, 2) 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"."system" = FALSE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/34341: SELECT "notes"."id" FROM "notes" WHERE "notes"."noteable_id" = 1 AND "notes"."noteable_type" = 'MergeRequest' /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/34442: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 2 AND "routes"."source_type" = 'Project' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/34543: SELECT a.attname, format_type(a.atttypid, a.atttypmod),346 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,347 c.collname, col_description(a.attrelid, a.attnum) AS comment348 FROM pg_attribute a349 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum350 LEFT JOIN pg_type t ON a.atttypid = t.oid351 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation352 WHERE a.attrelid = '"project_auto_devops"'::regclass353 AND a.attnum > 0 AND NOT a.attisdropped354 ORDER BY a.attnum35544: SELECT "project_auto_devops".* FROM "project_auto_devops" WHERE "project_auto_devops"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/35645: SELECT 1 AS one FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (access_level >= 30 ) AND (project_authorizations.project_id = merge_requests.target_project_id) LIMIT 1)) LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/35746: SELECT a.attname, format_type(a.atttypid, a.atttypmod),358 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,359 c.collname, col_description(a.attrelid, a.attnum) AS comment360 FROM pg_attribute a361 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum362 LEFT JOIN pg_type t ON a.atttypid = t.oid363 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation364 WHERE a.attrelid = '"user_callouts"'::regclass365 AND a.attnum > 0 AND NOT a.attisdropped366 ORDER BY a.attnum36747: SELECT 1 AS one FROM "user_callouts" WHERE "user_callouts"."user_id" = 2 AND "user_callouts"."feature_name" = 22 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/36848: SELECT COUNT(*) FROM "keys" WHERE "keys"."user_id" = 2 AND ("keys"."type" IN ('LDAPKey', 'Key') OR "keys"."type" IS NULL) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/36949: SELECT "issues".* FROM "issues" INNER JOIN "merge_requests_closing_issues" ON "issues"."id" = "merge_requests_closing_issues"."issue_id" WHERE "merge_requests_closing_issues"."merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/37050: SELECT a.attname, format_type(a.atttypid, a.atttypmod),371 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,372 c.collname, col_description(a.attrelid, a.attnum) AS comment373 FROM pg_attribute a374 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum375 LEFT JOIN pg_type t ON a.atttypid = t.oid376 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation377 WHERE a.attrelid = '"vulnerability_feedback"'::regclass378 AND a.attnum > 0 AND NOT a.attisdropped379 ORDER BY a.attnum38051: SELECT a.attname381 FROM (382 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx383 FROM pg_index384 WHERE indrelid = '"vulnerability_feedback"'::regclass385 AND indisprimary386 ) i387 JOIN pg_attribute a388 ON a.attrelid = i.indrelid389 AND a.attnum = i.indkey[i.idx]390 ORDER BY i.idx39152: SELECT a.attname, format_type(a.atttypid, a.atttypmod),392 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,393 c.collname, col_description(a.attrelid, a.attnum) AS comment394 FROM pg_attribute a395 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum396 LEFT JOIN pg_type t ON a.atttypid = t.oid397 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation398 WHERE a.attrelid = '"award_emoji"'::regclass399 AND a.attnum > 0 AND NOT a.attisdropped400 ORDER BY a.attnum40153: SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_id" = 1 AND "award_emoji"."awardable_type" = 'MergeRequest' ORDER BY "award_emoji"."id" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/40254: SELECT a.attname, format_type(a.atttypid, a.atttypmod),403 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,404 c.collname, col_description(a.attrelid, a.attnum) AS comment405 FROM pg_attribute a406 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum407 LEFT JOIN pg_type t ON a.atttypid = t.oid408 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation409 WHERE a.attrelid = '"project_settings"'::regclass410 AND a.attnum > 0 AND NOT a.attisdropped411 ORDER BY a.attnum41255: SELECT "project_settings".* FROM "project_settings" WHERE "project_settings"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/41356: SELECT COUNT(*) FROM (SELECT 1 AS one FROM "notes" WHERE "notes"."noteable_id" = 1 AND "notes"."noteable_type" = 'MergeRequest' LIMIT 10) subquery_for_count /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/41457: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE AND "merge_requests"."source_branch" = 'master' /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/41558: SELECT 1 AS one FROM "user_callouts" WHERE "user_callouts"."user_id" = 2 AND "user_callouts"."feature_name" = 9 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/41659: SELECT a.attname, format_type(a.atttypid, a.atttypmod),417 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,418 c.collname, col_description(a.attrelid, a.attnum) AS comment419 FROM pg_attribute a420 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum421 LEFT JOIN pg_type t ON a.atttypid = t.oid422 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation423 WHERE a.attrelid = '"merge_request_reviewers"'::regclass424 AND a.attnum > 0 AND NOT a.attisdropped425 ORDER BY a.attnum42660: SELECT 1 AS one FROM "users" INNER JOIN "merge_request_reviewers" ON "users"."id" = "merge_request_reviewers"."user_id" WHERE "merge_request_reviewers"."merge_request_id" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/42761: SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/42862: SELECT "user_statuses".* FROM "user_statuses" WHERE "user_statuses"."user_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/42963: SELECT a.attname, format_type(a.atttypid, a.atttypmod),430 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,431 c.collname, col_description(a.attrelid, a.attnum) AS comment432 FROM pg_attribute a433 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum434 LEFT JOIN pg_type t ON a.atttypid = t.oid435 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation436 WHERE a.attrelid = '"fork_networks"'::regclass437 AND a.attnum > 0 AND NOT a.attisdropped438 ORDER BY a.attnum43964: SELECT a.attname, format_type(a.atttypid, a.atttypmod),440 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,441 c.collname, col_description(a.attrelid, a.attnum) AS comment442 FROM pg_attribute a443 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum444 LEFT JOIN pg_type t ON a.atttypid = t.oid445 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation446 WHERE a.attrelid = '"fork_network_members"'::regclass447 AND a.attnum > 0 AND NOT a.attisdropped448 ORDER BY a.attnum44965: SELECT a.attname450 FROM (451 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx452 FROM pg_index453 WHERE indrelid = '"fork_networks"'::regclass454 AND indisprimary455 ) i456 JOIN pg_attribute a457 ON a.attrelid = i.indrelid458 AND a.attnum = i.indkey[i.idx]459 ORDER BY i.idx46066: SELECT "fork_networks".* FROM "fork_networks" INNER JOIN "fork_network_members" ON "fork_networks"."id" = "fork_network_members"."fork_network_id" WHERE "fork_network_members"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/46167: SELECT COUNT(*) FROM "projects" INNER JOIN "namespaces" ON "projects"."namespace_id" = "namespaces"."id" WHERE "namespaces"."owner_id" = 2 AND "namespaces"."type" IS NULL /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/46268: SELECT 1 AS one FROM "users" WHERE "users"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/46369: SELECT "users".* FROM "users" WHERE "users"."id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/46470: SELECT COUNT(*) FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (465 issues.confidential IS NOT TRUE466 OR (issues.confidential = TRUE467 AND (issues.author_id = 2468 OR EXISTS (SELECT TRUE FROM issue_assignees WHERE user_id = 2 AND issue_id = issues.id)469 OR EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = issues.project_id) AND (project_authorizations.access_level >= 20))))) AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 10)) OR projects.visibility_level IN (10,20)) AND ("project_features"."issues_access_level" IS NULL OR "project_features"."issues_access_level" IN (20,30) OR ("project_features"."issues_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 10)))) AND ("issues"."state_id" IN (1)) AND (EXISTS (SELECT true FROM "issue_assignees" WHERE "issue_assignees"."user_id" IN (2) AND issue_id = issues.id)) AND "projects"."archived" = FALSE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/47071: SELECT "users".* FROM "users" WHERE "users"."id" = 2 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/47172: SELECT a.attname, format_type(a.atttypid, a.atttypmod),472 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,473 c.collname, col_description(a.attrelid, a.attnum) AS comment474 FROM pg_attribute a475 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum476 LEFT JOIN pg_type t ON a.atttypid = t.oid477 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation478 WHERE a.attrelid = '"projects"'::regclass479 AND a.attnum > 0 AND NOT a.attisdropped480 ORDER BY a.attnum48173: SELECT COUNT(*) FROM "merge_requests" INNER JOIN "projects" ON "projects"."id" = "merge_requests"."target_project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)) OR projects.visibility_level IN (10,20)) AND ("project_features"."merge_requests_access_level" IS NULL OR "project_features"."merge_requests_access_level" IN (20,30) OR ("project_features"."merge_requests_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)))) AND ("merge_requests"."state_id" IN (1)) AND (EXISTS (SELECT true FROM "merge_request_assignees" WHERE "merge_request_assignees"."user_id" IN (2) AND merge_request_id = merge_requests.id)) AND "projects"."archived" = FALSE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48274: SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48375: SELECT COUNT(*) FROM "merge_requests" INNER JOIN "projects" ON "projects"."id" = "merge_requests"."target_project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)) OR projects.visibility_level IN (10,20)) AND ("project_features"."merge_requests_access_level" IS NULL OR "project_features"."merge_requests_access_level" IN (20,30) OR ("project_features"."merge_requests_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)))) AND ("merge_requests"."state_id" IN (1)) AND "projects"."archived" = FALSE AND EXISTS (SELECT true FROM "merge_request_reviewers" WHERE merge_request_id = merge_requests.id AND "merge_request_reviewers"."user_id" = 2) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48476: SELECT COUNT(*) FROM "todos" WHERE "todos"."user_id" = 2 AND ("todos"."state" IN ('pending')) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48577: SELECT COUNT(*) FROM "issues" WHERE ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."confidential" = FALSE AND "issues"."project_id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48678: SELECT COUNT(*) FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48779: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48880: SELECT "broadcast_messages".* FROM "broadcast_messages" WHERE (ends_at > '2021-03-22 13:59:50.706781') AND "broadcast_messages"."broadcast_type" = 1 ORDER BY "broadcast_messages"."id" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/48981: SELECT "broadcast_messages".* FROM "broadcast_messages" WHERE (ends_at > '2021-03-22 13:59:50.709362') AND "broadcast_messages"."broadcast_type" = 2 ORDER BY "broadcast_messages"."id" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/49082: SELECT a.attname, format_type(a.atttypid, a.atttypmod),491 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,492 c.collname, col_description(a.attrelid, a.attnum) AS comment493 FROM pg_attribute a494 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum495 LEFT JOIN pg_type t ON a.atttypid = t.oid496 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation497 WHERE a.attrelid = '"gitlab_subscriptions"'::regclass498 AND a.attnum > 0 AND NOT a.attisdropped499 ORDER BY a.attnum50083: SELECT "gitlab_subscriptions".* FROM "gitlab_subscriptions" WHERE "gitlab_subscriptions"."namespace_id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/50184: SELECT a.attname502 FROM (503 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx504 FROM pg_index505 WHERE indrelid = '"gitlab_subscriptions"'::regclass506 AND indisprimary507 ) i508 JOIN pg_attribute a509 ON a.attrelid = i.indrelid510 AND a.attnum = i.indkey[i.idx]511 ORDER BY i.idx51285: SELECT a.attname, format_type(a.atttypid, a.atttypmod),513 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,514 c.collname, col_description(a.attrelid, a.attnum) AS comment515 FROM pg_attribute a516 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum517 LEFT JOIN pg_type t ON a.atttypid = t.oid518 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation519 WHERE a.attrelid = '"plans"'::regclass520 AND a.attnum > 0 AND NOT a.attisdropped521 ORDER BY a.attnum52286: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'free' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/52387: SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/52488: SELECT 1 AS one FROM "gitlab_subscriptions" WHERE "gitlab_subscriptions"."namespace_id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/52589: INSERT INTO "gitlab_subscriptions" ("created_at", "updated_at", "start_date", "namespace_id", "trial") VALUES ('2021-03-22 13:59:50.789573', '2021-03-22 13:59:50.789573', '2021-03-22', 3, NULL) RETURNING "id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/52690: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/52791: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'default' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/52892: SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/52993: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'default' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/53094: SELECT a.attname531 FROM (532 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx533 FROM pg_index534 WHERE indrelid = '"plans"'::regclass535 AND indisprimary536 ) i537 JOIN pg_attribute a538 ON a.attrelid = i.indrelid539 AND a.attnum = i.indkey[i.idx]540 ORDER BY i.idx54195: INSERT INTO "plans" ("created_at", "updated_at", "name") VALUES ('2021-03-22 13:59:50.810497', '2021-03-22 13:59:50.810497', 'default') RETURNING "id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/54296: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/54397: SELECT a.attname, format_type(a.atttypid, a.atttypmod),544 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,545 c.collname, col_description(a.attrelid, a.attnum) AS comment546 FROM pg_attribute a547 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum548 LEFT JOIN pg_type t ON a.atttypid = t.oid549 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation550 WHERE a.attrelid = '"plan_limits"'::regclass551 AND a.attnum > 0 AND NOT a.attisdropped552 ORDER BY a.attnum55398: SELECT "plan_limits".* FROM "plan_limits" WHERE "plan_limits"."plan_id" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/55499: SELECT a.attname555 FROM (556 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx557 FROM pg_index558 WHERE indrelid = '"plan_limits"'::regclass559 AND indisprimary560 ) i561 JOIN pg_attribute a562 ON a.attrelid = i.indrelid563 AND a.attnum = i.indkey[i.idx]564 ORDER BY i.idx565100: SELECT a.attname, format_type(a.atttypid, a.atttypmod),566 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,567 c.collname, col_description(a.attrelid, a.attnum) AS comment568 FROM pg_attribute a569 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum570 LEFT JOIN pg_type t ON a.atttypid = t.oid571 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation572 WHERE a.attrelid = '"namespace_limits"'::regclass573 AND a.attnum > 0 AND NOT a.attisdropped574 ORDER BY a.attnum575101: SELECT "namespace_limits".* FROM "namespace_limits" WHERE "namespace_limits"."namespace_id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/>576 creates a link to the referenced issue on the preview5781st Try error in ./spec/features/issuables/markdown_references/jira_spec.rb:31:579Too many SQL queries were executed in Projects::MergeRequestsController#show: a maximum of 100 is allowed but 102 SQL queries were executed5800: 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_last_update_at" AS t0_r23, "projects"."mirror_last_successful_update_at" AS t0_r24, "projects"."mirror_user_id" AS t0_r25, "projects"."shared_runners_enabled" AS t0_r26, "projects"."runners_token" AS t0_r27, "projects"."build_coverage_regex" AS t0_r28, "projects"."build_allow_git_fetch" AS t0_r29, "projects"."build_timeout" AS t0_r30, "projects"."mirror_trigger_builds" AS t0_r31, "projects"."pending_delete" AS t0_r32, "projects"."public_builds" AS t0_r33, "projects"."last_repository_check_failed" AS t0_r34, "projects"."last_repository_check_at" AS t0_r35, "projects"."container_registry_enabled" AS t0_r36, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r37, "projects"."has_external_issue_tracker" AS t0_r38, "projects"."repository_storage" AS t0_r39, "projects"."repository_read_only" AS t0_r40, "projects"."request_access_enabled" AS t0_r41, "projects"."has_external_wiki" AS t0_r42, "projects"."ci_config_path" AS t0_r43, "projects"."lfs_enabled" AS t0_r44, "projects"."description_html" AS t0_r45, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r46, "projects"."repository_size_limit" AS t0_r47, "projects"."printing_merge_request_link_enabled" AS t0_r48, "projects"."auto_cancel_pending_pipelines" AS t0_r49, "projects"."service_desk_enabled" AS t0_r50, "projects"."cached_markdown_version" AS t0_r51, "projects"."delete_error" AS t0_r52, "projects"."last_repository_updated_at" AS t0_r53, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r54, "projects"."storage_version" AS t0_r55, "projects"."resolve_outdated_diff_discussions" AS t0_r56, "projects"."remote_mirror_available_overridden" AS t0_r57, "projects"."only_mirror_protected_branches" AS t0_r58, "projects"."pull_mirror_available_overridden" AS t0_r59, "projects"."jobs_cache_index" AS t0_r60, "projects"."external_authorization_classification_label" AS t0_r61, "projects"."mirror_overwrites_diverged_branches" AS t0_r62, "projects"."pages_https_only" AS t0_r63, "projects"."external_webhook_token" AS t0_r64, "projects"."packages_enabled" AS t0_r65, "projects"."merge_requests_author_approval" AS t0_r66, "projects"."pool_repository_id" AS t0_r67, "projects"."runners_token_encrypted" AS t0_r68, "projects"."bfg_object_map" AS t0_r69, "projects"."detected_repository_languages" AS t0_r70, "projects"."merge_requests_disable_committers_approval" AS t0_r71, "projects"."require_password_to_approve" AS t0_r72, "projects"."emails_disabled" AS t0_r73, "projects"."max_pages_size" AS t0_r74, "projects"."max_artifacts_size" AS t0_r75, "projects"."pull_mirror_branch_prefix" AS t0_r76, "projects"."remove_source_branch_after_merge" AS t0_r77, "projects"."marked_for_deletion_at" AS t0_r78, "projects"."marked_for_deletion_by_user_id" AS t0_r79, "projects"."autoclose_referenced_issues" AS t0_r80, "projects"."suggestion_commit_message" AS t0_r81, "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" = 'namespace2/project2' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9*/5811: SELECT a.attname, format_type(a.atttypid, a.atttypmod),582 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,583 c.collname, col_description(a.attrelid, a.attnum) AS comment584 FROM pg_attribute a585 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum586 LEFT JOIN pg_type t ON a.atttypid = t.oid587 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation588 WHERE a.attrelid = '"identities"'::regclass589 AND a.attnum > 0 AND NOT a.attisdropped590 ORDER BY a.attnum5912: SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = 2 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/5923: SELECT a.attname, format_type(a.atttypid, a.atttypmod),593 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,594 c.collname, col_description(a.attrelid, a.attnum) AS comment595 FROM pg_attribute a596 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum597 LEFT JOIN pg_type t ON a.atttypid = t.oid598 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation599 WHERE a.attrelid = '"user_preferences"'::regclass600 AND a.attnum > 0 AND NOT a.attisdropped601 ORDER BY a.attnum6024: SELECT "user_preferences".* FROM "user_preferences" WHERE "user_preferences"."user_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/6035: SELECT a.attname604 FROM (605 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx606 FROM pg_index607 WHERE indrelid = '"user_preferences"'::regclass608 AND indisprimary609 ) i610 JOIN pg_attribute a611 ON a.attrelid = i.indrelid612 AND a.attnum = i.indkey[i.idx]613 ORDER BY i.idx6146: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 3 AND "namespaces"."type" = 'Group' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/6157: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/6168: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 2 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/6179: SELECT "merge_request_metrics".* FROM "merge_request_metrics" WHERE "merge_request_metrics"."merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/61810: SELECT a.attname, format_type(a.atttypid, a.atttypmod),619 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,620 c.collname, col_description(a.attrelid, a.attnum) AS comment621 FROM pg_attribute a622 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum623 LEFT JOIN pg_type t ON a.atttypid = t.oid624 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation625 WHERE a.attrelid = '"merge_request_assignees"'::regclass626 AND a.attnum > 0 AND NOT a.attisdropped627 ORDER BY a.attnum62811: SELECT "merge_request_assignees".* FROM "merge_request_assignees" WHERE "merge_request_assignees"."merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/62912: SELECT "users".* FROM "users" WHERE "users"."id" = 3 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/63013: SELECT a.attname, format_type(a.atttypid, a.atttypmod),631 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,632 c.collname, col_description(a.attrelid, a.attnum) AS comment633 FROM pg_attribute a634 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum635 LEFT JOIN pg_type t ON a.atttypid = t.oid636 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation637 WHERE a.attrelid = '"user_statuses"'::regclass638 AND a.attnum > 0 AND NOT a.attisdropped639 ORDER BY a.attnum64014: SELECT "user_statuses".* FROM "user_statuses" WHERE "user_statuses"."user_id" = 3 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/64115: SELECT a.attname, format_type(a.atttypid, a.atttypmod),642 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,643 c.collname, col_description(a.attrelid, a.attnum) AS comment644 FROM pg_attribute a645 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum646 LEFT JOIN pg_type t ON a.atttypid = t.oid647 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation648 WHERE a.attrelid = '"merge_request_blocks"'::regclass649 AND a.attnum > 0 AND NOT a.attisdropped650 ORDER BY a.attnum65116: SELECT "merge_request_blocks".* FROM "merge_request_blocks" WHERE "merge_request_blocks"."blocked_merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65217: SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65318: UPDATE "users" SET "updated_at" = '2021-03-22 13:59:48.798881', "last_activity_on" = '2021-03-22' WHERE "users"."id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65419: INSERT INTO "user_preferences" ("user_id", "created_at", "updated_at", "tab_width", "timezone", "time_display_relative", "time_format_in_24h", "render_whitespace_in_code", "markdown_surround_selection") VALUES (2, '2021-03-22 13:59:48.803081', '2021-03-22 13:59:48.803081', 8, 'Etc/UTC', TRUE, FALSE, FALSE, TRUE) RETURNING "id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65520: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65621: SELECT "emails"."email" FROM "emails" WHERE "emails"."user_id" = 2 AND "emails"."confirmed_at" IS NOT NULL /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65722: SELECT "namespaces".* FROM "namespaces" WHERE "namespaces"."id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65823: 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" = 2 AND "project_authorizations"."user_id" = 2 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/65924: SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/66025: SELECT "projects".* FROM "projects" WHERE "projects"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/66126: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/66227: SELECT a.attname, format_type(a.atttypid, a.atttypmod),663 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,664 c.collname, col_description(a.attrelid, a.attnum) AS comment665 FROM pg_attribute a666 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum667 LEFT JOIN pg_type t ON a.atttypid = t.oid668 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation669 WHERE a.attrelid = '"merge_request_context_commits"'::regclass670 AND a.attnum > 0 AND NOT a.attisdropped671 ORDER BY a.attnum67228: SELECT "merge_request_context_commits".* FROM "merge_request_context_commits" WHERE "merge_request_context_commits"."merge_request_id" = 1 ORDER BY committed_date DESC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/67329: SELECT "labels".* FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" WHERE "label_links"."target_id" = 1 AND "label_links"."target_type" = 'MergeRequest' ORDER BY "labels"."title" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/67430: SELECT "todos".* FROM "todos" WHERE "todos"."user_id" = 2 AND "todos"."target_type" = 'MergeRequest' AND "todos"."target_id" = 1 AND "todos"."state" = 'pending' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/67531: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE AND "merge_requests"."source_branch" = 'feature' /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/67632: SELECT a.attname, format_type(a.atttypid, a.atttypmod),677 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,678 c.collname, col_description(a.attrelid, a.attnum) AS comment679 FROM pg_attribute a680 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum681 LEFT JOIN pg_type t ON a.atttypid = t.oid682 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation683 WHERE a.attrelid = '"protected_branches"'::regclass684 AND a.attnum > 0 AND NOT a.attisdropped685 ORDER BY a.attnum68633: SELECT "protected_branches".* FROM "protected_branches" WHERE "protected_branches"."project_id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/68734: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 3 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/68835: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/68936: WITH "shas" AS (SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" IN (SELECT "merge_request_diffs"."id" FROM "merge_request_diffs" WHERE "merge_request_diffs"."merge_request_id" = 1 AND "merge_request_diffs"."diff_type" = 1 ORDER BY "merge_request_diffs"."id" DESC LIMIT 100) LIMIT 10000) SELECT COUNT(*) FROM ((SELECT "ci_pipelines".* FROM "ci_pipelines" WHERE "ci_pipelines"."source" = 10 AND "ci_pipelines"."merge_request_id" = 1 AND "ci_pipelines"."project_id" IN (2, 2))690UNION691(SELECT "ci_pipelines".* FROM "ci_pipelines" INNER JOIN "shas" ON encode("shas"."sha", 'hex') = "ci_pipelines"."sha" WHERE "ci_pipelines"."project_id" = 2 AND ("ci_pipelines"."source" IN (1, 2, 3, 4, 5, 6, 7, 8, 11) OR "ci_pipelines"."source" IS NULL) AND "ci_pipelines"."ref" = 'master' AND "ci_pipelines"."tag" = FALSE)) ci_pipelines /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/69237: SELECT 1 AS one FROM "users" INNER JOIN "merge_request_assignees" ON "users"."id" = "merge_request_assignees"."user_id" WHERE "merge_request_assignees"."merge_request_id" = 1 AND "users"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/69338: 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" = 2 AND "project_authorizations"."user_id" = 3 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/69439: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 1 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/69540: SELECT COUNT(*) FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 1 AND "notes"."noteable_type" = 'MergeRequest')696UNION ALL697(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (2, 2) 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"."system" = FALSE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/69841: SELECT "notes"."id" FROM "notes" WHERE "notes"."noteable_id" = 1 AND "notes"."noteable_type" = 'MergeRequest' /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/69942: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 2 AND "routes"."source_type" = 'Project' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/70043: SELECT a.attname, format_type(a.atttypid, a.atttypmod),701 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,702 c.collname, col_description(a.attrelid, a.attnum) AS comment703 FROM pg_attribute a704 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum705 LEFT JOIN pg_type t ON a.atttypid = t.oid706 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation707 WHERE a.attrelid = '"project_auto_devops"'::regclass708 AND a.attnum > 0 AND NOT a.attisdropped709 ORDER BY a.attnum71044: SELECT "project_auto_devops".* FROM "project_auto_devops" WHERE "project_auto_devops"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/71145: SELECT 1 AS one FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (access_level >= 30 ) AND (project_authorizations.project_id = merge_requests.target_project_id) LIMIT 1)) LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/71246: SELECT a.attname, format_type(a.atttypid, a.atttypmod),713 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,714 c.collname, col_description(a.attrelid, a.attnum) AS comment715 FROM pg_attribute a716 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum717 LEFT JOIN pg_type t ON a.atttypid = t.oid718 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation719 WHERE a.attrelid = '"user_callouts"'::regclass720 AND a.attnum > 0 AND NOT a.attisdropped721 ORDER BY a.attnum72247: SELECT 1 AS one FROM "user_callouts" WHERE "user_callouts"."user_id" = 2 AND "user_callouts"."feature_name" = 22 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/72348: SELECT COUNT(*) FROM "keys" WHERE "keys"."user_id" = 2 AND ("keys"."type" IN ('LDAPKey', 'Key') OR "keys"."type" IS NULL) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/72449: SELECT "issues".* FROM "issues" INNER JOIN "merge_requests_closing_issues" ON "issues"."id" = "merge_requests_closing_issues"."issue_id" WHERE "merge_requests_closing_issues"."merge_request_id" = 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/72550: SELECT a.attname, format_type(a.atttypid, a.atttypmod),726 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,727 c.collname, col_description(a.attrelid, a.attnum) AS comment728 FROM pg_attribute a729 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum730 LEFT JOIN pg_type t ON a.atttypid = t.oid731 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation732 WHERE a.attrelid = '"vulnerability_feedback"'::regclass733 AND a.attnum > 0 AND NOT a.attisdropped734 ORDER BY a.attnum73551: SELECT a.attname736 FROM (737 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx738 FROM pg_index739 WHERE indrelid = '"vulnerability_feedback"'::regclass740 AND indisprimary741 ) i742 JOIN pg_attribute a743 ON a.attrelid = i.indrelid744 AND a.attnum = i.indkey[i.idx]745 ORDER BY i.idx74652: SELECT a.attname, format_type(a.atttypid, a.atttypmod),747 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,748 c.collname, col_description(a.attrelid, a.attnum) AS comment749 FROM pg_attribute a750 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum751 LEFT JOIN pg_type t ON a.atttypid = t.oid752 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation753 WHERE a.attrelid = '"award_emoji"'::regclass754 AND a.attnum > 0 AND NOT a.attisdropped755 ORDER BY a.attnum75653: SELECT "award_emoji".* FROM "award_emoji" WHERE "award_emoji"."awardable_id" = 1 AND "award_emoji"."awardable_type" = 'MergeRequest' ORDER BY "award_emoji"."id" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/75754: SELECT a.attname, format_type(a.atttypid, a.atttypmod),758 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,759 c.collname, col_description(a.attrelid, a.attnum) AS comment760 FROM pg_attribute a761 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum762 LEFT JOIN pg_type t ON a.atttypid = t.oid763 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation764 WHERE a.attrelid = '"project_settings"'::regclass765 AND a.attnum > 0 AND NOT a.attisdropped766 ORDER BY a.attnum76755: SELECT "project_settings".* FROM "project_settings" WHERE "project_settings"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/76856: SELECT COUNT(*) FROM (SELECT 1 AS one FROM "notes" WHERE "notes"."noteable_id" = 1 AND "notes"."noteable_type" = 'MergeRequest' LIMIT 10) subquery_for_count /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/76957: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE AND "merge_requests"."source_branch" = 'master' /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/77058: SELECT 1 AS one FROM "user_callouts" WHERE "user_callouts"."user_id" = 2 AND "user_callouts"."feature_name" = 9 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/77159: SELECT a.attname, format_type(a.atttypid, a.atttypmod),772 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,773 c.collname, col_description(a.attrelid, a.attnum) AS comment774 FROM pg_attribute a775 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum776 LEFT JOIN pg_type t ON a.atttypid = t.oid777 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation778 WHERE a.attrelid = '"merge_request_reviewers"'::regclass779 AND a.attnum > 0 AND NOT a.attisdropped780 ORDER BY a.attnum78160: SELECT 1 AS one FROM "users" INNER JOIN "merge_request_reviewers" ON "users"."id" = "merge_request_reviewers"."user_id" WHERE "merge_request_reviewers"."merge_request_id" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/78261: SELECT "appearances".* FROM "appearances" ORDER BY "appearances"."id" ASC LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/78362: SELECT "user_statuses".* FROM "user_statuses" WHERE "user_statuses"."user_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/78463: SELECT a.attname, format_type(a.atttypid, a.atttypmod),785 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,786 c.collname, col_description(a.attrelid, a.attnum) AS comment787 FROM pg_attribute a788 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum789 LEFT JOIN pg_type t ON a.atttypid = t.oid790 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation791 WHERE a.attrelid = '"fork_networks"'::regclass792 AND a.attnum > 0 AND NOT a.attisdropped793 ORDER BY a.attnum79464: SELECT a.attname, format_type(a.atttypid, a.atttypmod),795 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,796 c.collname, col_description(a.attrelid, a.attnum) AS comment797 FROM pg_attribute a798 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum799 LEFT JOIN pg_type t ON a.atttypid = t.oid800 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation801 WHERE a.attrelid = '"fork_network_members"'::regclass802 AND a.attnum > 0 AND NOT a.attisdropped803 ORDER BY a.attnum80465: SELECT a.attname805 FROM (806 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx807 FROM pg_index808 WHERE indrelid = '"fork_networks"'::regclass809 AND indisprimary810 ) i811 JOIN pg_attribute a812 ON a.attrelid = i.indrelid813 AND a.attnum = i.indkey[i.idx]814 ORDER BY i.idx81566: SELECT "fork_networks".* FROM "fork_networks" INNER JOIN "fork_network_members" ON "fork_networks"."id" = "fork_network_members"."fork_network_id" WHERE "fork_network_members"."project_id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/81667: SELECT COUNT(*) FROM "projects" INNER JOIN "namespaces" ON "projects"."namespace_id" = "namespaces"."id" WHERE "namespaces"."owner_id" = 2 AND "namespaces"."type" IS NULL /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/81768: SELECT 1 AS one FROM "users" WHERE "users"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/81869: SELECT "users".* FROM "users" WHERE "users"."id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/81970: SELECT COUNT(*) FROM "issues" INNER JOIN "projects" ON "projects"."id" = "issues"."project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (820 issues.confidential IS NOT TRUE821 OR (issues.confidential = TRUE822 AND (issues.author_id = 2823 OR EXISTS (SELECT TRUE FROM issue_assignees WHERE user_id = 2 AND issue_id = issues.id)824 OR EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = issues.project_id) AND (project_authorizations.access_level >= 20))))) AND (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 10)) OR projects.visibility_level IN (10,20)) AND ("project_features"."issues_access_level" IS NULL OR "project_features"."issues_access_level" IN (20,30) OR ("project_features"."issues_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 10)))) AND ("issues"."state_id" IN (1)) AND (EXISTS (SELECT true FROM "issue_assignees" WHERE "issue_assignees"."user_id" IN (2) AND issue_id = issues.id)) AND "projects"."archived" = FALSE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/82571: SELECT "users".* FROM "users" WHERE "users"."id" = 2 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/82672: SELECT a.attname, format_type(a.atttypid, a.atttypmod),827 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,828 c.collname, col_description(a.attrelid, a.attnum) AS comment829 FROM pg_attribute a830 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum831 LEFT JOIN pg_type t ON a.atttypid = t.oid832 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation833 WHERE a.attrelid = '"projects"'::regclass834 AND a.attnum > 0 AND NOT a.attisdropped835 ORDER BY a.attnum83673: SELECT COUNT(*) FROM "merge_requests" INNER JOIN "projects" ON "projects"."id" = "merge_requests"."target_project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)) OR projects.visibility_level IN (10,20)) AND ("project_features"."merge_requests_access_level" IS NULL OR "project_features"."merge_requests_access_level" IN (20,30) OR ("project_features"."merge_requests_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)))) AND ("merge_requests"."state_id" IN (1)) AND (EXISTS (SELECT true FROM "merge_request_assignees" WHERE "merge_request_assignees"."user_id" IN (2) AND merge_request_id = merge_requests.id)) AND "projects"."archived" = FALSE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/83774: SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/83875: SELECT COUNT(*) FROM "merge_requests" INNER JOIN "projects" ON "projects"."id" = "merge_requests"."target_project_id" LEFT JOIN project_features ON projects.id = project_features.project_id WHERE (EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)) OR projects.visibility_level IN (10,20)) AND ("project_features"."merge_requests_access_level" IS NULL OR "project_features"."merge_requests_access_level" IN (20,30) OR ("project_features"."merge_requests_access_level" = 10 AND EXISTS (SELECT 1 FROM "project_authorizations" WHERE "project_authorizations"."user_id" = 2 AND (project_authorizations.project_id = projects.id) AND (project_authorizations.access_level >= 20)))) AND ("merge_requests"."state_id" IN (1)) AND "projects"."archived" = FALSE AND EXISTS (SELECT true FROM "merge_request_reviewers" WHERE merge_request_id = merge_requests.id AND "merge_request_reviewers"."user_id" = 2) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/83976: SELECT COUNT(*) FROM "todos" WHERE "todos"."user_id" = 2 AND ("todos"."state" IN ('pending')) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/84077: SELECT COUNT(*) FROM "issues" WHERE ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."confidential" = FALSE AND "issues"."project_id" = 2 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/84178: SELECT COUNT(*) FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/84279: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."source_project_id" = 2 AND ("merge_requests"."state_id" IN (1)) AND "merge_requests"."allow_maintainer_to_push" = TRUE /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/84380: SELECT "broadcast_messages".* FROM "broadcast_messages" WHERE (ends_at > '2021-03-22 13:59:50.706781') AND "broadcast_messages"."broadcast_type" = 1 ORDER BY "broadcast_messages"."id" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/84481: SELECT "broadcast_messages".* FROM "broadcast_messages" WHERE (ends_at > '2021-03-22 13:59:50.709362') AND "broadcast_messages"."broadcast_type" = 2 ORDER BY "broadcast_messages"."id" ASC /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/84582: SELECT a.attname, format_type(a.atttypid, a.atttypmod),846 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,847 c.collname, col_description(a.attrelid, a.attnum) AS comment848 FROM pg_attribute a849 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum850 LEFT JOIN pg_type t ON a.atttypid = t.oid851 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation852 WHERE a.attrelid = '"gitlab_subscriptions"'::regclass853 AND a.attnum > 0 AND NOT a.attisdropped854 ORDER BY a.attnum85583: SELECT "gitlab_subscriptions".* FROM "gitlab_subscriptions" WHERE "gitlab_subscriptions"."namespace_id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/85684: SELECT a.attname857 FROM (858 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx859 FROM pg_index860 WHERE indrelid = '"gitlab_subscriptions"'::regclass861 AND indisprimary862 ) i863 JOIN pg_attribute a864 ON a.attrelid = i.indrelid865 AND a.attnum = i.indkey[i.idx]866 ORDER BY i.idx86785: SELECT a.attname, format_type(a.atttypid, a.atttypmod),868 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,869 c.collname, col_description(a.attrelid, a.attnum) AS comment870 FROM pg_attribute a871 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum872 LEFT JOIN pg_type t ON a.atttypid = t.oid873 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation874 WHERE a.attrelid = '"plans"'::regclass875 AND a.attnum > 0 AND NOT a.attisdropped876 ORDER BY a.attnum87786: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'free' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/87887: SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/87988: SELECT 1 AS one FROM "gitlab_subscriptions" WHERE "gitlab_subscriptions"."namespace_id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/88089: INSERT INTO "gitlab_subscriptions" ("created_at", "updated_at", "start_date", "namespace_id", "trial") VALUES ('2021-03-22 13:59:50.789573', '2021-03-22 13:59:50.789573', '2021-03-22', 3, NULL) RETURNING "id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/88190: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/88291: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'default' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/88392: SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/88493: SELECT "plans".* FROM "plans" WHERE "plans"."name" = 'default' LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/88594: SELECT a.attname886 FROM (887 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx888 FROM pg_index889 WHERE indrelid = '"plans"'::regclass890 AND indisprimary891 ) i892 JOIN pg_attribute a893 ON a.attrelid = i.indrelid894 AND a.attnum = i.indkey[i.idx]895 ORDER BY i.idx89695: INSERT INTO "plans" ("created_at", "updated_at", "name") VALUES ('2021-03-22 13:59:50.810497', '2021-03-22 13:59:50.810497', 'default') RETURNING "id" /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/89796: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/89897: SELECT a.attname, format_type(a.atttypid, a.atttypmod),899 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,900 c.collname, col_description(a.attrelid, a.attnum) AS comment901 FROM pg_attribute a902 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum903 LEFT JOIN pg_type t ON a.atttypid = t.oid904 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation905 WHERE a.attrelid = '"plan_limits"'::regclass906 AND a.attnum > 0 AND NOT a.attisdropped907 ORDER BY a.attnum90898: SELECT "plan_limits".* FROM "plan_limits" WHERE "plan_limits"."plan_id" = 1 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/90999: SELECT a.attname910 FROM (911 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx912 FROM pg_index913 WHERE indrelid = '"plan_limits"'::regclass914 AND indisprimary915 ) i916 JOIN pg_attribute a917 ON a.attrelid = i.indrelid918 AND a.attnum = i.indkey[i.idx]919 ORDER BY i.idx920100: SELECT a.attname, format_type(a.atttypid, a.atttypmod),921 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,922 c.collname, col_description(a.attrelid, a.attnum) AS comment923 FROM pg_attribute a924 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum925 LEFT JOIN pg_type t ON a.atttypid = t.oid926 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation927 WHERE a.attrelid = '"namespace_limits"'::regclass928 AND a.attnum > 0 AND NOT a.attisdropped929 ORDER BY a.attnum930101: SELECT "namespace_limits".* FROM "namespace_limits" WHERE "namespace_limits"."namespace_id" = 3 LIMIT 1 /*application:test,correlation_id:01F1D3R3NX3BSYMAFN829PAQP9,endpoint_id:Projects::MergeRequestsController#show*/931Unexpected browser console output:932http://127.0.0.1:45011/namespace2/project2/-/merge_requests/1 - Failed to load resource: the server responded with a status of 500 (Internal Server Error)934RSpec::Retry: 2nd try ./spec/features/issuables/markdown_references/jira_spec.rb:31935 creates a link to the referenced issue after submit936DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/cache.rb:330: warning: Passing the keyword argument as the last hash parameter is deprecated937/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activesupport-6.0.3.4/lib/active_support/cache.rb:710: warning: The called method `get_entry_value' is defined here938 (called from fetch at /builds/gitlab-org/gitlab/lib/gitlab/repository_cache.rb:25)939 creates a note on the referenced issues940 when both external and internal issues trackers are enabled for the actual project941 creates a link to the referenced issue on the preview942 creates a link to the referenced issue after submit943 creates a note on the referenced issues944 when only external issues tracker is enabled for the actual project945 creates a link to the referenced issue on the preview946 creates a link to the referenced issue after submit947 creates a note on the referenced issues948 when no tracker is enabled for the actual project949 creates a link to the referenced issue on the preview950 creates a link to the referenced issue after submit951 creates a note on the referenced issues952 when internal issues tracker is disabled for the other project953 when only internal issues tracker is enabled for the actual project954 creates a link to the referenced issue on the preview955 creates a link to the referenced issue after submit956 creates a note on the referenced issues957 when both external and internal issues trackers are enabled for the actual project958 creates a link to the referenced issue on the preview959 creates a link to the referenced issue after submit960 creates a note on the referenced issues961 when only external issues tracker is enabled for the actual project962 creates a link to the referenced issue on the preview9641st Try error in ./spec/features/issuables/markdown_references/jira_spec.rb:31:965Unable to find visible css ".md-preview-holder"966Unexpected browser console output:967webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."968webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."969webpack-internal:///GiFX 651:16 "Error sending the query 'project'" TypeError: Failed to fetch970webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."971webpack-internal:///GiFX 651:16 "Error sending the query 'project'" TypeError: Failed to fetch972webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."973webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."975RSpec::Retry: 2nd try ./spec/features/issuables/markdown_references/jira_spec.rb:31976 creates a link to the referenced issue after submit977 creates a note on the referenced issues978 when no issues tracker is enabled for the actual project979 creates a link to the referenced issue on the preview980 creates a link to the referenced issue after submit981 creates a note on the referenced issues982User reverts a commit983 when clicking revert from the dropdown for a commit on pipelines tab984 launches the modal and is able to submit the revert985 when starting from the commit tab986 without creating a new merge request987 reverts a commit988 does not revert a previously reverted commit989 with creating a new merge request990 reverts a commit991 when the project is archived992 does not show the revert link993User views issues994 when signed in as developer995 when project is public996 open issues997 shows open issues998 opens issues by label999 opens issue1000 closed issues1001 shows closed issues1002 opens issue1003 all issues1004 shows all issues1005 opens issue1006 when project is internal1007 open issues1008 shows open issues1009 opens issues by label1010 opens issue1011 closed issues1012 shows closed issues1013 opens issue1014 all issues1015 shows all issues1016 opens issue1017 when not signed in1018 when project is public1019 open issues1020 shows open issues1021 opens issues by label1022 opens issue1023 closed issues1024 shows closed issues1025 opens issue1026 all issues1027 shows all issues1028 opens issue1029Batch diffs1030 assigns discussions to diff files across multiple batch pages1031 when user visits a URL with a link directly to to a discussion1032 which is in the first batched page of diffs1033 scrolls to the correct discussion1034 when user switches view styles1035 has the correct discussions applied to files across batched pages1036Group issues page1037 with shared examples1038 public access level1039 group member1040 is expected to have text "this is my created issuable"1041 non-member1042 is expected to have text "this is my created issuable"1043 private access level1044 group member1045 is expected to have text "this is my created issuable"1046 non-member1047 is expected not to have text "this is my created issuable"1048 rss feed1049 when signed in1050 behaves like an autodiscoverable RSS feed with current_user's feed token1051 has an RSS autodiscovery link tag with current_user's feed token1052 it has an RSS button with current_user's feed token1053 shows the RSS button with current_user's feed token1054 when signed out1055 behaves like an autodiscoverable RSS feed without a feed token1056 has an RSS autodiscovery link tag without a feed token1057 it has an RSS button without a feed token1058 shows the RSS button without a feed token1059 assignee1060 filters by only group users1061 issues list1062 returns all group and subgroup issues1063 when project is archived1064 does not render issue1065 projects with issues disabled1066 issue dropdown1067 shows projects only with issues feature enabled1068 manual ordering1069 displays all issues1070 has manual-ordering css applied1071 each issue item has a user-can-drag css applied1072 issues should be draggable and persist order1073 issues should not be draggable when user is not logged in1074 issues pagination1075 shows the pagination1076 first pagination item is active1077Discussion Lock1078 when a user is a team member1079 when the discussion is unlocked1080 the user can lock the issue1081 when the discussion is locked1082 the user can unlock the issue1083 the user can create a comment1084 when a user is not a team member1085 when the discussion is unlocked1086 the user can not lock the issue1087 the user can create a comment1088 when the discussion is locked1089 the user can not unlock the issue1090 the user can not create a comment1091Admin disables Git access protocol1092 with HTTP disabled1093unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.1094unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.1095unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.1096 shows only SSH url1097 mobile component1098 shows only the SSH clone information1099 with SSH disabled1100 shows only HTTP url1101 mobile component1102 shows only the HTTP clone information1103 with nothing disabled1104 shows default SSH url and protocol selection dropdown1105 mobile component1106 shows both SSH and HTTP clone information1107User views releases1108 when the graphql_releases_page feature flag is enabled1109 behaves like releases page1110 when the user is a maintainer1111 sees the release1112 when there is a link as an asset1113 sees the link1114 when there is a link redirect1115 sees the link1116 when url points to external resource1117 sees that the link is external resource1118 with an upcoming release1119 sees the upcoming tag1120 with a tag containing a slash1121 sees the release1122 sorting1123 when the page is sorted by the default sort order1124 behaves like releases sort order1125 sorts the releases behaves like releases sort order1126 when the page is sorted by created_at ascending1127 behaves like releases sort order1128 sorts the releases behaves like releases sort order1129 when the user is a guest1130 renders release info except for Git-related data1131 when the graphql_releases_page feature flag is disabled1132 behaves like releases page1133 when the user is a maintainer1134 sees the release1135 when there is a link as an asset1136 sees the link1137 when there is a link redirect1138 sees the link11401st Try error in ./spec/features/projects/releases/user_views_releases_spec.rb:54:1141expected to find link "linux-amd64 binaries" with href "http://127.0.0.1:45011/namespace133/project138/-/releases/v1/downloads/binaries/linux-amd64" within #<Capybara::Node::Element tag="div" path="/HTML/BODY[1]/DIV[3]/DIV[1]/DIV[3]/MAIN[1]/DIV[2]/DIV[2]/DIV[3]/DIV[2]/DIV[1]/DIV[1]/DIV[1]"> but there were no matches1142Unexpected browser console output:1143http://127.0.0.1:45011/assets/webpack/dll.4bcbf8eebc62/vendor.dll.bundle.js 376298:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"1144http://127.0.0.1:45011/assets/webpack/dll.4bcbf8eebc62/vendor.dll.bundle.js 376298:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"1145http://127.0.0.1:45011/assets/webpack/dll.4bcbf8eebc62/vendor.dll.bundle.js 376298:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"1146http://127.0.0.1:45011/assets/webpack/dll.4bcbf8eebc62/vendor.dll.bundle.js 376298:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"1147http://127.0.0.1:45011/assets/webpack/dll.4bcbf8eebc62/vendor.dll.bundle.js 376298:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"1148http://127.0.0.1:45011/assets/webpack/dll.4bcbf8eebc62/vendor.dll.bundle.js 376298:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlButton>\n \u003CBVPopoverTemplate>\n \u003CBVPopover>\n \u003CBPopover>\n \u003CGlPopover>\n \u003CMarkdownHeader> at vue_shared/components/markdown/header.vue\n \u003CMarkdownField> at vue_shared/components/markdown/field.vue\n \u003CCommentFieldLayout> at notes/components/comment_field_layout.vue\n \u003CNoteForm> at notes/components/note_form.vue\n \u003CDiffLineNoteForm> at diffs/components/diff_line_note_form.vue\n \u003CDiffDiscussionReply> at diffs/components/diff_discussion_reply.vue\n \u003CDiffCommentCell> at diffs/components/diff_comment_cell.vue\n \u003CInlineDiffView> at diffs/components/inline_diff_view.vue\n \u003CDiffContent> at diffs/components/diff_content.vue\n \u003CDiffFile> at diffs/components/diff_file.vue\n \u003CDiffsApp> at diffs/components/app.vue\n \u003CRoot>"1149webpack-internal:///GiFX 651:16 "Error sending the query 'project'" TypeError: Failed to fetch1151RSpec::Retry: 2nd try ./spec/features/projects/releases/user_views_releases_spec.rb:541152 when url points to external resource1153 sees that the link is external resource1154 with an upcoming release1155 sees the upcoming tag1156 with a tag containing a slash1157 sees the release1158 sorting1159 when the page is sorted by the default sort order1160 behaves like releases sort order1161 sorts the releases behaves like releases sort order1162 when the page is sorted by created_at ascending1163 behaves like releases sort order1164 sorts the releases behaves like releases sort order1165 when the user is a guest1166 renders release info except for Git-related data1167Issue Boards1168 labels1169 shows current labels when editing1170 adds a single label1171 adds a multiple labels1172 removes a label1173 creates project label1174 creates project label and list1175Dashboard Issues filtering1176 without any filter1177 shows error message1178 filtering by milestone1179 shows all issues with no milestone1180 shows all issues with the selected milestone1181 updates atom feed link1182 filtering by label1183 shows all issues with the selected label1184 sorting1185 remembers last sorting value1186 keeps sorting issues after visiting Projects Issues page1187User creates new blob1188 as a maintainer1189 behaves like creating a file1190 allows the user to add a new file in Web IDE1191 as an admin1192 behaves like creating a file1193 allows the user to add a new file in Web IDE1194 as a developer1195 does not allow pushing to the default branch1196Edit group settings1197 when the group path is changed1198 the group is accessible via the new path1199 the old group path redirects to the new path1200 with a subgroup1201 the subgroup is accessible via the new path1202 the old subgroup path redirects to the new path1203 with a project1204 the project is accessible via the new path1205 the old project path redirects to the new path1206 project creation level menu1207 shows the selection menu1208 subgroup creation level menu1209 shows the selection menu1210 edit group avatar1211DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.1/lib/carrierwave/sanitized_file.rb:316: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call1212/usr/local/lib/ruby/2.7.0/fileutils.rb:206: warning: The called method `mkdir_p' is defined here1213 (called from cache! at /builds/gitlab-org/gitlab/app/uploaders/object_storage.rb:369)1214 uploads new group avatar1215/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.1/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil1216 removes group avatar1217 edit group path1218 has a root URL label for top-level group1219 has a parent group URL label for a subgroup group1220 disable email notifications1221 is visible1222 accepts the changed state1223User sorts projects and order persists1224 from explore projects1225 behaves like sort order persists across all views1226 is set on the dashboard_projects_path1227 is set on the explore_projects_path1228 is set on the group_canonical_path1229 is set on the details_group_path1230 from dashboard projects1231 behaves like sort order persists across all views1232 is set on the dashboard_projects_path1233 is set on the explore_projects_path1234 is set on the group_canonical_path1235 is set on the details_group_path1236 from group homepage1237 behaves like sort order persists across all views1238 is set on the dashboard_projects_path1239 is set on the explore_projects_path1240 is set on the group_canonical_path1241 is set on the details_group_path1242 from group details1243 behaves like sort order persists across all views1244 is set on the dashboard_projects_path1245 is set on the explore_projects_path1246 is set on the group_canonical_path1247 is set on the details_group_path1248Public Snippets1249 unauthenticated user should see public snippets1250 unauthenticated user should see raw public snippets1251Groups > Members > Manage groups1252 when group link does not exist1253 add group to group1254 when group link exists1255 remove group from group1256 update group to owner level1257 updates expiry date1258 when expiry date is set1259 clears expiry date1260Projects > Files > User wants to add a .gitlab-ci.yml file1261 user can pick a template from the dropdown1262 when template param is provided1263 uses the given template1264 when provided template param is not a valid template name1265 leaves the editor empty1266 when template is not available for the given file1267 leaves the editor empty1268Groups > Members > Maintainer manages access requests1269 behaves like Maintainer manages access requests1270 maintainer can see access requests1271 maintainer can grant access1272 maintainer can deny access1273Dropdown author1274 behavior1275 loads all the authors when opened1276 shows current user at top of dropdown1277 selecting from dropdown without Ajax call1278 selects current user1279Dropdown base1280 behavior1281 shows loading indicator when opened1282 hides loading indicator when loaded1283 caching requests1284 caches requests after the first load1285User views diffs file-by-file1286 shows diffs file-by-file1287Projects > Show > Download buttons1288 when checking project main page1289 behaves like archive download buttons1290 when static objects external storage is enabled1291 private project1292 shows archive download buttons with external storage URL prepended and user token appended to their href1293 public project1294 shows archive download buttons with external storage URL prepended to their href1295 when static objects external storage is disabled1296 shows default archive download buttons1297 with artifacts1298 shows download artifacts button1299 download links have download attribute1300Profile > Applications1301 User manages applications1302 views an application1303 deletes an application1304 deletes an authorized application1305Project remote mirror1306 On a project1307 when last_error is present but last_update_at is not1308 renders error message without timstamp1309 when last_error and last_update_at are present1310 renders error message with timestamp1311Issues Feed1312 GET /issues1313 renders atom feed with url parameters for project issues1314 renders atom feed with url parameters for group issues1315 when authenticated1316 renders atom feed1317 when authenticated via personal access token1318 renders atom feed1319 when authenticated via feed token1320 renders atom feed1321Projects > Files > User searches for files1322 project main screen1323 when project is empty1324 does not show any result1325 when project is not empty1326 shows "Find file" button1327 project tree screen1328 shows found files1329Incident Detail1330 when user displays the incident1331 shows the incident tabs1332Projects > Show > RSS1333 when signed in1334 behaves like an autodiscoverable RSS feed with current_user's feed token1335 has an RSS autodiscovery link tag with current_user's feed token1336 when signed out1337 behaves like an autodiscoverable RSS feed without a feed token1338 has an RSS autodiscovery link tag without a feed token1339User searches Incident Management incidents1340 when a developer displays the incident list they can search for an incident1341 shows the incident table with an incident for a valid search filter bar1342User edits labels1343 updates label's title1344Projects > Wiki > User views wiki in project page1345 when repository is disabled for project1346 when wiki homepage contains a link1347 displays the correct URL for the link1348User visits the profile SSH keys page1349 shows correct menu item1350Knapsack report was generated. Preview:1351{1352 "spec/features/issuables/markdown_references/jira_spec.rb": 200.0750994682312,1353 "spec/features/projects/commit/user_reverts_commit_spec.rb": 32.43406438827515,1354 "spec/features/issues/user_views_issues_spec.rb": 58.331974506378174,1355 "spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb": 57.915653467178345,1356 "spec/features/groups/issues_spec.rb": 39.46069574356079,1357 "spec/features/issues/discussion_lock_spec.rb": 34.93375301361084,1358 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 30.54723882675171,1359 "spec/features/projects/releases/user_views_releases_spec.rb": 86.89670276641846,1360 "spec/features/boards/sidebar_labels_spec.rb": 20.987350702285767,1361 "spec/features/dashboard/issues_filter_spec.rb": 15.934138059616089,1362 "spec/features/projects/blobs/user_creates_new_blob_in_new_project_spec.rb": 14.601832628250122,1363 "spec/features/groups/group_settings_spec.rb": 14.46676254272461,1364 "spec/features/projects/user_sorts_projects_spec.rb": 11.910622119903564,1365 "spec/features/snippets/public_snippets_spec.rb": 11.93965768814087,1366 "spec/features/groups/members/manage_groups_spec.rb": 10.734023094177246,1367 "spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb": 8.918955564498901,1368 "spec/features/groups/members/master_manages_access_requests_spec.rb": 8.06714677810669,1369 "spec/features/issues/filtered_search/dropdown_author_spec.rb": 5.6047608852386475,1370 "spec/features/issues/filtered_search/dropdown_base_spec.rb": 5.469947099685669,1371 "spec/features/merge_request/user_views_diffs_file_by_file_spec.rb": 4.58663535118103,1372 "spec/features/projects/show/download_buttons_spec.rb": 6.214367151260376,1373 "spec/features/profiles/oauth_applications_spec.rb": 5.015066385269165,1374 "spec/features/projects/remote_mirror_spec.rb": 4.091456651687622,1375 "spec/features/atom/issues_spec.rb": 3.428485155105591,1376 "spec/features/projects/files/user_searches_for_files_spec.rb": 2.8518173694610596,1377 "spec/features/issues/incident_issue_spec.rb": 2.8382568359375,1378 "spec/features/projects/show/rss_spec.rb": 1.6482422351837158,1379 "spec/features/incidents/user_searches_incidents_spec.rb": 1.3766815662384033,1380 "spec/features/projects/labels/user_edits_labels_spec.rb": 0.9785861968994141,1381 "spec/features/projects/wiki/user_views_wiki_in_project_page_spec.rb": 0.8093109130859375,1382 "spec/features/profiles/user_visits_profile_ssh_keys_page_spec.rb": 0.302757263183593751383}1384Knapsack global time execution for tests: 11m 43s1385Finished in 12 minutes 0 seconds (files took 47.83 seconds to load)1386195 examples, 0 failures1387Mon 22 Mar 2021 02:11:48 PM UTC1389Not uploading cache rails-v4-3 due to policy1391Uploading artifacts...1392coverage/: found 5 matching files and directories 1393WARNING: crystalball/: no matching files 1394deprecations/: found 7 matching files and directories 1395knapsack/: found 3 matching files and directories 1396rspec_flaky/: found 4 matching files and directories 1397rspec_profiling/: found 1 matching files and directories 1398tmp/capybara/: found 7 matching files and directories 1399tmp/memory_test/: found 2 matching files and directories 1400tmp/feature_flags/: found 140 matching files and directories 1401log/*.log: found 17 matching files and directories 1402Uploading artifacts as "archive" to coordinator... ok id=1117428389 responseStatus=201 Created token=xi_VbjSU1403Uploading artifacts...1404junit_rspec.xml: found 1 matching files and directories 1405Uploading artifacts as "junit" to coordinator... ok id=1117428389 responseStatus=201 Created token=xi_VbjSU1407Job succeeded