rspec system pg12 6/24
Passed Started
by
@godfat-gitlab

Lin Jen-Shin
1Running with gitlab-runner 14.4.0-rc1 (bc99a056)2 on docker-auto-scale-com 8a6210b83 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:fd694ed1533c17b41ce216f564c485b00c54a22d4381ffffb0a8e0c1b63f1747 for postgres:12 with digest postgres@sha256:5dee94aed72d1549f945e63195ebe720a1472df170f8d2a8807ea02c8ecf6aa2 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:a7a6051077c6c9cfc9ad478778271b49900cb5c4667e64a4128306d8f41a5396 for redis:5.0-alpine with digest redis@sha256:cb5840073dc475b45bf856eb666f5e4d19e3b1ae882e0f3a1396d399cfa23702 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:3a2e6a9cad65fa0415ab85039d82beb91c1c065f731261c1b2b150f34d219920 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:37c1a65d34690f6db5d9a6308136b2ef8361634b2bc1bed4057561128323c6e3 ...18Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1634131624-b4addc07...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 43% |************** | 152M 0:00:01 ETA25gitlab.tar.gz 97% |******************************* | 336M 0:00:00 ETA26gitlab.tar.gz 100% |********************************| 346M 0:00:00 ETA27'/tmp/gitlab.tar.gz' saved28Extracting tarball into /builds/gitlab-org/gitlab...29Fetching changes with git depth set to 20...30Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/31Created fresh repository.32remote: Enumerating objects: 110247, done. 33remote: Counting objects: 100% (110247/110247), done. 34remote: Compressing objects: 100% (75671/75671), done. 35remote: Total 110247 (delta 47970), reused 75452 (delta 30626), pack-reused 0 36Receiving objects: 100% (110247/110247), 101.87 MiB | 22.70 MiB/s, done.37Resolving deltas: 100% (47970/47970), done.39 * [new ref] 535e4adb5142269adb0ab6e75a281530634a8ca8 -> refs/pipelines/38787247040 * [new branch] master -> origin/master41Checking out 535e4adb as master...42Skipping Git submodules setup44Checking cache for ruby-gems-v1-4...45Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-4 46Successfully extracted cache47Checking cache for gitaly-ruby-gems-v1-4...48Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-4 49Successfully extracted cache51Downloading artifacts for compile-test-assets (1677157166)...52Downloading artifacts from coordinator... ok id=1677157166 responseStatus=200 OK token=ycJW5xLW53Downloading artifacts for retrieve-tests-metadata (1677157175)...54Downloading artifacts from coordinator... ok id=1677157175 responseStatus=200 OK token=TfUgejm255Downloading artifacts for setup-test-env (1677157171)...56Downloading artifacts from coordinator... ok id=1677157171 responseStatus=200 OK token=mKsuziZw58Using docker image sha256:3a2e6a9cad65fa0415ab85039d82beb91c1c065f731261c1b2b150f34d219920 for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:37c1a65d34690f6db5d9a6308136b2ef8361634b2bc1bed4057561128323c6e3 ...59$ echo $FOSS_ONLY60$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb61$ export GOPATH=$CI_PROJECT_DIR/.go62$ mkdir -p $GOPATH63$ source scripts/utils.sh64$ source scripts/prepare_build.sh65Bundler version 2.1.466production:development67Settings are listed in order of priority. The top value will be used.68path69Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"70clean71Set for the current user (/root/.bundle/config): "true"72without73Set via BUNDLE_WITHOUT: [:production, :development]74install_flags75Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77The Gemfile's dependencies are satisfied78==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.79$ bundle pristine pg80Installing pg 1.2.3 with native extensions81==> 'bundle pristine pg' succeeded in 15 seconds.82$ setup_db_user_only83CREATE ROLE84GRANT85==> 'setup_db_user_only' succeeded in 1 seconds.86$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee87Dropped database 'gitlabhq_test'88Created database 'gitlabhq_test'89DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_geo_test'92==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 43 seconds.93$ run_timed_command "gem install knapsack --no-document"94$ gem install knapsack --no-document95Successfully installed knapsack-4.0.0961 gem installed97==> 'gem install knapsack --no-document' succeeded in 2 seconds.98$ run_timed_command "scripts/gitaly-test-spawn"99$ scripts/gitaly-test-spawn100Settings are listed in order of priority. The top value will be used.101jobs102Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 4103retry104Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 3105path106Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"107deployment108Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true109without110Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]111Set via BUNDLE_WITHOUT: [:production, :development]112app_config113Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"114gemfile115Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"116Don't run Bundler as root. Bundler can ask for sudo if it is needed, and117installing your bundle as root will break this application for all non-root118users on this machine.119Using abstract_type 0.0.7120Using concurrent-ruby 1.1.9121Using i18n 1.8.10122Using minitest 5.14.4123Using tzinfo 2.0.4124Using zeitwerk 2.4.2125Using activesupport 6.1.4.1126Using builder 3.2.4127Using erubi 1.10.0128Using mini_portile2 2.5.1129Using racc 1.5.2130Using nokogiri 1.11.7 (x86_64-linux)131Using rails-dom-testing 2.0.3132Using crass 1.0.6133Using loofah 2.12.0134Using rails-html-sanitizer 1.4.2135Using actionview 6.1.4.1136Using rack 2.2.3137Using rack-test 1.1.0138Using actionpack 6.1.4.1139Using ice_nine 0.11.2140Using thread_safe 0.3.6141Using memoizable 0.4.2142Using adamantium 0.2.0143Using public_suffix 4.0.6144Using addressable 2.7.0145Using ast 2.4.1146Using binding_ninja 0.2.3147Using bundler 2.1.4148Using charlock_holmes 0.7.7149Using coderay 1.1.2150Using equalizer 0.0.11151Using concord 0.1.5152Using diff-lcs 1.3153Using dotenv 2.7.6154Using escape_utils 1.2.1155Using factory_bot 5.0.2156Using multipart-post 2.1.1157Using faraday 1.0.1158Using ffi 1.15.3159Using json 2.5.1160Using gemojione 3.3.0161Using mini_mime 1.0.2162Using rugged 1.1.0163Using github-linguist 7.12.1164Using github-markup 1.7.0165Using mime-types-data 3.2020.1104166Using mime-types 3.3.1167Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1168Using rouge 3.26.0169Using nokogumbo 1.5.0170Using sanitize 4.6.6171Using stringex 2.8.5172Using gitlab-gollum-lib 4.2.7.10.gitlab.1173Using google-protobuf 3.17.3 (x86_64-linux)174Using googleapis-common-protos-types 1.1.0175Using grpc 1.30.2 (x86_64-linux)176Using opentracing 0.5.0177Using thrift 0.15.0178Using jaeger-client 1.1.0179Using pg_query 2.1.0180Using redis 4.4.0181Using gitlab-labkit 0.21.2182Using gitlab-markup 1.7.1183Using grpc-tools 1.30.2184Using sawyer 0.8.2185Using octokit 4.20.0186Using reverse_markdown 1.4.0187Using thor 1.1.0188Using licensee 9.14.1189Using method_source 0.9.2190Using msgpack 1.3.3191Using optimist 3.0.1192Using parallel 1.19.2193Using parser 2.7.2.0194Using procto 0.0.3195Using unparser 0.4.7196Using proc_to_ast 0.1.0197Using pry 0.12.2198Using rainbow 3.0.0199Using rbtrace 0.4.14200Using rdoc 6.3.2201Using regexp_parser 1.8.1202Using rexml 3.2.4203Using rspec-support 3.8.0204Using rspec-core 3.8.0205Using rspec-expectations 3.8.3206Using rspec-mocks 3.8.0207Using rspec 3.8.0208Using rspec-parameterized 0.4.2209Using rubocop-ast 0.2.0210Using ruby-progressbar 1.10.1211Using unicode-display_width 1.7.0212Using rubocop 0.86.0213Using sentry-raven 3.0.4214Using timecop 0.9.1215Bundle complete! 21 Gemfile dependencies, 96 gems now installed.216Gems in the groups production and development were not installed.217Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`218Checking gitaly-ruby Gemfile...219Checking gitaly-ruby bundle...220The Gemfile's dependencies are satisfied221Trying to connect to gitaly: .......................................................... OK222Trying to connect to gitaly2: ............................................................................ OK223Trying to connect to praefect: ........... OK224==> 'scripts/gitaly-test-spawn' succeeded in 17 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"227KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb228Knapsack report generator started!229Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}230==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.081530756 seconds...231Test environment set up in 0.802444069 seconds232Public Project Access233 Project should be public234 #public?235 is expected to be truthy236 GET /:project_path237DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)238DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)239DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)240DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)241 is expected to be allowed for admin242 is expected to be allowed for owner243 is expected to be allowed for maintainer244 is expected to be allowed for developer245 is expected to be allowed for reporter246 is expected to be allowed for guest247 is expected to be allowed for user248 is expected to be allowed for external249 is expected to be allowed for visitor250 GET /:project_path/-/tree/master251 is expected to be allowed for admin252 is expected to be allowed for owner253 is expected to be allowed for maintainer254 is expected to be allowed for developer255 is expected to be allowed for reporter256 is expected to be allowed for guest257 is expected to be allowed for user258 is expected to be allowed for external259 is expected to be allowed for visitor260 GET /:project_path/-/commits/master261 is expected to be allowed for admin262 is expected to be allowed for owner263 is expected to be allowed for maintainer264 is expected to be allowed for developer265 is expected to be allowed for reporter266 is expected to be allowed for guest267 is expected to be allowed for user268 is expected to be allowed for external269 is expected to be allowed for visitor270 GET /:project_path/-/commit/:sha271DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)272DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)273DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)274DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)275 is expected to be allowed for admin276 is expected to be allowed for owner277 is expected to be allowed for maintainer278 is expected to be allowed for developer279 is expected to be allowed for reporter280 is expected to be allowed for guest281 is expected to be allowed for user282 is expected to be allowed for external283 is expected to be allowed for visitor284 GET /:project_path/-/compare285 is expected to be allowed for admin286 is expected to be allowed for owner287 is expected to be allowed for maintainer288 is expected to be allowed for developer289 is expected to be allowed for reporter290 is expected to be allowed for guest291 is expected to be allowed for user292 is expected to be allowed for external293 is expected to be allowed for visitor294 GET /:project_path/-/project_members295 is expected to be allowed for admin296 is expected to be allowed for owner297 is expected to be allowed for maintainer298 is expected to be allowed for developer299 is expected to be allowed for reporter300 is expected to be allowed for guest301 is expected to be allowed for user302 is expected to be allowed for visitor303 is expected to be allowed for external304 GET /:project_path/-/settings/ci_cd305 is allowed for admin when admin mode is enabled306 is denied for admin when admin mode is disabled307 is expected to be allowed for owner308 is expected to be allowed for maintainer309 is expected to be denied for developer310 is expected to be denied for reporter311 is expected to be denied for guest312 is expected to be denied for user313 is expected to be denied for visitor314 is expected to be denied for external315 GET /:project_path/-/settings/repository316 is allowed for admin when admin mode is enabled317 is denied for admin when admin mode is disabled318 is expected to be allowed for owner319 is expected to be allowed for maintainer320 is expected to be denied for developer321 is expected to be denied for reporter322 is expected to be denied for guest323 is expected to be denied for user324 is expected to be denied for visitor325 is expected to be denied for external326 GET /:project_path/pipelines327 is expected to be allowed for admin328 is expected to be allowed for owner329 is expected to be allowed for maintainer330 is expected to be allowed for developer331 is expected to be allowed for reporter332 is expected to be allowed for guest333 is expected to be allowed for user334 is expected to be allowed for external335 is expected to be allowed for visitor336 GET /:project_path/pipelines/:id337 is expected to be allowed for admin338 is expected to be allowed for owner339 is expected to be allowed for maintainer340 is expected to be allowed for developer341 is expected to be allowed for reporter342 is expected to be allowed for guest343 is expected to be allowed for user344 is expected to be allowed for external345 is expected to be allowed for visitor346 GET /:project_path/builds347 when allowed for public348 is expected to be allowed for admin349 is expected to be allowed for owner350 is expected to be allowed for maintainer351 is expected to be allowed for developer352 is expected to be allowed for reporter353 is expected to be allowed for guest354 is expected to be allowed for user355 is expected to be allowed for external356 is expected to be allowed for visitor357 when disallowed for public358 is allowed for admin when admin mode is enabled359 is denied for admin when admin mode is disabled360 is expected to be allowed for owner361 is expected to be allowed for maintainer362 is expected to be allowed for developer363 is expected to be allowed for reporter364 is expected to be denied for guest365 is expected to be denied for user366 is expected to be denied for external367 is expected to be denied for visitor368 GET /:project_path/builds/:id369 when allowed for public370 is expected to be allowed for admin371 is expected to be allowed for owner372 is expected to be allowed for maintainer373 is expected to be allowed for developer374 is expected to be allowed for reporter375 is expected to be allowed for guest376 is expected to be allowed for user377 is expected to be allowed for external378 is expected to be allowed for visitor379 when disallowed for public380 is allowed for admin when admin mode is enabled381 is denied for admin when admin mode is disabled382 is expected to be allowed for owner383 is expected to be allowed for maintainer384 is expected to be allowed for developer385 is expected to be allowed for reporter386 is expected to be denied for guest387 is expected to be denied for user388 is expected to be denied for external389 is expected to be denied for visitor390 GET /:project_path/builds/:id/trace391 when allowed for public392 is expected to be allowed for admin393 is expected to be allowed for owner394 is expected to be allowed for maintainer395 is expected to be allowed for developer396 is expected to be allowed for reporter397 is expected to be allowed for guest398 is expected to be allowed for user399 is expected to be allowed for external400 is expected to be allowed for visitor401 when disallowed for public402 is allowed for admin when admin mode is enabled403 is denied for admin when admin mode is disabled404 is expected to be allowed for owner405 is expected to be allowed for maintainer406 is expected to be allowed for developer407 is expected to be allowed for reporter408 is expected to be denied for guest409 is expected to be denied for user410 is expected to be denied for external411 is expected to be denied for visitor412 GET /:project_path/pipeline_schedules413 is allowed for admin when admin mode is enabled414 is allowed for admin when admin mode is disabled415 is expected to be allowed for owner416 is expected to be allowed for maintainer417 is expected to be allowed for developer418 is expected to be allowed for reporter419 is expected to be allowed for guest420 is expected to be allowed for user421 is expected to be allowed for external422 is expected to be allowed for visitor423 GET /:project_path/-/environments424 is allowed for admin when admin mode is enabled425 is allowed for admin when admin mode is disabled426 is expected to be allowed for owner427 is expected to be allowed for maintainer428 is expected to be allowed for developer429 is expected to be allowed for reporter430 is expected to be allowed for guest431 is expected to be allowed for user432 is expected to be allowed for external433 is expected to be allowed for visitor434 GET /:project_path/-/environments/:id435 is allowed for admin when admin mode is enabled436 is allowed for admin when admin mode is disabled437 is expected to be allowed for owner438 is expected to be allowed for maintainer439 is expected to be allowed for developer440 is expected to be allowed for reporter441 is expected to be allowed for guest442 is expected to be allowed for user443 is expected to be allowed for external444 is expected to be allowed for visitor445 GET /:project_path/-/environments/:id/deployments446 is allowed for admin when admin mode is enabled447 is allowed for admin when admin mode is disabled448 is expected to be allowed for owner449 is expected to be allowed for maintainer450 is expected to be allowed for developer451 is expected to be allowed for reporter452 is expected to be allowed for guest453 is expected to be allowed for user454 is expected to be allowed for external455 is expected to be allowed for visitor456 GET /:project_path/-/environments/new457 is allowed for admin when admin mode is enabled458 is denied for admin when admin mode is disabled459 is expected to be allowed for owner460 is expected to be allowed for maintainer461 is expected to be allowed for developer462 is expected to be denied for reporter463 is expected to be denied for guest464 is expected to be denied for user465 is expected to be denied for external466 is expected to be denied for visitor467 GET /:project_path/-/blob468 is expected to be allowed for admin469 is expected to be allowed for owner470 is expected to be allowed for maintainer471 is expected to be allowed for developer472 is expected to be allowed for reporter473 is expected to be allowed for guest474 is expected to be allowed for user475 is expected to be allowed for visitor476 GET /:project_path/edit477DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)478DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)479 is allowed for admin when admin mode is enabled480 is denied for admin when admin mode is disabled481 is expected to be allowed for owner482 is expected to be allowed for maintainer483 is expected to be denied for developer484 is expected to be denied for reporter485 is expected to be denied for guest486 is expected to be denied for user487 is expected to be denied for external488 is expected to be denied for visitor489 GET /:project_path/deploy_keys490 is allowed for admin when admin mode is enabled491 is denied for admin when admin mode is disabled492 is expected to be allowed for owner493 is expected to be allowed for maintainer494 is expected to be denied for developer495 is expected to be denied for reporter496 is expected to be denied for guest497 is expected to be denied for user498 is expected to be denied for external499 is expected to be denied for visitor500 GET /:project_path/issues501 is expected to be allowed for admin502 is expected to be allowed for owner503 is expected to be allowed for maintainer504 is expected to be allowed for developer505 is expected to be allowed for reporter506 is expected to be allowed for guest507 is expected to be allowed for user508 is expected to be allowed for external509 is expected to be allowed for visitor510 GET /:project_path/issues/:id/edit511 is allowed for admin when admin mode is enabled512 is denied for admin when admin mode is disabled513 is expected to be allowed for owner514 is expected to be allowed for maintainer515 is expected to be allowed for developer516 is expected to be allowed for reporter517 is expected to be denied for guest518 is expected to be denied for user519 is expected to be denied for external520 is expected to be denied for visitor521 GET /:project_path/snippets522DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)523 is expected to be allowed for admin524DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)525 is expected to be allowed for owner526DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)527 is expected to be allowed for maintainer528DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)529 is expected to be allowed for developer530DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)531 is expected to be allowed for reporter532DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)533 is expected to be allowed for guest534DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)535 is expected to be allowed for user536DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)537 is expected to be allowed for external538DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)539 is expected to be allowed for visitor540 GET /:project_path/snippets/new541 is allowed for admin when admin mode is enabled542 is denied for admin when admin mode is disabled543 is expected to be allowed for owner544 is expected to be allowed for maintainer545 is expected to be allowed for developer546 is expected to be allowed for reporter547 is expected to be denied for guest548 is expected to be denied for user549 is expected to be denied for external550 is expected to be denied for visitor551 GET /:project_path/-/merge_requests552 is expected to be allowed for admin553 is expected to be allowed for owner554 is expected to be allowed for maintainer555 is expected to be allowed for developer556 is expected to be allowed for reporter557 is expected to be allowed for guest558 is expected to be allowed for user559 is expected to be allowed for external560 is expected to be allowed for visitor561 GET /:project_path/-/merge_requests/new562 is allowed for admin when admin mode is enabled563 is denied for admin when admin mode is disabled564 is expected to be allowed for owner565 is expected to be allowed for maintainer566 is expected to be allowed for developer567 is expected to be denied for reporter568 is expected to be denied for guest569 is expected to be denied for user570 is expected to be denied for external571 is expected to be denied for visitor572 GET /:project_path/-/branches573 is expected to be allowed for admin574 is expected to be allowed for owner575 is expected to be allowed for maintainer576 is expected to be allowed for developer577 is expected to be allowed for reporter578 is expected to be allowed for guest579 is expected to be allowed for user580 is expected to be allowed for external581 is expected to be allowed for visitor582 GET /:project_path/-/tags583 is expected to be allowed for admin584 is expected to be allowed for owner585 is expected to be allowed for maintainer586 is expected to be allowed for developer587 is expected to be allowed for reporter588 is expected to be allowed for guest589 is expected to be allowed for user590 is expected to be allowed for external591 is expected to be allowed for visitor592 GET /:project_path/-/settings/integrations593 is allowed for admin when admin mode is enabled594 is denied for admin when admin mode is disabled595 is expected to be allowed for owner596 is expected to be allowed for maintainer597 is expected to be denied for developer598 is expected to be denied for reporter599 is expected to be denied for guest600 is expected to be denied for user601 is expected to be denied for external602 is expected to be denied for visitor603 GET /:project_path/container_registry604 is expected to be allowed for admin605 is expected to be allowed for owner606 is expected to be allowed for maintainer607 is expected to be allowed for developer608 is expected to be allowed for reporter609 is expected to be allowed for guest610 is expected to be allowed for user611 is expected to be allowed for external612 is expected to be allowed for visitor613Admin Runners614 Runners page615Starting the Capybara driver server...616 when there are runners617Capybara starting Puma...618* Version 5.3.2 , codename: Sweetnighter619* Min threads: 0, max threads: 4620* Listening on unix:///tmp/20211013-441-1dduy7621unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.622unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.623unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.624 has all necessary texts625 with an instance runner shows an instance badge and no project count626 with a group runner shows a group badge and no project count627 with a project runner shows a project badge and project count628 sorts by last contact date629 search630 shows runners631 shows correct runner when description matches632 shows no runner when description does not match633 filter by status634 shows correct runner when status matches635 shows no runner when status does not match636 shows correct runner when status is selected and search term is entered637 filter by type638 shows correct runner when type matches639 shows no runner when type does not match640 shows correct runner when type is selected and search term is entered641 filter by tag642 shows correct runner when tag matches643 shows no runner when tag does not match644 shows correct runner when tag is selected and search term is entered645 when there are no runners646 has all necessary texts including no runner message647 runners registration token648 has a registration token649 reset registration token650 changes registration token651 Runner show page652 runner page breadcrumbs653 contains the current runner token654 runner page title655 contains the runner id656 projects657 contains project names658 search659 contains name of correct project660 enable/create661 with specific runner662 behaves like assignable runner663 enables a runner for a project664 with locked runner665 behaves like assignable runner666 enables a runner for a project667 with shared runner668 behaves like assignable runner669 enables a runner for a project670 disable/destroy671 removed specific runner from project672Resolve an open thread in a merge request by creating an issue673 As a user with access to the project674 has a link to create a new issue for a thread675 with the internal tracker disabled676 does not show a link to create a new issue (PENDING: Temporarily skipped with xit)677 resolving the thread678 hides the link for creating a new issue679 shows the link for creating a new issue when unresolving a thread680 creating the issue681 has a hidden field for the thread682 behaves like creating an issue for a thread683 shows an issue with the title filled in684 has a mention of the discussion in the description6852021-10-13 18:30:09 +0000 Rack app ("POST /namespace34/project34/-/issues" - (127.0.0.1)): #<Gitlab::QueryLimiting::Transaction::ThresholdExceededError: Too many SQL queries were executed in Projects::IssuesController#create: a maximum of 100 is allowed but 112 SQL queries were executed6860: SELECT "projects"."id" AS t0_r0, "projects"."name" AS t0_r1, "projects"."path" AS t0_r2, "projects"."description" AS t0_r3, "projects"."created_at" AS t0_r4, "projects"."updated_at" AS t0_r5, "projects"."creator_id" AS t0_r6, "projects"."namespace_id" AS t0_r7, "projects"."last_activity_at" AS t0_r8, "projects"."import_url" AS t0_r9, "projects"."visibility_level" AS t0_r10, "projects"."archived" AS t0_r11, "projects"."avatar" AS t0_r12, "projects"."merge_requests_template" AS t0_r13, "projects"."star_count" AS t0_r14, "projects"."merge_requests_rebase_enabled" AS t0_r15, "projects"."import_type" AS t0_r16, "projects"."import_source" AS t0_r17, "projects"."approvals_before_merge" AS t0_r18, "projects"."reset_approvals_on_push" AS t0_r19, "projects"."merge_requests_ff_only_enabled" AS t0_r20, "projects"."issues_template" AS t0_r21, "projects"."mirror" AS t0_r22, "projects"."mirror_user_id" AS t0_r23, "projects"."shared_runners_enabled" AS t0_r24, "projects"."runners_token" AS t0_r25, "projects"."build_coverage_regex" AS t0_r26, "projects"."build_allow_git_fetch" AS t0_r27, "projects"."build_timeout" AS t0_r28, "projects"."mirror_trigger_builds" AS t0_r29, "projects"."pending_delete" AS t0_r30, "projects"."public_builds" AS t0_r31, "projects"."last_repository_check_failed" AS t0_r32, "projects"."last_repository_check_at" AS t0_r33, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r34, "projects"."has_external_issue_tracker" AS t0_r35, "projects"."repository_storage" AS t0_r36, "projects"."repository_read_only" AS t0_r37, "projects"."request_access_enabled" AS t0_r38, "projects"."has_external_wiki" AS t0_r39, "projects"."ci_config_path" AS t0_r40, "projects"."lfs_enabled" AS t0_r41, "projects"."description_html" AS t0_r42, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r43, "projects"."repository_size_limit" AS t0_r44, "projects"."printing_merge_request_link_enabled" AS t0_r45, "projects"."auto_cancel_pending_pipelines" AS t0_r46, "projects"."service_desk_enabled" AS t0_r47, "projects"."cached_markdown_version" AS t0_r48, "projects"."delete_error" AS t0_r49, "projects"."last_repository_updated_at" AS t0_r50, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r51, "projects"."storage_version" AS t0_r52, "projects"."resolve_outdated_diff_discussions" AS t0_r53, "projects"."remote_mirror_available_overridden" AS t0_r54, "projects"."only_mirror_protected_branches" AS t0_r55, "projects"."pull_mirror_available_overridden" AS t0_r56, "projects"."jobs_cache_index" AS t0_r57, "projects"."external_authorization_classification_label" AS t0_r58, "projects"."mirror_overwrites_diverged_branches" AS t0_r59, "projects"."pages_https_only" AS t0_r60, "projects"."external_webhook_token" AS t0_r61, "projects"."packages_enabled" AS t0_r62, "projects"."merge_requests_author_approval" AS t0_r63, "projects"."pool_repository_id" AS t0_r64, "projects"."runners_token_encrypted" AS t0_r65, "projects"."bfg_object_map" AS t0_r66, "projects"."detected_repository_languages" AS t0_r67, "projects"."merge_requests_disable_committers_approval" AS t0_r68, "projects"."require_password_to_approve" AS t0_r69, "projects"."emails_disabled" AS t0_r70, "projects"."max_pages_size" AS t0_r71, "projects"."max_artifacts_size" AS t0_r72, "projects"."remove_source_branch_after_merge" AS t0_r73, "projects"."marked_for_deletion_at" AS t0_r74, "projects"."marked_for_deletion_by_user_id" AS t0_r75, "projects"."autoclose_referenced_issues" AS t0_r76, "projects"."suggestion_commit_message" AS t0_r77, "projects"."project_namespace_id" AS t0_r78, "routes"."id" AS t1_r0, "routes"."source_id" AS t1_r1, "routes"."source_type" AS t1_r2, "routes"."path" AS t1_r3, "routes"."created_at" AS t1_r4, "routes"."updated_at" AS t1_r5, "routes"."name" AS t1_r6 FROM "projects" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Project' AND "routes"."source_id" = "projects"."id" WHERE "routes"."path" = 'namespace34/project34' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,db_config_name:main*/6871: SELECT "user_details"."user_id", "user_details"."job_title", "user_details"."bio", "user_details"."webauthn_xid", "user_details"."other_role", "user_details"."provisioned_by_group_id", "user_details"."pronouns", "user_details"."pronunciation", "user_details"."registration_objective", "user_details"."phone" FROM "user_details" WHERE "user_details"."user_id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6882: SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = 323 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6893: SELECT "user_preferences"."id", "user_preferences"."user_id", "user_preferences"."issue_notes_filter", "user_preferences"."merge_request_notes_filter", "user_preferences"."created_at", "user_preferences"."updated_at", "user_preferences"."epics_sort", "user_preferences"."roadmap_epics_state", "user_preferences"."epic_notes_filter", "user_preferences"."issues_sort", "user_preferences"."merge_requests_sort", "user_preferences"."roadmaps_sort", "user_preferences"."first_day_of_week", "user_preferences"."timezone", "user_preferences"."time_display_relative", "user_preferences"."time_format_in_24h", "user_preferences"."projects_sort", "user_preferences"."show_whitespace_in_diffs", "user_preferences"."sourcegraph_enabled", "user_preferences"."setup_for_company", "user_preferences"."render_whitespace_in_code", "user_preferences"."tab_width", "user_preferences"."view_diffs_file_by_file", "user_preferences"."gitpod_enabled", "user_preferences"."markdown_surround_selection" FROM "user_preferences" WHERE "user_preferences"."user_id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6904: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6915: 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" = 34 AND "project_authorizations"."user_id" = 323 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6926: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6937: SELECT "licenses".* FROM "licenses" ORDER BY "licenses"."id" DESC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6948: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/6959: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/69610: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/69711: SELECT "users".* FROM "users" WHERE (LOWER("users"."username") IN (LOWER('support-bot'))) LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/69812: SELECT "users".* FROM "users" WHERE "users"."email" = 'support@localhost' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/69913: SELECT a.attname700 FROM (701 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx702 FROM pg_index703 WHERE indrelid = '"user_canonical_emails"'::regclass704 AND indisprimary705 ) i706 JOIN pg_attribute a707 ON a.attrelid = i.indrelid708 AND a.attnum = i.indkey[i.idx]709 ORDER BY i.idx71014: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/71115: SELECT "users".* FROM "users" WHERE "users"."incoming_email_token" = '9vf8flwht9xcbifz0sssrisw0' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/71216: INSERT INTO "users" ("email", "created_at", "updated_at", "name", "projects_limit", "username", "state", "avatar", "confirmed_at", "incoming_email_token", "user_type", "admin", "external", "can_create_group", "can_create_team", "hide_no_ssh_key", "hide_no_password", "project_view", "notified_of_own_activity", "preferred_language", "theme_id") VALUES ('support@localhost', '2021-10-13 18:30:09.257909', '2021-10-13 18:30:09.257909', 'GitLab Support Bot', 42, 'support-bot', 'active', 'support-bot.png', '2021-10-13 18:30:09.231408', '9vf8flwht9xcbifz0sssrisw0', 1, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE, 2, FALSE, 'en', 1) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/71317: INSERT INTO "namespaces" ("name", "path", "owner_id", "created_at", "updated_at", "type", "description_html", "cached_markdown_version") VALUES ('GitLab Support Bot', 'support-bot', 324, '2021-10-13 18:30:09.264214', '2021-10-13 18:30:09.264214', 'User', '', 1900544) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/71418: INSERT INTO "routes" ("source_id", "source_type", "path", "created_at", "updated_at", "name") VALUES (325, 'Namespace', 'support-bot', '2021-10-13 18:30:09.268836', '2021-10-13 18:30:09.268836', 'GitLab Support Bot') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/71519: DELETE FROM "redirect_routes" WHERE (LOWER(redirect_routes.path) = LOWER('support-bot') OR LOWER(redirect_routes.path) LIKE LOWER('support-bot/%')) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/71620: WITH RECURSIVE "base_and_ancestors" AS ((SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 325)717UNION718(SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces", "base_and_ancestors" WHERE "namespaces"."id" = "base_and_ancestors"."parent_id")) SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "base_and_ancestors" AS "namespaces" WHERE "namespaces"."parent_id" IS NULL LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/71921: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'User' AND "namespaces"."id" = 325 LIMIT 1 FOR UPDATE /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/72022: 721 UPDATE namespaces722 SET traversal_ids = cte.traversal_ids723 FROM (WITH RECURSIVE cte(id, traversal_ids, cycle) AS (724 VALUES(325::bigint, ARRAY[325]::bigint[], false)725UNION ALL726 SELECT n.id, cte.traversal_ids || n.id::bigint, n.id = ANY(cte.traversal_ids)727 FROM namespaces n, cte728 WHERE n.parent_id = cte.id AND NOT cycle729)730SELECT id, traversal_ids FROM cte731) as cte732 WHERE namespaces.id = cte.id733 AND namespaces.traversal_ids::bigint[] <> cte.traversal_ids734 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73523: INSERT INTO "namespace_settings" ("created_at", "updated_at", "namespace_id") VALUES ('2021-10-13 18:30:09.291660', '2021-10-13 18:30:09.291660', 325) RETURNING "namespace_id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73624: INSERT INTO "user_details" ("user_id", "bio") VALUES (324, 'The GitLab support bot used for Service Desk') RETURNING "user_id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73725: DELETE FROM "uploads" WHERE "uploads"."id" IN (SELECT "uploads"."id" FROM "uploads" WHERE "uploads"."uploader" = 'AvatarUploader' AND "uploads"."model_type" = 'User' AND "uploads"."model_id" = 324 AND "uploads"."path" = 'uploads/-/system/user/avatar/324/support-bot.png' ORDER BY "uploads"."id" DESC) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73826: INSERT INTO "uploads" ("size", "path", "checksum", "model_id", "model_type", "uploader", "created_at", "mount_point") VALUES (9806, 'uploads/-/system/user/avatar/324/support-bot.png', 'a995fd14870c793e48ea82446d0cb943a7d205bfa3648c7c8cb648efe34b7834', 324, 'User', 'AvatarUploader', '2021-10-13 18:30:09.316588', 'avatar') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/73927: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74028: SELECT "emails"."email" FROM "emails" WHERE "emails"."user_id" = 324 AND "emails"."confirmed_at" IS NOT NULL /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74129: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'SystemHook' AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.332222')) AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.332693')) ORDER BY "web_hooks"."id" ASC LIMIT 1000 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74230: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74331: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 34 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74432: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74533: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 7 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74634: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest')747UNION ALL748(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (34, 34) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/74935: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75036: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75137: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 323 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75238: SELECT "users".* FROM "users" WHERE "users"."id" = 322 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75339: SELECT "work_item_types".* FROM "work_item_types" WHERE "work_item_types"."namespace_id" IS NULL AND "work_item_types"."base_type" = 0 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75440: SELECT "users".* FROM "users" WHERE "users"."id" = 0 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75541: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75642: SELECT "labels"."id" FROM "labels" WHERE "labels"."type" = 'ProjectLabel' AND "labels"."project_id" = 34 AND "labels"."id" = NULL ORDER BY "labels"."title" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75743: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" INNER JOIN "projects" ON "namespaces"."id" = "projects"."namespace_id" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75844: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/75945: SELECT "grafana_integrations".* FROM "grafana_integrations" WHERE "grafana_integrations"."project_id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/76046: SELECT "namespaces"."id" AS t0_r0, "namespaces"."name" AS t0_r1, "namespaces"."path" AS t0_r2, "namespaces"."owner_id" AS t0_r3, "namespaces"."created_at" AS t0_r4, "namespaces"."updated_at" AS t0_r5, "namespaces"."type" AS t0_r6, "namespaces"."description" AS t0_r7, "namespaces"."avatar" AS t0_r8, "namespaces"."membership_lock" AS t0_r9, "namespaces"."share_with_group_lock" AS t0_r10, "namespaces"."visibility_level" AS t0_r11, "namespaces"."request_access_enabled" AS t0_r12, "namespaces"."ldap_sync_status" AS t0_r13, "namespaces"."ldap_sync_error" AS t0_r14, "namespaces"."ldap_sync_last_update_at" AS t0_r15, "namespaces"."ldap_sync_last_successful_update_at" AS t0_r16, "namespaces"."ldap_sync_last_sync_at" AS t0_r17, "namespaces"."description_html" AS t0_r18, "namespaces"."lfs_enabled" AS t0_r19, "namespaces"."parent_id" AS t0_r20, "namespaces"."shared_runners_minutes_limit" AS t0_r21, "namespaces"."repository_size_limit" AS t0_r22, "namespaces"."require_two_factor_authentication" AS t0_r23, "namespaces"."two_factor_grace_period" AS t0_r24, "namespaces"."cached_markdown_version" AS t0_r25, "namespaces"."project_creation_level" AS t0_r26, "namespaces"."runners_token" AS t0_r27, "namespaces"."file_template_project_id" AS t0_r28, "namespaces"."saml_discovery_token" AS t0_r29, "namespaces"."runners_token_encrypted" AS t0_r30, "namespaces"."custom_project_templates_group_id" AS t0_r31, "namespaces"."auto_devops_enabled" AS t0_r32, "namespaces"."extra_shared_runners_minutes_limit" AS t0_r33, "namespaces"."last_ci_minutes_notification_at" AS t0_r34, "namespaces"."last_ci_minutes_usage_notification_level" AS t0_r35, "namespaces"."subgroup_creation_level" AS t0_r36, "namespaces"."emails_disabled" AS t0_r37, "namespaces"."max_pages_size" AS t0_r38, "namespaces"."max_artifacts_size" AS t0_r39, "namespaces"."mentions_disabled" AS t0_r40, "namespaces"."default_branch_protection" AS t0_r41, "namespaces"."unlock_membership_to_ldap" AS t0_r42, "namespaces"."max_personal_access_token_lifetime" AS t0_r43, "namespaces"."push_rule_id" AS t0_r44, "namespaces"."shared_runners_enabled" AS t0_r45, "namespaces"."allow_descendants_override_disabled_shared_runners" AS t0_r46, "namespaces"."traversal_ids" AS t0_r47, "users"."id" AS t1_r0, "users"."email" AS t1_r1, "users"."encrypted_password" AS t1_r2, "users"."reset_password_token" AS t1_r3, "users"."reset_password_sent_at" AS t1_r4, "users"."remember_created_at" AS t1_r5, "users"."sign_in_count" AS t1_r6, "users"."current_sign_in_at" AS t1_r7, "users"."last_sign_in_at" AS t1_r8, "users"."current_sign_in_ip" AS t1_r9, "users"."last_sign_in_ip" AS t1_r10, "users"."created_at" AS t1_r11, "users"."updated_at" AS t1_r12, "users"."name" AS t1_r13, "users"."admin" AS t1_r14, "users"."projects_limit" AS t1_r15, "users"."skype" AS t1_r16, "users"."linkedin" AS t1_r17, "users"."twitter" AS t1_r18, "users"."failed_attempts" AS t1_r19, "users"."locked_at" AS t1_r20, "users"."username" AS t1_r21, "users"."can_create_group" AS t1_r22, "users"."can_create_team" AS t1_r23, "users"."state" AS t1_r24, "users"."color_scheme_id" AS t1_r25, "users"."password_expires_at" AS t1_r26, "users"."created_by_id" AS t1_r27, "users"."last_credential_check_at" AS t1_r28, "users"."avatar" AS t1_r29, "users"."confirmation_token" AS t1_r30, "users"."confirmed_at" AS t1_r31, "users"."confirmation_sent_at" AS t1_r32, "users"."unconfirmed_email" AS t1_r33, "users"."hide_no_ssh_key" AS t1_r34, "users"."website_url" AS t1_r35, "users"."admin_email_unsubscribed_at" AS t1_r36, "users"."notification_email" AS t1_r37, "users"."hide_no_password" AS t1_r38, "users"."password_automatically_set" AS t1_r39, "users"."location" AS t1_r40, "users"."encrypted_otp_secret" AS t1_r41, "users"."encrypted_otp_secret_iv" AS t1_r42, "users"."encrypted_otp_secret_salt" AS t1_r43, "users"."otp_required_for_login" AS t1_r44, "users"."otp_backup_codes" AS t1_r45, "users"."public_email" AS t1_r46, "users"."dashboard" AS t1_r47, "users"."project_view" AS t1_r48, "users"."consumed_timestep" AS t1_r49, "users"."layout" AS t1_r50, "users"."hide_project_limit" AS t1_r51, "users"."note" AS t1_r52, "users"."unlock_token" AS t1_r53, "users"."otp_grace_period_started_at" AS t1_r54, "users"."external" AS t1_r55, "users"."incoming_email_token" AS t1_r56, "users"."organization" AS t1_r57, "users"."auditor" AS t1_r58, "users"."require_two_factor_authentication_from_group" AS t1_r59, "users"."two_factor_grace_period" AS t1_r60, "users"."last_activity_on" AS t1_r61, "users"."notified_of_own_activity" AS t1_r62, "users"."preferred_language" AS t1_r63, "users"."email_opted_in" AS t1_r64, "users"."email_opted_in_ip" AS t1_r65, "users"."email_opted_in_source_id" AS t1_r66, "users"."email_opted_in_at" AS t1_r67, "users"."theme_id" AS t1_r68, "users"."accepted_term_id" AS t1_r69, "users"."feed_token" AS t1_r70, "users"."private_profile" AS t1_r71, "users"."roadmap_layout" AS t1_r72, "users"."include_private_contributions" AS t1_r73, "users"."commit_email" AS t1_r74, "users"."group_view" AS t1_r75, "users"."managing_group_id" AS t1_r76, "users"."first_name" AS t1_r77, "users"."last_name" AS t1_r78, "users"."static_object_token" AS t1_r79, "users"."role" AS t1_r80, "users"."user_type" AS t1_r81, "routes"."id" AS t2_r0, "routes"."source_id" AS t2_r1, "routes"."source_type" AS t2_r2, "routes"."path" AS t2_r3, "routes"."created_at" AS t2_r4, "routes"."updated_at" AS t2_r5, "routes"."name" AS t2_r6 FROM "namespaces" LEFT OUTER JOIN "users" ON "users"."id" = "namespaces"."owner_id" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Namespace' AND "routes"."source_id" = "namespaces"."id" WHERE ((LOWER(routes.path) = LOWER('namespace34'))) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/76147: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 34 AND "merge_requests"."iid" = 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/76248: SELECT a.attname, format_type(a.atttypid, a.atttypmod),763 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,764 c.collname, col_description(a.attrelid, a.attnum) AS comment765 FROM pg_attribute a766 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum767 LEFT JOIN pg_type t ON a.atttypid = t.oid768 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation769 WHERE a.attrelid = '"custom_emoji"'::regclass770 AND a.attnum > 0 AND NOT a.attisdropped771 ORDER BY a.attnum77249: SELECT 1 AS one FROM "custom_emoji" WHERE "custom_emoji"."namespace_id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/77350: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 34 AND "internal_ids"."usage" = 0 RETURNING "last_value" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/77451: SELECT MAX("issues"."iid") FROM "issues" WHERE "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/77552: INSERT INTO "internal_ids" ("project_id","namespace_id","usage","last_value") VALUES (34, NULL, 0, 1) ON CONFLICT DO NOTHING RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/77653: INSERT INTO "issues" ("title", "author_id", "project_id", "created_at", "updated_at", "description", "iid", "title_html", "description_html", "cached_markdown_version", "work_item_type_id", "lock_version", "time_estimate") VALUES ('Follow-up from "My title 23"', 323, 34, '2021-10-13 18:30:09.447907', '2021-10-13 18:30:09.447907', 'The following discussion from !1 should be addressed:777- [ ] @namespace34 started a [discussion](http://127.0.0.1:35979/namespace34/project34/-/merge_requests/1#note_9): 778 > My title 24', 1, 'Follow-up from "My title 23"', '<p data-sourcepos="1:1-1:53" dir="auto">The following discussion from <a href="/namespace34/project34/-/merge_requests/1" data-original="!1" data-link="false" data-link-reference="false" data-project="34" data-merge-request="7" data-project-path="namespace34/project34" data-iid="1" data-mr-title="My title 23" data-reference-type="merge_request" data-container="body" data-placement="top" title="" class="gfm gfm-merge_request">!1</a> should be addressed:</p>779<ul data-sourcepos="3:1-5:17" class="task-list" dir="auto">780<li data-sourcepos="3:1-5:17" class="task-list-item">781<p data-sourcepos="3:3-3:115"><input type="checkbox" class="task-list-item-checkbox" disabled> <a href="/namespace34" data-user="322" data-reference-type="user" data-container="body" data-placement="top" class="gfm gfm-project_member js-user-link" title="John Doe325">@namespace34</a> started a <a href="http://127.0.0.1:35979/namespace34/project34/-/merge_requests/1#note_9" rel="nofollow noreferrer noopener" target="_blank">discussion</a>:</p>782<blockquote data-sourcepos="5:5-5:17">783<p data-sourcepos="5:7-5:17">My title 24</p>784</blockquote>785</li>786</ul>', 1900544, 1, 0, 0) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/78754: SELECT distinct i.relname, d.indisunique, d.indkey, pg_get_indexdef(d.indexrelid), t.oid,788 pg_catalog.obj_description(i.oid, 'pg_class') AS comment789FROM pg_class t790INNER JOIN pg_index d ON t.oid = d.indrelid791INNER JOIN pg_class i ON d.indexrelid = i.oid792LEFT JOIN pg_namespace n ON n.oid = i.relnamespace793WHERE i.relkind IN ('i', 'I')794 AND d.indisprimary = 'f'795 AND t.relname = 'issue_user_mentions'796 AND n.nspname = ANY (current_schemas(false))797ORDER BY i.relname79855: SELECT a.attnum, a.attname799FROM pg_attribute a800WHERE a.attrelid = 20236801AND a.attnum IN (3)80256: SELECT a.attnum, a.attname803FROM pg_attribute a804WHERE a.attrelid = 20236805AND a.attnum IN (2,3)80657: SELECT a.attnum, a.attname807FROM pg_attribute a808WHERE a.attrelid = 20236809AND a.attnum IN (2)81058: INSERT INTO "issue_user_mentions" ("mentioned_users_ids","mentioned_groups_ids","mentioned_projects_ids","issue_id","note_id") VALUES ('{322}', NULL, NULL, 11, NULL) ON CONFLICT ("issue_id") WHERE (note_id IS NULL) DO UPDATE SET "mentioned_users_ids"=excluded."mentioned_users_ids","mentioned_groups_ids"=excluded."mentioned_groups_ids","mentioned_projects_ids"=excluded."mentioned_projects_ids","note_id"=excluded."note_id" RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/81159: SELECT 1 AS one FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" INNER JOIN "lists" ON "lists"."label_id" = "labels"."id" WHERE "label_links"."target_id" = 11 AND "label_links"."target_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/81260: INSERT INTO issue_metrics (issue_id, first_associated_with_milestone_at, first_added_to_board_at, created_at, updated_at)813VALUES (11, NULL, NULL, NOW(), NOW())814ON CONFLICT (issue_id)815DO UPDATE SET816 first_associated_with_milestone_at = LEAST(issue_metrics.first_associated_with_milestone_at, EXCLUDED.first_associated_with_milestone_at),817 first_added_to_board_at = LEAST(issue_metrics.first_added_to_board_at, EXCLUDED.first_added_to_board_at),818 updated_at = NOW()819RETURNING id820 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/82161: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/82262: SELECT a.attname, format_type(a.atttypid, a.atttypmod),823 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,824 c.collname, col_description(a.attrelid, a.attnum) AS comment825 FROM pg_attribute a826 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum827 LEFT JOIN pg_type t ON a.atttypid = t.oid828 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation829 WHERE a.attrelid = '"user_agent_details"'::regclass830 AND a.attnum > 0 AND NOT a.attisdropped831 ORDER BY a.attnum83263: SELECT a.attname833 FROM (834 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx835 FROM pg_index836 WHERE indrelid = '"user_agent_details"'::regclass837 AND indisprimary838 ) i839 JOIN pg_attribute a840 ON a.attrelid = i.indrelid841 AND a.attnum = i.indkey[i.idx]842 ORDER BY i.idx84364: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/84465: INSERT INTO "user_agent_details" ("user_agent", "ip_address", "subject_id", "subject_type", "created_at", "updated_at") VALUES ('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', '127.0.0.1', 11, 'Issue', '2021-10-13 18:30:09.589876', '2021-10-13 18:30:09.589876') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/84566: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/84667: SELECT "user_agent_details".* FROM "user_agent_details" WHERE "user_agent_details"."subject_id" = 11 AND "user_agent_details"."subject_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/84768: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/84869: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 34 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/84970: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85071: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 7 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85172: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest')852UNION ALL853(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (34, 34) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85473: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85574: SELECT "users".* FROM "users" WHERE "users"."id" = 322 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85675: UPDATE "notes" SET "resolved_at" = '2021-10-13 18:30:09.622487', "resolved_by_id" = 323 WHERE "notes"."id" = 9 AND "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE AND "notes"."resolved_at" IS NULL /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85776: SELECT "notes".* FROM "notes" WHERE "notes"."id" = 9 ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85877: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/85978: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86079: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 7 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86180: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest')862UNION ALL863(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (34, 34) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86481: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86582: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86683: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86784: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "noteable_id", "system", "discussion_id", "note_html", "cached_markdown_version") VALUES ('resolved all threads', 'MergeRequest', 323, '2021-10-13 18:30:09.645454', '2021-10-13 18:30:09.653074', 34, 7, TRUE, '38515b4cd7349795d86e774342cdd31caa365e20', '<p data-sourcepos="1:1-1:20" dir="auto">resolved all threads</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86885: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (10, 'discussion', '2021-10-13 18:30:09.669030', '2021-10-13 18:30:09.669030') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/86986: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 7 AND "merge_request_user_mentions"."note_id" = 10 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87087: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87188: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 323 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87289: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87390: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87491: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87592: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87693: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87794: SELECT "issues".* FROM "issues" WHERE "issues"."project_id" = 34 AND "issues"."iid" = 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/87895: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "line_code", "noteable_id", "system", "type", "position", "original_position", "discussion_id", "note_html", "cached_markdown_version") VALUES ('created #1 to continue this discussion', 'MergeRequest', 323, '2021-10-13 18:30:09.685508', '2021-10-13 18:30:09.747655', 34, '2f6fcd96b88b36ce98c38da085c795a27d92a3dd_15_14', 7, TRUE, 'DiffNote', '--- !ruby/object:Gitlab::Diff::Position879attributes:880 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f881 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b9882 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed0883 :old_path: files/ruby/popen.rb884 :new_path: files/ruby/popen.rb885 :position_type: text886 :old_line: 887 :new_line: 14888 :line_range: 889', '--- !ruby/object:Gitlab::Diff::Position890attributes:891 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f892 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b9893 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed0894 :old_path: files/ruby/popen.rb895 :new_path: files/ruby/popen.rb896 :position_type: text897 :old_line: 898 :new_line: 14899 :line_range: 900', '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e', '<p data-sourcepos="1:1-1:38" dir="auto">created <a href="/namespace34/project34/-/issues/1" data-original="#1" data-link="false" data-link-reference="false" data-project="34" data-issue="11" data-reference-type="issue" data-container="body" data-placement="top" title=''Follow-up from "My title 23"'' class="gfm gfm-issue has-tooltip">#1</a> to continue this discussion</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/90196: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 7 AND "merge_request_user_mentions"."note_id" = 11 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/90297: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/90398: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 323 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/90499: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/905100: SELECT "note_diff_files".* FROM "note_diff_files" WHERE "note_diff_files"."diff_note_id" = 11 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/906101: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest' AND "notes"."discussion_id" = '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/907102: SELECT "system_note_metadata".* FROM "system_note_metadata" WHERE "system_note_metadata"."note_id" = 11 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/908103: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/909104: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (11, 'discussion', '2021-10-13 18:30:09.793426', '2021-10-13 18:30:09.793426') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/910105: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/911106: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'ProjectHook' AND "web_hooks"."project_id" = 34 AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.799387')) AND "web_hooks"."issues_events" = TRUE AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.800101')) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/912107: SELECT "integrations".* FROM "integrations" WHERE "integrations"."project_id" = 34 AND "integrations"."issues_events" = TRUE AND "integrations"."active" = TRUE /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/913108: SELECT COUNT(*) FROM "issues" WHERE ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/914109: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND "issues"."confidential" = FALSE AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/915110: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/916111: SELECT "licenses".* FROM "licenses" ORDER BY "licenses"."id" DESC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/>917WARN: Screenshot could not be saved. `page.current_path` is empty.918Flipper::Middleware::Memoizer appears to be running twice. Read how to resolve this at https://github.com/jnunemaker/flipper/pull/523919DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)920DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)921 can create a new issue for the project9231st Try error in ./spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb:16:924Too many SQL queries were executed in Projects::IssuesController#create: a maximum of 100 is allowed but 112 SQL queries were executed9250: SELECT "projects"."id" AS t0_r0, "projects"."name" AS t0_r1, "projects"."path" AS t0_r2, "projects"."description" AS t0_r3, "projects"."created_at" AS t0_r4, "projects"."updated_at" AS t0_r5, "projects"."creator_id" AS t0_r6, "projects"."namespace_id" AS t0_r7, "projects"."last_activity_at" AS t0_r8, "projects"."import_url" AS t0_r9, "projects"."visibility_level" AS t0_r10, "projects"."archived" AS t0_r11, "projects"."avatar" AS t0_r12, "projects"."merge_requests_template" AS t0_r13, "projects"."star_count" AS t0_r14, "projects"."merge_requests_rebase_enabled" AS t0_r15, "projects"."import_type" AS t0_r16, "projects"."import_source" AS t0_r17, "projects"."approvals_before_merge" AS t0_r18, "projects"."reset_approvals_on_push" AS t0_r19, "projects"."merge_requests_ff_only_enabled" AS t0_r20, "projects"."issues_template" AS t0_r21, "projects"."mirror" AS t0_r22, "projects"."mirror_user_id" AS t0_r23, "projects"."shared_runners_enabled" AS t0_r24, "projects"."runners_token" AS t0_r25, "projects"."build_coverage_regex" AS t0_r26, "projects"."build_allow_git_fetch" AS t0_r27, "projects"."build_timeout" AS t0_r28, "projects"."mirror_trigger_builds" AS t0_r29, "projects"."pending_delete" AS t0_r30, "projects"."public_builds" AS t0_r31, "projects"."last_repository_check_failed" AS t0_r32, "projects"."last_repository_check_at" AS t0_r33, "projects"."only_allow_merge_if_pipeline_succeeds" AS t0_r34, "projects"."has_external_issue_tracker" AS t0_r35, "projects"."repository_storage" AS t0_r36, "projects"."repository_read_only" AS t0_r37, "projects"."request_access_enabled" AS t0_r38, "projects"."has_external_wiki" AS t0_r39, "projects"."ci_config_path" AS t0_r40, "projects"."lfs_enabled" AS t0_r41, "projects"."description_html" AS t0_r42, "projects"."only_allow_merge_if_all_discussions_are_resolved" AS t0_r43, "projects"."repository_size_limit" AS t0_r44, "projects"."printing_merge_request_link_enabled" AS t0_r45, "projects"."auto_cancel_pending_pipelines" AS t0_r46, "projects"."service_desk_enabled" AS t0_r47, "projects"."cached_markdown_version" AS t0_r48, "projects"."delete_error" AS t0_r49, "projects"."last_repository_updated_at" AS t0_r50, "projects"."disable_overriding_approvers_per_merge_request" AS t0_r51, "projects"."storage_version" AS t0_r52, "projects"."resolve_outdated_diff_discussions" AS t0_r53, "projects"."remote_mirror_available_overridden" AS t0_r54, "projects"."only_mirror_protected_branches" AS t0_r55, "projects"."pull_mirror_available_overridden" AS t0_r56, "projects"."jobs_cache_index" AS t0_r57, "projects"."external_authorization_classification_label" AS t0_r58, "projects"."mirror_overwrites_diverged_branches" AS t0_r59, "projects"."pages_https_only" AS t0_r60, "projects"."external_webhook_token" AS t0_r61, "projects"."packages_enabled" AS t0_r62, "projects"."merge_requests_author_approval" AS t0_r63, "projects"."pool_repository_id" AS t0_r64, "projects"."runners_token_encrypted" AS t0_r65, "projects"."bfg_object_map" AS t0_r66, "projects"."detected_repository_languages" AS t0_r67, "projects"."merge_requests_disable_committers_approval" AS t0_r68, "projects"."require_password_to_approve" AS t0_r69, "projects"."emails_disabled" AS t0_r70, "projects"."max_pages_size" AS t0_r71, "projects"."max_artifacts_size" AS t0_r72, "projects"."remove_source_branch_after_merge" AS t0_r73, "projects"."marked_for_deletion_at" AS t0_r74, "projects"."marked_for_deletion_by_user_id" AS t0_r75, "projects"."autoclose_referenced_issues" AS t0_r76, "projects"."suggestion_commit_message" AS t0_r77, "projects"."project_namespace_id" AS t0_r78, "routes"."id" AS t1_r0, "routes"."source_id" AS t1_r1, "routes"."source_type" AS t1_r2, "routes"."path" AS t1_r3, "routes"."created_at" AS t1_r4, "routes"."updated_at" AS t1_r5, "routes"."name" AS t1_r6 FROM "projects" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Project' AND "routes"."source_id" = "projects"."id" WHERE "routes"."path" = 'namespace34/project34' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,db_config_name:main*/9261: SELECT "user_details"."user_id", "user_details"."job_title", "user_details"."bio", "user_details"."webauthn_xid", "user_details"."other_role", "user_details"."provisioned_by_group_id", "user_details"."pronouns", "user_details"."pronunciation", "user_details"."registration_objective", "user_details"."phone" FROM "user_details" WHERE "user_details"."user_id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9272: SELECT 1 AS one FROM "identities" WHERE "identities"."user_id" = 323 AND (provider LIKE 'ldap%' AND extern_uid IS NOT NULL) LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9283: SELECT "user_preferences"."id", "user_preferences"."user_id", "user_preferences"."issue_notes_filter", "user_preferences"."merge_request_notes_filter", "user_preferences"."created_at", "user_preferences"."updated_at", "user_preferences"."epics_sort", "user_preferences"."roadmap_epics_state", "user_preferences"."epic_notes_filter", "user_preferences"."issues_sort", "user_preferences"."merge_requests_sort", "user_preferences"."roadmaps_sort", "user_preferences"."first_day_of_week", "user_preferences"."timezone", "user_preferences"."time_display_relative", "user_preferences"."time_format_in_24h", "user_preferences"."projects_sort", "user_preferences"."show_whitespace_in_diffs", "user_preferences"."sourcegraph_enabled", "user_preferences"."setup_for_company", "user_preferences"."render_whitespace_in_code", "user_preferences"."tab_width", "user_preferences"."view_diffs_file_by_file", "user_preferences"."gitpod_enabled", "user_preferences"."markdown_surround_selection" FROM "user_preferences" WHERE "user_preferences"."user_id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9294: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9305: 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" = 34 AND "project_authorizations"."user_id" = 323 GROUP BY "project_authorizations"."user_id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9316: SELECT "project_features".* FROM "project_features" WHERE "project_features"."project_id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9327: SELECT "licenses".* FROM "licenses" ORDER BY "licenses"."id" DESC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9338: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/9349: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/93510: SELECT "users".* FROM "users" WHERE "users"."user_type" = 1 ORDER BY "users"."id" ASC LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/93611: SELECT "users".* FROM "users" WHERE (LOWER("users"."username") IN (LOWER('support-bot'))) LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/93712: SELECT "users".* FROM "users" WHERE "users"."email" = 'support@localhost' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/93813: SELECT a.attname939 FROM (940 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx941 FROM pg_index942 WHERE indrelid = '"user_canonical_emails"'::regclass943 AND indisprimary944 ) i945 JOIN pg_attribute a946 ON a.attrelid = i.indrelid947 AND a.attnum = i.indkey[i.idx]948 ORDER BY i.idx94914: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95015: SELECT "users".* FROM "users" WHERE "users"."incoming_email_token" = '9vf8flwht9xcbifz0sssrisw0' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95116: INSERT INTO "users" ("email", "created_at", "updated_at", "name", "projects_limit", "username", "state", "avatar", "confirmed_at", "incoming_email_token", "user_type", "admin", "external", "can_create_group", "can_create_team", "hide_no_ssh_key", "hide_no_password", "project_view", "notified_of_own_activity", "preferred_language", "theme_id") VALUES ('support@localhost', '2021-10-13 18:30:09.257909', '2021-10-13 18:30:09.257909', 'GitLab Support Bot', 42, 'support-bot', 'active', 'support-bot.png', '2021-10-13 18:30:09.231408', '9vf8flwht9xcbifz0sssrisw0', 1, FALSE, FALSE, TRUE, FALSE, FALSE, FALSE, 2, FALSE, 'en', 1) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95217: INSERT INTO "namespaces" ("name", "path", "owner_id", "created_at", "updated_at", "type", "description_html", "cached_markdown_version") VALUES ('GitLab Support Bot', 'support-bot', 324, '2021-10-13 18:30:09.264214', '2021-10-13 18:30:09.264214', 'User', '', 1900544) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95318: INSERT INTO "routes" ("source_id", "source_type", "path", "created_at", "updated_at", "name") VALUES (325, 'Namespace', 'support-bot', '2021-10-13 18:30:09.268836', '2021-10-13 18:30:09.268836', 'GitLab Support Bot') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95419: DELETE FROM "redirect_routes" WHERE (LOWER(redirect_routes.path) = LOWER('support-bot') OR LOWER(redirect_routes.path) LIKE LOWER('support-bot/%')) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95520: WITH RECURSIVE "base_and_ancestors" AS ((SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 325)956UNION957(SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces", "base_and_ancestors" WHERE "namespaces"."id" = "base_and_ancestors"."parent_id")) SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "base_and_ancestors" AS "namespaces" WHERE "namespaces"."parent_id" IS NULL LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95821: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'User' AND "namespaces"."id" = 325 LIMIT 1 FOR UPDATE /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/95922: 960 UPDATE namespaces961 SET traversal_ids = cte.traversal_ids962 FROM (WITH RECURSIVE cte(id, traversal_ids, cycle) AS (963 VALUES(325::bigint, ARRAY[325]::bigint[], false)964UNION ALL965 SELECT n.id, cte.traversal_ids || n.id::bigint, n.id = ANY(cte.traversal_ids)966 FROM namespaces n, cte967 WHERE n.parent_id = cte.id AND NOT cycle968)969SELECT id, traversal_ids FROM cte970) as cte971 WHERE namespaces.id = cte.id972 AND namespaces.traversal_ids::bigint[] <> cte.traversal_ids973 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/97423: INSERT INTO "namespace_settings" ("created_at", "updated_at", "namespace_id") VALUES ('2021-10-13 18:30:09.291660', '2021-10-13 18:30:09.291660', 325) RETURNING "namespace_id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/97524: INSERT INTO "user_details" ("user_id", "bio") VALUES (324, 'The GitLab support bot used for Service Desk') RETURNING "user_id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/97625: DELETE FROM "uploads" WHERE "uploads"."id" IN (SELECT "uploads"."id" FROM "uploads" WHERE "uploads"."uploader" = 'AvatarUploader' AND "uploads"."model_type" = 'User' AND "uploads"."model_id" = 324 AND "uploads"."path" = 'uploads/-/system/user/avatar/324/support-bot.png' ORDER BY "uploads"."id" DESC) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/97726: INSERT INTO "uploads" ("size", "path", "checksum", "model_id", "model_type", "uploader", "created_at", "mount_point") VALUES (9806, 'uploads/-/system/user/avatar/324/support-bot.png', 'a995fd14870c793e48ea82446d0cb943a7d205bfa3648c7c8cb648efe34b7834', 324, 'User', 'AvatarUploader', '2021-10-13 18:30:09.316588', 'avatar') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/97827: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/97928: SELECT "emails"."email" FROM "emails" WHERE "emails"."user_id" = 324 AND "emails"."confirmed_at" IS NOT NULL /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98029: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'SystemHook' AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.332222')) AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.332693')) ORDER BY "web_hooks"."id" ASC LIMIT 1000 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98130: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98231: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 34 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98332: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98433: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 7 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98534: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest')986UNION ALL987(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (34, 34) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98835: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/98936: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99037: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 323 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99138: SELECT "users".* FROM "users" WHERE "users"."id" = 322 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99239: SELECT "work_item_types".* FROM "work_item_types" WHERE "work_item_types"."namespace_id" IS NULL AND "work_item_types"."base_type" = 0 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99340: SELECT "users".* FROM "users" WHERE "users"."id" = 0 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99441: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."type" = 'Group' AND "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99542: SELECT "labels"."id" FROM "labels" WHERE "labels"."type" = 'ProjectLabel' AND "labels"."project_id" = 34 AND "labels"."id" = NULL ORDER BY "labels"."title" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99643: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" INNER JOIN "projects" ON "namespaces"."id" = "projects"."namespace_id" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99744: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99845: SELECT "grafana_integrations".* FROM "grafana_integrations" WHERE "grafana_integrations"."project_id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/99946: SELECT "namespaces"."id" AS t0_r0, "namespaces"."name" AS t0_r1, "namespaces"."path" AS t0_r2, "namespaces"."owner_id" AS t0_r3, "namespaces"."created_at" AS t0_r4, "namespaces"."updated_at" AS t0_r5, "namespaces"."type" AS t0_r6, "namespaces"."description" AS t0_r7, "namespaces"."avatar" AS t0_r8, "namespaces"."membership_lock" AS t0_r9, "namespaces"."share_with_group_lock" AS t0_r10, "namespaces"."visibility_level" AS t0_r11, "namespaces"."request_access_enabled" AS t0_r12, "namespaces"."ldap_sync_status" AS t0_r13, "namespaces"."ldap_sync_error" AS t0_r14, "namespaces"."ldap_sync_last_update_at" AS t0_r15, "namespaces"."ldap_sync_last_successful_update_at" AS t0_r16, "namespaces"."ldap_sync_last_sync_at" AS t0_r17, "namespaces"."description_html" AS t0_r18, "namespaces"."lfs_enabled" AS t0_r19, "namespaces"."parent_id" AS t0_r20, "namespaces"."shared_runners_minutes_limit" AS t0_r21, "namespaces"."repository_size_limit" AS t0_r22, "namespaces"."require_two_factor_authentication" AS t0_r23, "namespaces"."two_factor_grace_period" AS t0_r24, "namespaces"."cached_markdown_version" AS t0_r25, "namespaces"."project_creation_level" AS t0_r26, "namespaces"."runners_token" AS t0_r27, "namespaces"."file_template_project_id" AS t0_r28, "namespaces"."saml_discovery_token" AS t0_r29, "namespaces"."runners_token_encrypted" AS t0_r30, "namespaces"."custom_project_templates_group_id" AS t0_r31, "namespaces"."auto_devops_enabled" AS t0_r32, "namespaces"."extra_shared_runners_minutes_limit" AS t0_r33, "namespaces"."last_ci_minutes_notification_at" AS t0_r34, "namespaces"."last_ci_minutes_usage_notification_level" AS t0_r35, "namespaces"."subgroup_creation_level" AS t0_r36, "namespaces"."emails_disabled" AS t0_r37, "namespaces"."max_pages_size" AS t0_r38, "namespaces"."max_artifacts_size" AS t0_r39, "namespaces"."mentions_disabled" AS t0_r40, "namespaces"."default_branch_protection" AS t0_r41, "namespaces"."unlock_membership_to_ldap" AS t0_r42, "namespaces"."max_personal_access_token_lifetime" AS t0_r43, "namespaces"."push_rule_id" AS t0_r44, "namespaces"."shared_runners_enabled" AS t0_r45, "namespaces"."allow_descendants_override_disabled_shared_runners" AS t0_r46, "namespaces"."traversal_ids" AS t0_r47, "users"."id" AS t1_r0, "users"."email" AS t1_r1, "users"."encrypted_password" AS t1_r2, "users"."reset_password_token" AS t1_r3, "users"."reset_password_sent_at" AS t1_r4, "users"."remember_created_at" AS t1_r5, "users"."sign_in_count" AS t1_r6, "users"."current_sign_in_at" AS t1_r7, "users"."last_sign_in_at" AS t1_r8, "users"."current_sign_in_ip" AS t1_r9, "users"."last_sign_in_ip" AS t1_r10, "users"."created_at" AS t1_r11, "users"."updated_at" AS t1_r12, "users"."name" AS t1_r13, "users"."admin" AS t1_r14, "users"."projects_limit" AS t1_r15, "users"."skype" AS t1_r16, "users"."linkedin" AS t1_r17, "users"."twitter" AS t1_r18, "users"."failed_attempts" AS t1_r19, "users"."locked_at" AS t1_r20, "users"."username" AS t1_r21, "users"."can_create_group" AS t1_r22, "users"."can_create_team" AS t1_r23, "users"."state" AS t1_r24, "users"."color_scheme_id" AS t1_r25, "users"."password_expires_at" AS t1_r26, "users"."created_by_id" AS t1_r27, "users"."last_credential_check_at" AS t1_r28, "users"."avatar" AS t1_r29, "users"."confirmation_token" AS t1_r30, "users"."confirmed_at" AS t1_r31, "users"."confirmation_sent_at" AS t1_r32, "users"."unconfirmed_email" AS t1_r33, "users"."hide_no_ssh_key" AS t1_r34, "users"."website_url" AS t1_r35, "users"."admin_email_unsubscribed_at" AS t1_r36, "users"."notification_email" AS t1_r37, "users"."hide_no_password" AS t1_r38, "users"."password_automatically_set" AS t1_r39, "users"."location" AS t1_r40, "users"."encrypted_otp_secret" AS t1_r41, "users"."encrypted_otp_secret_iv" AS t1_r42, "users"."encrypted_otp_secret_salt" AS t1_r43, "users"."otp_required_for_login" AS t1_r44, "users"."otp_backup_codes" AS t1_r45, "users"."public_email" AS t1_r46, "users"."dashboard" AS t1_r47, "users"."project_view" AS t1_r48, "users"."consumed_timestep" AS t1_r49, "users"."layout" AS t1_r50, "users"."hide_project_limit" AS t1_r51, "users"."note" AS t1_r52, "users"."unlock_token" AS t1_r53, "users"."otp_grace_period_started_at" AS t1_r54, "users"."external" AS t1_r55, "users"."incoming_email_token" AS t1_r56, "users"."organization" AS t1_r57, "users"."auditor" AS t1_r58, "users"."require_two_factor_authentication_from_group" AS t1_r59, "users"."two_factor_grace_period" AS t1_r60, "users"."last_activity_on" AS t1_r61, "users"."notified_of_own_activity" AS t1_r62, "users"."preferred_language" AS t1_r63, "users"."email_opted_in" AS t1_r64, "users"."email_opted_in_ip" AS t1_r65, "users"."email_opted_in_source_id" AS t1_r66, "users"."email_opted_in_at" AS t1_r67, "users"."theme_id" AS t1_r68, "users"."accepted_term_id" AS t1_r69, "users"."feed_token" AS t1_r70, "users"."private_profile" AS t1_r71, "users"."roadmap_layout" AS t1_r72, "users"."include_private_contributions" AS t1_r73, "users"."commit_email" AS t1_r74, "users"."group_view" AS t1_r75, "users"."managing_group_id" AS t1_r76, "users"."first_name" AS t1_r77, "users"."last_name" AS t1_r78, "users"."static_object_token" AS t1_r79, "users"."role" AS t1_r80, "users"."user_type" AS t1_r81, "routes"."id" AS t2_r0, "routes"."source_id" AS t2_r1, "routes"."source_type" AS t2_r2, "routes"."path" AS t2_r3, "routes"."created_at" AS t2_r4, "routes"."updated_at" AS t2_r5, "routes"."name" AS t2_r6 FROM "namespaces" LEFT OUTER JOIN "users" ON "users"."id" = "namespaces"."owner_id" LEFT OUTER JOIN "routes" ON "routes"."source_type" = 'Namespace' AND "routes"."source_id" = "namespaces"."id" WHERE ((LOWER(routes.path) = LOWER('namespace34'))) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/100047: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 34 AND "merge_requests"."iid" = 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/100148: SELECT a.attname, format_type(a.atttypid, a.atttypmod),1002 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,1003 c.collname, col_description(a.attrelid, a.attnum) AS comment1004 FROM pg_attribute a1005 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum1006 LEFT JOIN pg_type t ON a.atttypid = t.oid1007 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation1008 WHERE a.attrelid = '"custom_emoji"'::regclass1009 AND a.attnum > 0 AND NOT a.attisdropped1010 ORDER BY a.attnum101149: SELECT 1 AS one FROM "custom_emoji" WHERE "custom_emoji"."namespace_id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/101250: UPDATE "internal_ids" SET "last_value" = ("internal_ids"."last_value" + 1) WHERE "internal_ids"."project_id" = 34 AND "internal_ids"."usage" = 0 RETURNING "last_value" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/101351: SELECT MAX("issues"."iid") FROM "issues" WHERE "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/101452: INSERT INTO "internal_ids" ("project_id","namespace_id","usage","last_value") VALUES (34, NULL, 0, 1) ON CONFLICT DO NOTHING RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/101553: INSERT INTO "issues" ("title", "author_id", "project_id", "created_at", "updated_at", "description", "iid", "title_html", "description_html", "cached_markdown_version", "work_item_type_id", "lock_version", "time_estimate") VALUES ('Follow-up from "My title 23"', 323, 34, '2021-10-13 18:30:09.447907', '2021-10-13 18:30:09.447907', 'The following discussion from !1 should be addressed:1016- [ ] @namespace34 started a [discussion](http://127.0.0.1:35979/namespace34/project34/-/merge_requests/1#note_9): 1017 > My title 24', 1, 'Follow-up from "My title 23"', '<p data-sourcepos="1:1-1:53" dir="auto">The following discussion from <a href="/namespace34/project34/-/merge_requests/1" data-original="!1" data-link="false" data-link-reference="false" data-project="34" data-merge-request="7" data-project-path="namespace34/project34" data-iid="1" data-mr-title="My title 23" data-reference-type="merge_request" data-container="body" data-placement="top" title="" class="gfm gfm-merge_request">!1</a> should be addressed:</p>1018<ul data-sourcepos="3:1-5:17" class="task-list" dir="auto">1019<li data-sourcepos="3:1-5:17" class="task-list-item">1020<p data-sourcepos="3:3-3:115"><input type="checkbox" class="task-list-item-checkbox" disabled> <a href="/namespace34" data-user="322" data-reference-type="user" data-container="body" data-placement="top" class="gfm gfm-project_member js-user-link" title="John Doe325">@namespace34</a> started a <a href="http://127.0.0.1:35979/namespace34/project34/-/merge_requests/1#note_9" rel="nofollow noreferrer noopener" target="_blank">discussion</a>:</p>1021<blockquote data-sourcepos="5:5-5:17">1022<p data-sourcepos="5:7-5:17">My title 24</p>1023</blockquote>1024</li>1025</ul>', 1900544, 1, 0, 0) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/102654: SELECT distinct i.relname, d.indisunique, d.indkey, pg_get_indexdef(d.indexrelid), t.oid,1027 pg_catalog.obj_description(i.oid, 'pg_class') AS comment1028FROM pg_class t1029INNER JOIN pg_index d ON t.oid = d.indrelid1030INNER JOIN pg_class i ON d.indexrelid = i.oid1031LEFT JOIN pg_namespace n ON n.oid = i.relnamespace1032WHERE i.relkind IN ('i', 'I')1033 AND d.indisprimary = 'f'1034 AND t.relname = 'issue_user_mentions'1035 AND n.nspname = ANY (current_schemas(false))1036ORDER BY i.relname103755: SELECT a.attnum, a.attname1038FROM pg_attribute a1039WHERE a.attrelid = 202361040AND a.attnum IN (3)104156: SELECT a.attnum, a.attname1042FROM pg_attribute a1043WHERE a.attrelid = 202361044AND a.attnum IN (2,3)104557: SELECT a.attnum, a.attname1046FROM pg_attribute a1047WHERE a.attrelid = 202361048AND a.attnum IN (2)104958: INSERT INTO "issue_user_mentions" ("mentioned_users_ids","mentioned_groups_ids","mentioned_projects_ids","issue_id","note_id") VALUES ('{322}', NULL, NULL, 11, NULL) ON CONFLICT ("issue_id") WHERE (note_id IS NULL) DO UPDATE SET "mentioned_users_ids"=excluded."mentioned_users_ids","mentioned_groups_ids"=excluded."mentioned_groups_ids","mentioned_projects_ids"=excluded."mentioned_projects_ids","note_id"=excluded."note_id" RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/105059: SELECT 1 AS one FROM "labels" INNER JOIN "label_links" ON "labels"."id" = "label_links"."label_id" INNER JOIN "lists" ON "lists"."label_id" = "labels"."id" WHERE "label_links"."target_id" = 11 AND "label_links"."target_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/105160: INSERT INTO issue_metrics (issue_id, first_associated_with_milestone_at, first_added_to_board_at, created_at, updated_at)1052VALUES (11, NULL, NULL, NOW(), NOW())1053ON CONFLICT (issue_id)1054DO UPDATE SET1055 first_associated_with_milestone_at = LEAST(issue_metrics.first_associated_with_milestone_at, EXCLUDED.first_associated_with_milestone_at),1056 first_added_to_board_at = LEAST(issue_metrics.first_added_to_board_at, EXCLUDED.first_added_to_board_at),1057 updated_at = NOW()1058RETURNING id1059 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/106061: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/106162: SELECT a.attname, format_type(a.atttypid, a.atttypmod),1062 pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod,1063 c.collname, col_description(a.attrelid, a.attnum) AS comment1064 FROM pg_attribute a1065 LEFT JOIN pg_attrdef d ON a.attrelid = d.adrelid AND a.attnum = d.adnum1066 LEFT JOIN pg_type t ON a.atttypid = t.oid1067 LEFT JOIN pg_collation c ON a.attcollation = c.oid AND a.attcollation <> t.typcollation1068 WHERE a.attrelid = '"user_agent_details"'::regclass1069 AND a.attnum > 0 AND NOT a.attisdropped1070 ORDER BY a.attnum107163: SELECT a.attname1072 FROM (1073 SELECT indrelid, indkey, generate_subscripts(indkey, 1) idx1074 FROM pg_index1075 WHERE indrelid = '"user_agent_details"'::regclass1076 AND indisprimary1077 ) i1078 JOIN pg_attribute a1079 ON a.attrelid = i.indrelid1080 AND a.attnum = i.indkey[i.idx]1081 ORDER BY i.idx108264: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/108365: INSERT INTO "user_agent_details" ("user_agent", "ip_address", "subject_id", "subject_type", "created_at", "updated_at") VALUES ('Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/89.0.4389.90 Safari/537.36', '127.0.0.1', 11, 'Issue', '2021-10-13 18:30:09.589876', '2021-10-13 18:30:09.589876') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/108466: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/108567: SELECT "user_agent_details".* FROM "user_agent_details" WHERE "user_agent_details"."subject_id" = 11 AND "user_agent_details"."subject_type" = 'Issue' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/108668: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/108769: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."target_project_id" = 34 AND "merge_requests"."iid" = 1 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/108870: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/108971: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 7 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109072: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest')1091UNION ALL1092(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (34, 34) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."discussion_id" = '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109373: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109474: SELECT "users".* FROM "users" WHERE "users"."id" = 322 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109575: UPDATE "notes" SET "resolved_at" = '2021-10-13 18:30:09.622487', "resolved_by_id" = 323 WHERE "notes"."id" = 9 AND "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE AND "notes"."resolved_at" IS NULL /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109676: SELECT "notes".* FROM "notes" WHERE "notes"."id" = 9 ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109777: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109878: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/109979: SELECT "merge_request_diff_commits"."sha" FROM "merge_request_diff_commits" WHERE "merge_request_diff_commits"."merge_request_diff_id" = 7 ORDER BY "merge_request_diff_commits"."merge_request_diff_id" ASC, "merge_request_diff_commits"."relative_order" ASC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110080: SELECT "notes".* FROM ((SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest')1101UNION ALL1102(SELECT "notes".* FROM "notes" WHERE "notes"."system" = FALSE AND "notes"."project_id" IN (34, 34) AND "notes"."noteable_type" = 'Commit' AND "notes"."commit_id" IN ('b83d6e391c22777fca1ed3012fce84f633d7fed0', '498214de67004b1da3d820901307bed2a68a8ef6', '1b12f15a11fc6e62177bef08f47bc7b5ce50b141', '38008cb17ce1466d8fec2dfa6f6ab8dcfe5cf49e', '6907208d755b60ebeacb2e9dfea74c92c3449a1f', 'c347ca2e140aa667b968e51ed0ffe055501fe4f4', 'd59c60028b053793cecfb4022de34602e1a9218e', '281d3a76f31c812dbf48abce82ccf6860adedd81', 'a5391128b0ef5d21df5dd23d98557f4ef12fae20', '54fcc214b94e78d7a41a9a8fe6d87a5e59500e51', 'be93687618e4b132087f430a4d8fc3a609c9b77c', '048721d90c449b244b7b4c53a9186b04330174ec', '5f923865dde3436854e9ceb9cdb7815618d4e849', 'd2d430676773caa88cdaf7c55944073b2fd5561a', '2ea1f3dec713d940208fb5ce4a38765ecb5d3f73', '59e29889be61e6e0e5e223bfa9ac2721d31605b8', '66eceea0db202bb39c4e445e8ca28689645366c5', '08f22f255f082689c0d7d39d19205085311542bc', '19e2e9b4ef76b422ce1154af39a91323ccc57434', 'c642fe9b8b9f28f9225d7ea953fe14e74748d53b', '9a944d90955aaf45f6d0c88f30e27f8d2c41cec0', 'c7fbe50c7c7419d9701eebe64b1fdacc3df5b9dd', 'e56497bb5f03a90a51293fc6d516788730953899', '4cd80ccab63c82b4bad16faa5193fbd2aa06df40', '5937ac0a7beb003549fc5fd26fc247adbce4a52e', '570e7b2abdd848b95f2f578043fc23bd6f6fd24d', '6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9', 'd14d6c0abdd253381df51a723d58691b2ee1ab08', 'c1acaa58bbcbc3eafe538cb8274ba387047b69f8'))) notes WHERE "notes"."type" IN ('DiffNote', 'DiscussionNote') AND "notes"."noteable_type" IN ('MergeRequest', 'DesignManagement::Design') AND "notes"."system" = FALSE ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110381: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110482: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110583: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110684: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "noteable_id", "system", "discussion_id", "note_html", "cached_markdown_version") VALUES ('resolved all threads', 'MergeRequest', 323, '2021-10-13 18:30:09.645454', '2021-10-13 18:30:09.653074', 34, 7, TRUE, '38515b4cd7349795d86e774342cdd31caa365e20', '<p data-sourcepos="1:1-1:20" dir="auto">resolved all threads</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110785: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (10, 'discussion', '2021-10-13 18:30:09.669030', '2021-10-13 18:30:09.669030') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110886: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 7 AND "merge_request_user_mentions"."note_id" = 10 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/110987: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111088: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 323 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111189: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111290: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111391: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111492: SELECT "merge_request_diffs".* FROM "merge_request_diffs" WHERE "merge_request_diffs"."id" = 7 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111593: SELECT "projects"."id", "projects"."name", "projects"."path", "projects"."description", "projects"."created_at", "projects"."updated_at", "projects"."creator_id", "projects"."namespace_id", "projects"."last_activity_at", "projects"."import_url", "projects"."visibility_level", "projects"."archived", "projects"."avatar", "projects"."merge_requests_template", "projects"."star_count", "projects"."merge_requests_rebase_enabled", "projects"."import_type", "projects"."import_source", "projects"."approvals_before_merge", "projects"."reset_approvals_on_push", "projects"."merge_requests_ff_only_enabled", "projects"."issues_template", "projects"."mirror", "projects"."mirror_user_id", "projects"."shared_runners_enabled", "projects"."runners_token", "projects"."build_coverage_regex", "projects"."build_allow_git_fetch", "projects"."build_timeout", "projects"."mirror_trigger_builds", "projects"."pending_delete", "projects"."public_builds", "projects"."last_repository_check_failed", "projects"."last_repository_check_at", "projects"."only_allow_merge_if_pipeline_succeeds", "projects"."has_external_issue_tracker", "projects"."repository_storage", "projects"."repository_read_only", "projects"."request_access_enabled", "projects"."has_external_wiki", "projects"."ci_config_path", "projects"."lfs_enabled", "projects"."description_html", "projects"."only_allow_merge_if_all_discussions_are_resolved", "projects"."repository_size_limit", "projects"."printing_merge_request_link_enabled", "projects"."auto_cancel_pending_pipelines", "projects"."service_desk_enabled", "projects"."cached_markdown_version", "projects"."delete_error", "projects"."last_repository_updated_at", "projects"."disable_overriding_approvers_per_merge_request", "projects"."storage_version", "projects"."resolve_outdated_diff_discussions", "projects"."remote_mirror_available_overridden", "projects"."only_mirror_protected_branches", "projects"."pull_mirror_available_overridden", "projects"."jobs_cache_index", "projects"."external_authorization_classification_label", "projects"."mirror_overwrites_diverged_branches", "projects"."pages_https_only", "projects"."external_webhook_token", "projects"."packages_enabled", "projects"."merge_requests_author_approval", "projects"."pool_repository_id", "projects"."runners_token_encrypted", "projects"."bfg_object_map", "projects"."detected_repository_languages", "projects"."merge_requests_disable_committers_approval", "projects"."require_password_to_approve", "projects"."emails_disabled", "projects"."max_pages_size", "projects"."max_artifacts_size", "projects"."remove_source_branch_after_merge", "projects"."marked_for_deletion_at", "projects"."marked_for_deletion_by_user_id", "projects"."autoclose_referenced_issues", "projects"."suggestion_commit_message", "projects"."project_namespace_id" FROM "projects" WHERE "projects"."id" = 34 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111694: SELECT "issues".* FROM "issues" WHERE "issues"."project_id" = 34 AND "issues"."iid" = 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/111795: INSERT INTO "notes" ("note", "noteable_type", "author_id", "created_at", "updated_at", "project_id", "line_code", "noteable_id", "system", "type", "position", "original_position", "discussion_id", "note_html", "cached_markdown_version") VALUES ('created #1 to continue this discussion', 'MergeRequest', 323, '2021-10-13 18:30:09.685508', '2021-10-13 18:30:09.747655', 34, '2f6fcd96b88b36ce98c38da085c795a27d92a3dd_15_14', 7, TRUE, 'DiffNote', '--- !ruby/object:Gitlab::Diff::Position1118attributes:1119 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f1120 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b91121 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed01122 :old_path: files/ruby/popen.rb1123 :new_path: files/ruby/popen.rb1124 :position_type: text1125 :old_line: 1126 :new_line: 141127 :line_range: 1128', '--- !ruby/object:Gitlab::Diff::Position1129attributes:1130 :base_sha: ae73cb07c9eeaf35924a10f713b364d32b2dd34f1131 :start_sha: 0b4bc9a49b562e85de7cc9e834518ea6828729b91132 :head_sha: b83d6e391c22777fca1ed3012fce84f633d7fed01133 :old_path: files/ruby/popen.rb1134 :new_path: files/ruby/popen.rb1135 :position_type: text1136 :old_line: 1137 :new_line: 141138 :line_range: 1139', '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e', '<p data-sourcepos="1:1-1:38" dir="auto">created <a href="/namespace34/project34/-/issues/1" data-original="#1" data-link="false" data-link-reference="false" data-project="34" data-issue="11" data-reference-type="issue" data-container="body" data-placement="top" title=''Follow-up from "My title 23"'' class="gfm gfm-issue has-tooltip">#1</a> to continue this discussion</p>', 1900544) RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/114096: DELETE FROM "merge_request_user_mentions" WHERE "merge_request_user_mentions"."merge_request_id" = 7 AND "merge_request_user_mentions"."note_id" = 11 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/114197: SELECT "namespaces"."id", "namespaces"."name", "namespaces"."path", "namespaces"."owner_id", "namespaces"."created_at", "namespaces"."updated_at", "namespaces"."type", "namespaces"."description", "namespaces"."avatar", "namespaces"."membership_lock", "namespaces"."share_with_group_lock", "namespaces"."visibility_level", "namespaces"."request_access_enabled", "namespaces"."ldap_sync_status", "namespaces"."ldap_sync_error", "namespaces"."ldap_sync_last_update_at", "namespaces"."ldap_sync_last_successful_update_at", "namespaces"."ldap_sync_last_sync_at", "namespaces"."description_html", "namespaces"."lfs_enabled", "namespaces"."parent_id", "namespaces"."shared_runners_minutes_limit", "namespaces"."repository_size_limit", "namespaces"."require_two_factor_authentication", "namespaces"."two_factor_grace_period", "namespaces"."cached_markdown_version", "namespaces"."project_creation_level", "namespaces"."runners_token", "namespaces"."file_template_project_id", "namespaces"."saml_discovery_token", "namespaces"."runners_token_encrypted", "namespaces"."custom_project_templates_group_id", "namespaces"."auto_devops_enabled", "namespaces"."extra_shared_runners_minutes_limit", "namespaces"."last_ci_minutes_notification_at", "namespaces"."last_ci_minutes_usage_notification_level", "namespaces"."subgroup_creation_level", "namespaces"."emails_disabled", "namespaces"."max_pages_size", "namespaces"."max_artifacts_size", "namespaces"."mentions_disabled", "namespaces"."default_branch_protection", "namespaces"."unlock_membership_to_ldap", "namespaces"."max_personal_access_token_lifetime", "namespaces"."push_rule_id", "namespaces"."shared_runners_enabled", "namespaces"."allow_descendants_override_disabled_shared_runners", "namespaces"."traversal_ids" FROM "namespaces" WHERE "namespaces"."id" = 323 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/114298: SELECT "routes".* FROM "routes" WHERE "routes"."source_id" = 323 AND "routes"."source_type" = 'Namespace' LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/114399: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1144100: SELECT "note_diff_files".* FROM "note_diff_files" WHERE "note_diff_files"."diff_note_id" = 11 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1145101: SELECT "notes".* FROM "notes" WHERE "notes"."noteable_id" = 7 AND "notes"."noteable_type" = 'MergeRequest' AND "notes"."discussion_id" = '3d8074eaa5f77b0a468b46d465a70f3de1b7a57e' ORDER BY "notes"."created_at" ASC, "notes"."id" ASC /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1146102: SELECT "system_note_metadata".* FROM "system_note_metadata" WHERE "system_note_metadata"."note_id" = 11 LIMIT 1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1147103: SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1148104: INSERT INTO "system_note_metadata" ("note_id", "action", "created_at", "updated_at") VALUES (11, 'discussion', '2021-10-13 18:30:09.793426', '2021-10-13 18:30:09.793426') RETURNING "id" /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1149105: RELEASE SAVEPOINT active_record_1 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1150106: SELECT "web_hooks".* FROM "web_hooks" WHERE "web_hooks"."type" = 'ProjectHook' AND "web_hooks"."project_id" = 34 AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.799387')) AND "web_hooks"."issues_events" = TRUE AND (recent_failures <= 3 AND (disabled_until IS NULL OR disabled_until < '2021-10-13 18:30:09.800101')) /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1151107: SELECT "integrations".* FROM "integrations" WHERE "integrations"."project_id" = 34 AND "integrations"."issues_events" = TRUE AND "integrations"."active" = TRUE /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1152108: SELECT COUNT(*) FROM "issues" WHERE ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1153109: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND "issues"."confidential" = FALSE AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1154110: SELECT COUNT(*) FROM "issues" WHERE (NOT EXISTS (SELECT 1 FROM "banned_users" WHERE (issues.author_id = banned_users.user_id))) AND ("issues"."state_id" IN (1)) AND "issues"."issue_type" IN (0, 1) AND "issues"."project_id" = 34 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1155111: SELECT "licenses".* FROM "licenses" ORDER BY "licenses"."id" DESC LIMIT 100 /*application:test,correlation_id:01FHXEPEXVJPEW82ZS029TQ5N1,endpoint_id:Projects::IssuesController#create,db_config_name:main*/1157RSpec::Retry: 2nd try ./spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb:161158 resolves the discussion in the merge request1159 shows a flash messaage after resolving a discussion1160 has a hidden field for the merge request1161 as a reporter1162 shows a notice to ask someone else to resolve the threads1163Merge request > User sees threads1164 Diff discussions1165 active threads1166 shows a link to the diff1167 outdated threads1168 shows a link to the outdated diff1169 Commit comments displayed in MR context1170 a commit diff comment1171 displays correct header1172 behaves like a functional discussion1173 is displayed1174 can be replied to1175 a commit non-diff discussion1176 displays correct header1177Merge request > User creates image diff notes1178 create commit diff notes1179 create a new diff note1180 shows indicator and avatar badges, and allows collapsing/expanding the discussion notes1181 render commit diff notes1182 render diff indicators within the image diff frame, diff notes, and avatar badge numbers1183 inline view1184 when images are stored in LFS1185 shows lfs badges1186 parallel view1187 when images are stored in LFS1188 shows lfs badges1189 discussion tab polling1190 render diff indicators within the image frame1191 changes tab image diff1192 onion skin1193 behaves like onion skin1194 resets opacity when toggling between view modes1195 image view modes1196 onion skin1197 resizes image1198 behaves like onion skin1199 resets opacity when toggling between view modes1200 swipe view1201 behaves like swipe view1202 moves the swipe handle1203 shows both images at the same position1204Issue Boards new issue1205 authorized user1206 displays new issue button1207 does not display new issue button in closed list1208 shows form when clicking button1209 hides form when clicking cancel1210 creates new issue and opens sidebar1211 successfuly loads labels to be added to newly created issue1212 allows creating an issue in newly created list1213 unauthorized user1214 does not display new issue button in open list1215 does not display new issue button in label list1216 group boards1217 for unauthorized users1218 when backlog does not exist1219 does not display new issue button in label list1220 when backlog list already exists1221 does not display new issue button in open list1222 does not display new issue button in label list1223 for authorized users1224 when backlog does not exist1225 display new issue button in label list1226 project select dropdown1227 lists a project which is a direct descendant of the top-level group1228 lists a project that belongs to a subgroup1229 does not list projects to which user doesn't have access1230Issue Detail1231 when user displays the issue1232 shows the issue1233 when user displays the issue as an incident1234 does not show design management1235 when issue description has emojis1236 renders gl-emoji tag1237 when edited by a user who is later deleted1238 shows the issue1239 user updates `issue_type` via the issue type dropdown1240 when an issue `issue_type` is edited by a signed in user1241DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:24)1242 routes the user to the incident details page when the `issue_type` is set to incident1243 when an incident `issue_type` is edited by a signed in user1244 routes the user to the issue details page when the `issue_type` is set to issue1245Reportable note on snippets1246 on project snippet1247 behaves like reportable note1248 has an edit button1249 has a `More actions` dropdown1250 dropdown has Report and Delete links1251 report button links to a report page1252Admin mode1253 application setting :admin_mode is enabled1254 when not in admin mode1255 has no leave admin mode button1256 can open pages not in admin scope1257 is necessary to provide credentials again before opening pages in admin scope1258 can enter admin mode1259 on a read-only instance1260 can enter admin mode1261 when in admin_mode1262 contains link to leave admin mode1263 can leave admin mode using main dashboard link1264 can open pages not in admin scope1265 nav bar1266 shows admin dashboard links on bigger screen1267 on a read-only instance1268 can leave admin mode1269 application setting :admin_mode is disabled1270 shows no admin mode buttons in navbar1271Dashboard Projects1272 avoids an N+1 query in dashboard index1273 behaves like an autodiscoverable RSS feed with current_user's feed token1274 has an RSS autodiscovery link tag with current_user's feed token1275 when user has access to the project1276 shows role badge1277 when role changes1278 displays the right role1279 when last_repository_updated_at, last_activity_at and update_at are present1280 shows the last_repository_updated_at attribute as the update date1281 shows the last_activity_at attribute as the update date1282 when last_repository_updated_at and last_activity_at are missing1283 shows the updated_at attribute as the update date1284 when on Your projects tab1285 shows all projects by default1286 shows personal projects on personal projects tab1287 sorts projects by most stars when sorting by most stars1288 shows tabs to filter by all projects or personal1289 when on Starred projects tab1290 shows only starred projects1291 does not show tabs to filter by all projects or personal1292 with a pipeline1293 shows that the last pipeline passed1294 guest user of project and project has private pipelines1295 behaves like hidden pipeline status1296 does not show the pipeline status1297 when last_pipeline is missing1298 behaves like hidden pipeline status1299 does not show the pipeline status1300 with topics1301 when project has topics1302 shows project topics if exist1303 when project does not have topics1304 does not show project topics1305 last push widget1306 shows "Create merge request" button1307GraphiQL1308 without relative_url_root1309 has the correct graphQLEndpoint1310 with relative_url_root1311 has the correct graphQLEndpoint1312User interacts with deploy keys1313 viewing deploy keys1314 when project has keys1315 shows deploy keys1316 when another project has keys1317 shows deploy keys1318 when there are public deploy keys1319 shows public deploy keys1320 adding deploy keys1321 adds new key1322 attaching existing keys1323 from another project1324 behaves like attaches a key1325 attaches key1326 when keys are public1327 behaves like attaches a key1328 attaches key1329User creates a project1330DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)1331DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_gitea_logo.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)1332DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)1333DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_issues.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)1334 creates a new project1335 creates a new project that is not blank1336 in a subgroup they do not own1337 creates a new project1338 in a group with DEVELOPER_MAINTAINER_PROJECT_ACCESS project_creation_level1339 creates a new project1340Member autocomplete1341 adding a new note on a Issue1342 suggests noteable author and note author1343 when tribute_autocomplete feature flag is on1344 adding a new note on a Issue1345 suggests noteable author and note author1346 adding a new note on a Merge Request1347 suggests noteable author and note author1348 adding a new note on a Commit1349 suggests noteable author and note author1350User creates branch1351 creates new branch1352 when branch name is invalid1353 does not create new branch1354 when branch name already exists1355 does not create new branch1356AWS EKS Cluster1357 when user does not have a cluster and visits cluster index page1358 when user creates a cluster on AWS EKS1359 user sees a form to create an EKS cluster1360 highlights Amazon EKS logo1361User uploads new design1362 when the feature is available1363 uploads designs1364 when the feature is not available1365 shows the message about requirements1366admin deploy keys1367 show all public deploy keys1368 shows all the projects the deploy key has write access1369 create a new deploy key1370 creates a new deploy key1371 update an existing deploy key1372 updates an existing deploy key1373 remove an existing deploy key1374 removes an existing deploy key1375User filters Incident Management table by status1376 when a developer displays the incident list they can filter the table by an incident status1377 shows the incident table items with incident status of Open by default1378 shows the incident table items with incident status of Closed1379 shows the incident table items with all status1380Download buttons in tags page1381 when checking tags1382 behaves like archive download buttons1383 when static objects external storage is enabled1384 private project1385 shows archive download buttons with external storage URL prepended and user token appended to their href1386 public project1387 shows archive download buttons with external storage URL prepended to their href1388 when static objects external storage is disabled1389 shows default archive download buttons1390 with artifacts1391 shows download artifacts button1392Issues > User sees empty state1393 while user is signed out1394 empty state1395 user sees empty state1396 behaves like empty state with filters1397 user sees empty state with filters1398 while user is signed in1399 empty state1400 user sees empty state1401 behaves like empty state with filters1402 user sees empty state with filters1403Project Issues RSS1404 when signed in1405 behaves like it has an RSS button with current_user's feed token1406 shows the RSS button with current_user's feed token1407 behaves like an autodiscoverable RSS feed with current_user's feed token1408 has an RSS autodiscovery link tag with current_user's feed token1409 when signed out1410 behaves like it has an RSS button without a feed token1411 shows the RSS button without a feed token1412 behaves like an autodiscoverable RSS feed without a feed token1413 has an RSS autodiscovery link tag without a feed token1414 feeds1415 behaves like updates atom feed link1416 for project1417 behaves like updates atom feed link1418 for group1419Issue prioritization1420 when issues have one label1421 are sorted properly1422 when issues have multiple labels1423 are sorted properly1424Milestones sorting1425 visit group milestones and sort by due_date_asc1426User updates Alert Management status1427 when a developer+ displays the alerts list and the alert service is enabled they can update an alert status1428 shows the alert table with an alert status dropdown1429 updates the alert status1430Project member activity1431 when a user joins the project1432 presents the correct message1433 when a user leaves the project1434 presents the correct message1435 when a users membership expires for the project1436 presents the correct message1437Repository Settings > User sees revoke deploy token modal1438 shows the revoke deploy token modal1439Admin browse spam logs1440 browse spam logs1441OAuth Provider1442 Standard OAuth Authorization1443 behaves like Secure OAuth Authorizations1444 when user is confirmed1445 asks the user to authorize the application1446 when user is unconfirmed1447DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)1448DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)1449DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)1450DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)1451 displays an error1452User views closed merge requests1453 shows closed merge requests1454Knapsack report was generated. Preview:1455{1456 "spec/features/security/project/public_access_spec.rb": 247.7173185870015,1457 "spec/features/admin/admin_runners_spec.rb": 137.14947827399737,1458 "spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb": 97.80916194699967,1459 "spec/features/merge_request/user_sees_discussions_spec.rb": 64.52790836699933,1460 "spec/features/merge_request/user_creates_image_diff_notes_spec.rb": 53.23311970800205,1461 "spec/features/boards/new_issue_spec.rb": 44.76738025699888,1462 "spec/features/issues/issue_detail_spec.rb": 35.72624027400161,1463 "spec/features/reportable_note/snippets_spec.rb": 25.687823869000567,1464 "spec/features/admin/admin_mode_spec.rb": 29.48149125600321,1465 "spec/features/dashboard/projects_spec.rb": 19.887512989000243,1466 "spec/features/graphiql_spec.rb": 32.947678747998,1467 "spec/features/projects/settings/user_interacts_with_deploy_keys_spec.rb": 21.103440270999272,1468 "spec/features/projects/user_creates_project_spec.rb": 22.179362787999708,1469 "spec/features/participants_autocomplete_spec.rb": 17.37628012099958,1470 "spec/features/projects/branches/user_creates_branch_spec.rb": 11.898259044999577,1471 "spec/features/projects/clusters/eks_spec.rb": 12.709104146000755,1472 "spec/features/projects/issues/design_management/user_uploads_designs_spec.rb": 11.757034371999907,1473 "spec/features/admin/admin_deploy_keys_spec.rb": 8.587493285001983,1474 "spec/features/incidents/user_filters_incidents_by_status_spec.rb": 8.389072464997298,1475 "spec/features/projects/tags/download_buttons_spec.rb": 6.558838623001066,1476 "spec/features/issues/user_sees_empty_state_spec.rb": 8.115686297998764,1477 "spec/features/issues/rss_spec.rb": 4.723533381999005,1478 "spec/features/projects/labels/issues_sorted_by_priority_spec.rb": 6.086245295999106,1479 "spec/features/groups/milestones_sorting_spec.rb": 4.630233405998297,1480 "spec/features/alert_management/user_updates_alert_status_spec.rb": 5.576664290998451,1481 "spec/features/dashboard/project_member_activity_index_spec.rb": 4.621676645998377,1482 "spec/features/projects/settings/user_sees_revoke_deploy_token_modal_spec.rb": 2.9353918289998546,1483 "spec/features/admin/admin_browse_spam_logs_spec.rb": 1.2612135189992841,1484 "spec/features/oauth_provider_authorize_spec.rb": 1.405903232000128,1485 "spec/features/merge_requests/user_views_closed_merge_requests_spec.rb": 1.73236500599887221486}1487Knapsack global time execution for tests: 15m 50s1488Pending: (Failures listed here are expected and do not affect your suite's status)1489 1) Resolve an open thread in a merge request by creating an issue As a user with access to the project with the internal tracker disabled does not show a link to create a new issue1490 # Temporarily skipped with xit1491 # ./spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb:311492Finished in 15 minutes 52 seconds (files took 1 minute 4.42 seconds to load)1493492 examples, 0 failures, 1 pending1494Failed to write to log, write log/workhorse-test.log: file already closed1495Wed 13 Oct 2021 06:39:00 PM UTC1497Not uploading cache ruby-gems-v1-4 due to policy1498Not uploading cache gitaly-ruby-gems-v1-4 due to policy1500Uploading artifacts...1501coverage/: found 5 matching files and directories 1502WARNING: crystalball/: no matching files 1503deprecations/: found 14 matching files and directories 1504knapsack/: found 3 matching files and directories 1505rspec_flaky/: found 4 matching files and directories 1506rspec_profiling/: found 1 matching files and directories 1507WARNING: tmp/capybara/: no matching files 1508tmp/memory_test/: found 2 matching files and directories 1509log/*.log: found 16 matching files and directories 1510Uploading artifacts as "archive" to coordinator... ok id=1677157296 responseStatus=201 Created token=VYXmLG8i1511Uploading artifacts...1512junit_rspec.xml: found 1 matching files and directories 1513Uploading artifacts as "junit" to coordinator... ok id=1677157296 responseStatus=201 Created token=VYXmLG8i1515Job succeeded