rspec system pg12 24/24
Passed Started
by
@.luke

Luke Duncalfe
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ffc079081fed116f7ec22097d3e0308ab568536216cdebf45a8cab78fe30ee8f for postgres:12 with digest postgres@sha256:ca17935b3df07cb09f6ceab07913f6fee0e5f349102fe0a7922a8969c3593ae0 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:374ca386513ad781c1aa2f52c9379052723b49ab188b8517167f0b24055518bf for redis:6.0-alpine with digest redis@sha256:8f94750b64abe7fcb118c2e6706be5e186efc54a62b80fe1d21b8d7a91c0f547 ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:a9a70e41d030f83cde0068df3d11170dec855e8a8bf3a020e27b85ad5b20d11b for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:b017ecabd2a1190405dc62cb97a82b18482bf812ceeeee2c3f4200b890c43fde ...18Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1659389567-e760d854...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 127308, done. 25remote: Counting objects: 100% (127308/127308), done. 26remote: Compressing objects: 100% (86137/86137), done. 27remote: Total 127308 (delta 56589), reused 83753 (delta 36275), pack-reused 0 28Receiving objects: 100% (127308/127308), 114.35 MiB | 34.21 MiB/s, done.29Resolving deltas: 100% (56589/56589), done.31 * [new ref] refs/pipelines/602249477 -> refs/pipelines/60224947732Checking out a33057a2 as refs/merge-requests/93624/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2799740965)...44Downloading artifacts from coordinator... ok id=2799740965 responseStatus=200 OK token=GXingcta45Downloading artifacts for detect-tests (2799740974)...46Downloading artifacts from coordinator... ok id=2799740974 responseStatus=200 OK token=GXingcta47Downloading artifacts for retrieve-tests-metadata (2799740978)...48Downloading artifacts from coordinator... ok id=2799740978 responseStatus=200 OK token=GXingcta49Downloading artifacts for setup-test-env (2799740970)...50Downloading artifacts from coordinator... ok id=2799740970 responseStatus=200 OK token=GXingcta52Using docker image sha256:a9a70e41d030f83cde0068df3d11170dec855e8a8bf3a020e27b85ad5b20d11b for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:b017ecabd2a1190405dc62cb97a82b18482bf812ceeeee2c3f4200b890c43fde ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 1 seconds.81$ bundle pristine pg82Installing pg 1.4.1 with native extensions83==> 'bundle pristine pg' succeeded in 7 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 0 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Dropped database 'gitlabhq_test_ci'92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 37 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 1 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory110find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory113Don't run Bundler as root. Bundler can ask for sudo if it is needed, and114installing your bundle as root will break this application for all non-root115users on this machine.116Using abstract_type 0.0.7117Using concurrent-ruby 1.1.10118Using i18n 1.12.0119Using minitest 5.16.2120Using tzinfo 2.0.5121Using zeitwerk 2.6.0122Using activesupport 6.1.6.1123Using builder 3.2.4124Using erubi 1.10.0125Using mini_portile2 2.8.0126Using racc 1.6.0127Using nokogiri 1.13.6 (x86_64-linux)128Using rails-dom-testing 2.0.3129Using crass 1.0.6130Using loofah 2.16.0131Using rails-html-sanitizer 1.4.2132Using actionview 6.1.6.1133Using rack 2.2.3134Using rack-test 1.1.0135Using actionpack 6.1.6.1136Using ice_nine 0.11.2137Using thread_safe 0.3.6138Using memoizable 0.4.2139Using adamantium 0.2.0140Using public_suffix 4.0.6141Using addressable 2.7.0142Using ast 2.4.2143Using binding_ninja 0.2.3144Using bundler 2.3.15145Using charlock_holmes 0.7.7146Using coderay 1.1.2147Using equalizer 0.0.11148Using concord 0.1.5149Using diff-lcs 1.3150Using dotenv 2.7.6151Using escape_utils 1.2.2152Using factory_bot 5.0.2153Using multipart-post 2.1.1154Using faraday 1.0.1155Using ffi 1.15.3156Using json 2.5.1157Using gemojione 3.3.0158Using mini_mime 1.1.2159Using rugged 1.2.0160Using github-linguist 7.20.0161Using github-markup 1.7.0162Using mime-types-data 3.2020.1104163Using mime-types 3.3.1164Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1165Using rouge 3.27.0166Using sanitize 6.0.0167Using stringex 2.8.5168Using gitlab-gollum-lib 4.2.7.10.gitlab.2169Using google-protobuf 3.21.3 (x86_64-linux)170Using googleapis-common-protos-types 1.3.0171Using grpc 1.42.0 (x86_64-linux)172Using opentracing 0.5.0173Using thrift 0.15.0174Using jaeger-client 1.1.0175Using pg_query 2.1.1176Using redis 4.4.0177Using gitlab-labkit 0.23.0178Using rubyzip 2.3.2179Using thor 1.1.0180Using tomlrb 2.0.1181Using with_env 1.1.0182Using rexml 3.2.5183Using xml-simple 1.1.9184Using gitlab-license_finder 6.14.2.1185Using gitlab-markup 1.7.1186Using grpc-tools 1.42.0187Using sawyer 0.8.2188Using octokit 4.20.0189Using reverse_markdown 1.4.0190Using licensee 9.14.1191Using method_source 0.9.2192Using msgpack 1.3.3193Using optimist 3.0.1194Using parallel 1.19.2195Using parser 3.0.3.2196Using procto 0.0.3197Using unparser 0.4.7198Using proc_to_ast 0.1.0199Using pry 0.12.2200Using rainbow 3.0.0201Using rbtrace 0.4.14202Using rdoc 6.3.2203Using regexp_parser 1.8.1204Using rspec-support 3.8.0205Using rspec-core 3.8.0206Using rspec-expectations 3.8.3207Using rspec-mocks 3.8.0208Using rspec 3.8.0209Using rspec-parameterized 0.4.2210Using rubocop-ast 0.2.0211Using ruby-progressbar 1.10.1212Using unicode-display_width 1.7.0213Using rubocop 0.86.0214Using sentry-raven 3.0.4215Using timecop 0.9.1216Bundle complete! 22 Gemfile dependencies, 100 gems now installed.217Gems in the groups 'production' and 'development' were not installed.218Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`219Checking gitaly-ruby Gemfile...220Checking gitaly-ruby bundle...221The Gemfile's dependencies are satisfied222Trying to connect to gitaly: .................................. OK223Trying to connect to gitaly2: ...................................................... OK224Starting Praefect with in-memory election strategyTrying to connect to praefect: ...... OK225==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.226$ source ./scripts/rspec_helpers.sh227$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"228SKIP_FLAKY_TESTS_AUTOMATICALLY: true229RETRY_FAILED_TESTS_IN_NEW_PROCESS: true230KNAPSACK_GENERATE_REPORT: true231FLAKY_RSPEC_GENERATE_REPORT: true232KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb233KNAPSACK_LOG_LEVEL: debug234KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_24_24_report.json235FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json236FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_24_24_report.json237NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_24_24_report.json238SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_24_24_report.txt239RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_24_24_report.txt240CRYSTALBALL: 241Knapsack report generator started!242/builds/gitlab-org/gitlab/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb:69: warning: found `= literal' in conditional, should be ==243Run options: exclude {:quarantine=>true, :level=>"migration"}244Test environment set up in 0.490975953 seconds245File blob246Starting the Capybara driver server...247 Ruby file248Capybara starting Puma...249* Version 5.6.4 , codename: Birdie's Version250* Min threads: 0, max threads: 4251* Listening on unix:///tmp/20220801-466-1dtogp7252 displays the blob253 displays file actions on all screen sizes254 Markdown file255 visiting directly256 displays the blob using the rich viewer257 switching to the simple viewer258 displays the blob using the simple viewer259 switching to the rich viewer again260 displays the blob using the rich viewer261 when ref switch262 displays no highlighted number of different ref263 successfully changes ref when the ref name matches the project name264 successfully change ref of similar name265 switch ref from longer to shorter ref name266 switch ref from shorter to longer ref name267 Markdown rendering268 when rendering default markdown269 renders using CommonMark270 Markdown file (stored in LFS)271 when LFS is enabled on the project272 displays an error273 when LFS is disabled on the project274 displays the blob275 PDF file276 displays the blob277 Jupiter Notebook file278 displays the blob279 ISO file (stored in LFS)280 when LFS is enabled on the project281 displays the blob282 when LFS is disabled on the project283 displays the blob284 ZIP file285 displays the blob286 binary file that appears to be text in the first 1024 bytes287 displays the blob288 empty file289 displays an error290 files with auxiliary viewers291 .gitlab-ci.yml292 displays an auxiliary viewer293 .gitlab/route-map.yml294 displays an auxiliary viewer295 .gitlab/dashboards/custom-dashboard.yml296 with metrics_dashboard_exhaustive_validations feature flag off297 valid dashboard file298 displays an auxiliary viewer299 invalid dashboard file300 displays an auxiliary viewer301 with metrics_dashboard_exhaustive_validations feature flag on302 valid dashboard file303 displays an auxiliary viewer304 invalid dashboard file305 displays an auxiliary viewer306 LICENSE307 displays an auxiliary viewer308 *.gemspec309 displays an auxiliary viewer310 CONTRIBUTING.md311 displays an auxiliary viewer312 CHANGELOG.md313 displays an auxiliary viewer314 Cargo.toml315 displays an auxiliary viewer316 Cartfile317 displays an auxiliary viewer318 composer.json319 displays an auxiliary viewer320 Gemfile321 displays an auxiliary viewer322 Godeps.json323 displays an auxiliary viewer324 go.mod325 displays an auxiliary viewer326 package.json327 displays an auxiliary viewer328 podfile329 displays an auxiliary viewer330 test.podspec331 displays an auxiliary viewer332 JSON.podspec.json333 displays an auxiliary viewer334 requirements.txt335 displays an auxiliary viewer336 yarn.lock337 displays an auxiliary viewer338 openapi.yml339 removes `style`, `class`, and `data-*`` attributes from HTML340 realtime pipelines341 shows the realtime pipeline status342 for subgroups343 renders tree table without errors344 displays a GPG badge345 on signed merge commit346 displays a GPG badge347 when static objects external storage is enabled348 private project349 shows open raw and download buttons with external storage URL prepended and user token appended to their href350 public project351 shows open raw and download buttons with external storage URL prepended to their href352Jira353 when internal issues tracker is enabled for the other project354 when only internal issues tracker is enabled for the actual project355 creates a link to the referenced issue on the preview356 creates a link to the referenced issue after submit357 creates a note on the referenced issues358 when both external and internal issues trackers are enabled for the actual project359 creates a link to the referenced issue on the preview360 creates a link to the referenced issue after submit361 creates a note on the referenced issues362 when only external issues tracker is enabled for the actual project363 creates a link to the referenced issue on the preview364 creates a link to the referenced issue after submit365 creates a note on the referenced issues366 when no tracker is enabled for the actual project367Skipping ./spec/features/issuables/markdown_references/jira_spec.rb[1:1:4:1] 'Jira when internal issues tracker is enabled for the other project when no tracker is enabled for the actual project creates a link to the referenced issue on the preview' because it's flaky.368 creates a link to the referenced issue on the preview (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)369 creates a link to the referenced issue after submit370 creates a note on the referenced issues371 when internal issues tracker is disabled for the other project372 when only internal issues tracker is enabled for the actual project373 creates a link to the referenced issue on the preview374 creates a link to the referenced issue after submit375 creates a note on the referenced issues376 when both external and internal issues trackers are enabled for the actual project377 creates a link to the referenced issue on the preview378 creates a link to the referenced issue after submit379 creates a note on the referenced issues380 when only external issues tracker is enabled for the actual project381 creates a link to the referenced issue on the preview382 creates a link to the referenced issue after submit383 creates a note on the referenced issues384 when no issues tracker is enabled for the actual project385 creates a link to the referenced issue on the preview386 creates a link to the referenced issue after submit387 creates a note on the referenced issues388Pipeline Schedules389 logged in as the pipeline schedule owner390 GET /projects/pipeline_schedules391 edits the pipeline392 PATCH /projects/pipelines_schedules/:id/edit393 displays existing properties394 edits the scheduled pipeline395 when ref is nil396 shows the pipeline schedule with default ref397 when ref is empty398 shows the pipeline schedule with default ref399 logged in as a project maintainer400 GET /projects/pipeline_schedules401 The view402 displays the required information description403 creates a new scheduled pipeline404 changes ownership of the pipeline405 deletes the pipeline406 when ref is nil407 shows a list of the pipeline schedules with empty ref column408 when ref is empty409 shows a list of the pipeline schedules with empty ref column410 POST /projects/pipeline_schedules/new411 sets defaults for timezone and target branch412 creates a new scheduled pipeline413 prevents an invalid form from being submitted414 when user creates a new pipeline schedule with variables415 user sees the new variable in edit window416 when user edits a variable of a pipeline schedule417 user sees the updated variable in edit window418 when user removes a variable of a pipeline schedule419 user does not see the removed variable in edit window420 when active is true and next_run_at is NULL421 user edit and recover the problematic pipeline schedule422 logged in as non-member423 GET /projects/pipeline_schedules424 The view425 does not show create schedule button426 not logged in427 GET /projects/pipeline_schedules428 The view429 does not show create schedule button430Create notes on issues431 highlights the current user in a comment432 mentioning issue on a private project433 behaves like notes with reference434 creates a note with reference and cross references the issue435 mentioning issue on an internal project436 behaves like notes with reference437 creates a note with reference and cross references the issue438 mentioning issue on a public project439 behaves like notes with reference440 creates a note with reference and cross references the issue441 mentioning merge request on a private project442 behaves like notes with reference443 creates a note with reference and cross references the issue444 mentioning merge request on an internal project445 behaves like notes with reference446 creates a note with reference and cross references the issue447 mentioning merge request on a public project448 behaves like notes with reference449 creates a note with reference and cross references the issue450 when the issue is closed via a merge request451 behaves like when reference belongs to a private project452 when the user does not have permission to see the reference453 does not show the user the reference454 when the user has permission to see the reference455 shows the user the reference456 when the issue is closed via a commit457 behaves like when reference belongs to a private project458 when the user does not have permission to see the reference459 does not show the user the reference460 when the user has permission to see the reference461Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/issues/notes_on_issues_spec.rb:125462 shows the user the reference463Value Stream Analytics464 as an allowed user465 when project is new466 displays metrics with relevant values467 shows active stage with empty message468 when there's value stream analytics data469 displays metrics470 can filter the issues by date471 can filter the metrics by date472 paginates the results473 can navigate directly to a value stream stream stage with filters applied474 as a guest475 does not show the commit stats476 does not show restricted stages477Cherry-pick Commits478 when clicking cherry-pick from the dropdown for a commit on pipelines tab479 launches the modal form480 when starting from the commit tab481 when cherry-picking a commit482 is expected to have text "The commit has been successfully cherry-picked into master."483 when cherry-picking a merge commit484 is expected to have text "The commit has been successfully cherry-picked into master."485 when cherry-picking a commit that was previously cherry-picked486 is expected to have text "Sorry, we cannot cherry-pick this commit automatically."487 when cherry-picking a commit in a new merge request488 is expected to have text "From cherry-pick-7d3b0f7c into master"489 when I cherry-picking a commit from a different branch490 is expected to have text "The commit has been successfully cherry-picked into feature."491 when the project is archived492 does not show the cherry-pick button493User searches for issues494 when signed in495 does not show top right search form496 finds an issue497 hides confidential icon for non-confidential issues498 shows confidential icon for confidential issues499 shows correct badge for open issues500 shows correct badge for closed issues501 sorts by created date502 when search times out503 renders timeout information504 sets tab count to 0505 when on a project page506 finds an issue507 when signed out508 when block_anonymous_global_searches is disabled509 does not show top right search form510 finds an issue511 when block_anonymous_global_searches is enabled512 is redirected to login page513Copy as GFM514 Copying rendered GFM515 works516 Copying code517 from a diff518 inline diff519 behaves like copying code from a diff520 selecting one word of text521 copies as inline code522 selecting one line of text523 copies as inline code524 selecting multiple lines of text525 copies as a code block526 parallel diff527 behaves like copying code from a diff528 selecting one word of text529 copies as inline code530 selecting one line of text531 copies as inline code532 selecting multiple lines of text533 copies as a code block534 selecting code on the left535 copies as a code block536 selecting code on the right537 copies as a code block538 from a blob539 selecting one word of text540Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:1:1] 'Copy as GFM Copying code from a blob selecting one word of text copies as inline code' because it's flaky.541 copies as inline code (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)542 selecting one line of text543Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:2:1] 'Copy as GFM Copying code from a blob selecting one line of text copies as inline code' because it's flaky.544 copies as inline code (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)545 selecting multiple lines of text546Skipping ./spec/features/markdown/copy_as_gfm_spec.rb[1:2:2:3:1] 'Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block' because it's flaky.547 copies as a code block (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)548 from a GFM code block549 selecting one word of text550 copies as inline code551 selecting one line of text552 copies as inline code553 selecting multiple lines of text554 copies as a code block with the correct language555Projects > Members > Sorting556 sorts by account by default557 sorts by max role ascending558 sorts by max role descending559 sorts by user created on ascending560 sorts by user created on descending561 sorts by last activity ascending562 sorts by last activity descending563 sorts by access granted ascending564 sorts by access granted descending565 sorts by account ascending566 sorts by account descending567 sorts by last sign-in ascending568 sorts by last sign-in descending569User views an open merge request570 when a merge request does not have repository571 renders both the title and the description572 has reviewers in sidebar573 when a merge request has repository574 when rendering description preview575 renders empty description preview576 renders description preview577 when the branch is rebased on the target578 does not show diverged commits count579 when the branch is diverged on the target580 shows diverged commits count581 when the assignee's availability set582 exposes the availability in the data-availability attribute583 XSS source branch584 encodes branch name585 when user preferred language has changed586 renders edit button in preferred language587User creates release588 renders the breadcrumbs589 defaults the "Create from" dropdown to the project's default branch590 when the "Save release" button is clicked591 creates a new release when "Create release" is clicked and redirects to the release's dedicated page592 when the "Cancel" button is clicked593 redirects to the main "Releases" page594 when the URL includes a back_url query parameter595 redirects to the page specified with back_url596 when the release notes "Preview" tab is clicked597 renders a preview of the release notes markdown598 when tag name supplied in the parameters599 creates release with preselected tag600Internal references601 when referencing to open issue602 from private project603 from merge request604 when user has access to private project605 shows references606 when referencing to open merge request607 from private project608 from merge request609 when user has access to private project610 shows references611Secure Files612 user sees the Secure Files list component613 prompts the user to confirm before deleting a file614 displays an uploaded file in the file list615 displays an error when a duplicate file upload is attempted616 when the :ci_secure_files feature flag is enabled617 authenticated user with admin permissions618 shows the secure files settings619 when the :ci_secure_files feature flag is disabled620 authenticated user with admin permissions621 does not shows the secure files settings622Projects > Settings > Webhook Settings623 for developer624 to be disallowed to view625 for maintainer626 Webhooks627 show list of webhooks628 create webhook629 edit existing webhook630 test existing webhook631 delete existing webhook632 from webhooks list page633 from webhook edit page634 Webhook logs635 show list of hook logs636 show hook log details637 retry hook log638Groups > Members > Filter members639 shows all members640 shows only 2FA members641 shows only non 2FA members642 shows inherited members by default643 shows only group members644 shows only inherited members645Groups > Members > Request access646 request access feature is disabled647 user can request access to a group648 user does not see private projects649 user does not see group in the Dashboard > Groups page650 user is not listed in the group members page651 user can withdraw its request for access652 member does not see the request access button653Issues > Real-time sidebar654 updates the assignee in real-time655 updates the label in real-time656Math rendering657 renders inline and display math correctly658 only renders non XSS links659 renders lazy load button660 renders without any limits on wiki page661Dropdown author662 behavior663 loads all the authors when opened664 shows current user at top of dropdown665 selecting from dropdown without Ajax call666 selects current user667User merges a merge request668 sidebar merge requests counter669 decrements the open MR count670Merge Requests > User filters by assignees671 filtering by assignee:none672 applies the filter673 filtering by assignee=@username674 applies the filter675Incident Management index676 incident list is visited677 by reporter678 shows the create new incident button679 when clicked shows the create issue page with the Incident type pre-selected680 by guest681 does not show new incident button682Disable individual triggers683 integration has multiple supported events684 shows trigger checkboxes685 integrations only has one supported event686 doesn't show unnecessary Trigger checkboxes687User edits a comment on a commit688 edits comment689viewing issues with design references690 the user has access to a public project691 behaves like successful use of design link references692 shows the issue description and design references693 the user does not have access to a private project694 redacts inaccessible design references695 the user has access to a private project696 behaves like successful use of design link references697 shows the issue description and design references698 design management is entirely disabled699 processes design links as issue references700Merge Request > User tries to access private project information through the new mr page701 when the user enters the querystring info for the other project702 does not mention the project the user can't see the repo of703 when the user enters label information from the private project in the querystring704 does not expose the label name705User scrolls to deep-linked note706 on issue page707 on comment708Cluster agent registration709 allows the user to select an agent to install, and displays the resulting agent token710Issues > User resets their incoming email token711 changes incoming email address token712Projects > Files > User wants to edit a file713 file has been updated since the user opened the edit page714Upload a maven package715 behaves like handling file uploads716 with object storage disabled717 behaves like for a maven package718 creates package files719 is expected to eq 200720 behaves like handling file uploads721 with object storage disabled722 behaves like for a maven sha1723 is expected to eq 204724 behaves like handling file uploads725 with object storage disabled726 behaves like for a maven md5727 is expected to eq 200728 with an encoded project ID729 behaves like handling file uploads730 with object storage disabled731 behaves like for a maven package732 creates package files733 is expected to eq 200734Abuse reports735 report abuse736User confirmation737 resend confirmation instructions738 when recaptcha is enabled739 renders recaptcha740 when recaptcha is not enabled741 does not render recaptcha742Knapsack report was generated. Preview:743{744 "spec/features/projects/blobs/blob_show_spec.rb": 205.89893647700046,745 "spec/features/issuables/markdown_references/jira_spec.rb": 235.25004793599965,746 "spec/features/projects/pipeline_schedules_spec.rb": 159.64966044300036,747 "spec/features/issues/notes_on_issues_spec.rb": 93.13634384599936,748 "spec/features/cycle_analytics_spec.rb": 87.24910835900027,749 "spec/features/projects/commit/cherry_pick_spec.rb": 70.8987196829994,750 "spec/features/search/user_searches_for_issues_spec.rb": 57.879739684000015,751 "spec/features/markdown/copy_as_gfm_spec.rb": 54.98858442299934,752 "spec/features/projects/members/sorting_spec.rb": 44.72186579800018,753 "spec/features/merge_request/user_views_open_merge_request_spec.rb": 32.86463050600014,754 "spec/features/projects/releases/user_creates_release_spec.rb": 31.13572392400056,755 "spec/features/issuables/markdown_references/internal_references_spec.rb": 27.741742191999947,756 "spec/features/projects/settings/secure_files_spec.rb": 23.84352175100048,757 "spec/features/projects/settings/webhooks_settings_spec.rb": 23.383021238000765,758 "spec/features/groups/members/filter_members_spec.rb": 20.06953706100103,759 "spec/features/groups/members/request_access_spec.rb": 18.15447283100002,760 "spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb": 23.604157649000626,761 "spec/features/markdown/math_spec.rb": 13.960643403999711,762 "spec/features/issues/filtered_search/dropdown_author_spec.rb": 10.617417098999795,763 "spec/features/merge_request/user_merges_merge_request_spec.rb": 10.169525194000016,764 "spec/features/merge_requests/user_filters_by_assignees_spec.rb": 11.949766022999029,765 "spec/features/incidents/user_creates_new_incident_spec.rb": 9.188504701000056,766 "spec/features/projects/integrations/disable_triggers_spec.rb": 8.91520920199946,767 "spec/features/projects/commit/comments/user_edits_comments_spec.rb": 6.098133823999888,768 "spec/features/projects/issues/design_management/user_links_to_designs_in_issue_spec.rb": 5.670339186999627,769 "spec/features/merge_request/user_tries_to_access_private_project_info_through_new_mr_spec.rb": 5.794312514999547,770 "spec/features/issues/user_scrolls_to_deeplinked_note_spec.rb": 5.300415118999808,771 "spec/features/clusters/create_agent_spec.rb": 5.345089847000054,772 "spec/features/issues/user_resets_their_incoming_email_token_spec.rb": 3.5694679970001744,773 "spec/features/projects/files/editing_a_file_spec.rb": 2.9662868949999392,774 "spec/features/file_uploads/maven_package_spec.rb": 2.740807002999645,775 "spec/features/abuse_report_spec.rb": 2.104384743000992,776 "spec/features/users/confirmation_spec.rb": 0.4848586810003326777}778Knapsack global time execution for tests: 21m 55s779Pending: (Failures listed here are expected and do not affect your suite's status)780 1) Jira when internal issues tracker is enabled for the other project when no tracker is enabled for the actual project creates a link to the referenced issue on the preview781 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example782 # ./spec/features/issuables/markdown_references/jira_spec.rb:31783 2) Copy as GFM Copying code from a blob selecting one word of text copies as inline code784 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example785 # ./spec/features/markdown/copy_as_gfm_spec.rb:776786 3) Copy as GFM Copying code from a blob selecting one line of text copies as inline code787 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example788 # ./spec/features/markdown/copy_as_gfm_spec.rb:785789 4) Copy as GFM Copying code from a blob selecting multiple lines of text copies as a code block790 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example791 # ./spec/features/markdown/copy_as_gfm_spec.rb:794792Finished in 21 minutes 59 seconds (files took 1 minute 4.2 seconds to load)793244 examples, 0 failures, 4 pending794Failed to write to log, write log/workhorse-test.log: file already closed795RSpec exited with 0.796No examples to retry, congrats!798Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy799Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy801Uploading artifacts...802coverage/: found 5 matching files and directories 803crystalball/: found 2 matching files and directories 804WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 805knapsack/: found 3 matching files and directories 806rspec/: found 9 matching files and directories 807WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 808log/*.log: found 19 matching files and directories 809WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2799741098/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com810WARNING: Retrying... context=artifacts-uploader error=request redirected811Uploading artifacts as "archive" to coordinator... 201 Created id=2799741098 responseStatus=201 Created token=GXingcta812Uploading artifacts...813rspec/junit_rspec.xml: found 1 matching files and directories 814WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2799741098/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com815WARNING: Retrying... context=artifacts-uploader error=request redirected816Uploading artifacts as "junit" to coordinator... 201 Created id=2799741098 responseStatus=201 Created token=GXingcta818Job succeeded