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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-1.shared-gitlab-org.runners-manager.gitlab.com/default KzYhZxBv3 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:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...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:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...18Running on runner-kzyhzxbv-project-278964-concurrent-0 via runner-kzyhzxbv-shared-gitlab-org-1656400310-4deb3558...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: 113684, done. 25remote: Counting objects: 100% (113684/113684), done. 26remote: Compressing objects: 100% (80120/80120), done. 27remote: Total 113684 (delta 47013), reused 73436 (delta 29194), pack-reused 0 28Receiving objects: 100% (113684/113684), 107.95 MiB | 29.31 MiB/s, done.29Resolving deltas: 100% (47013/47013), done.31 * [new ref] refs/pipelines/574770947 -> refs/pipelines/57477094732Checking out f470b997 as refs/merge-requests/90613/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2649391517)...44Downloading artifacts from coordinator... ok id=2649391517 responseStatus=200 OK token=bEmpgsHs45Downloading artifacts for detect-tests (2649391533)...46Downloading artifacts from coordinator... ok id=2649391533 responseStatus=200 OK token=bEmpgsHs47Downloading artifacts for retrieve-tests-metadata (2649391540)...48Downloading artifacts from coordinator... ok id=2649391540 responseStatus=200 OK token=bEmpgsHs49Downloading artifacts for setup-test-env (2649391527)...50Downloading artifacts from coordinator... ok id=2649391527 responseStatus=200 OK token=bEmpgsHs52Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...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 2 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 13 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 36 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 directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.21.2174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: .............................................. OK219Trying to connect to gitaly2: ........................................................... OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ......... OK221==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_6_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_6_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_6_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_6_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_6_24_report.txt236CRYSTALBALL: 237Knapsack report generator started!238DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call239/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here240 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)241Run options: exclude {:quarantine=>true, :level=>"migration"}242==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.042383828 seconds...243Test environment set up in 0.651048828 seconds244Merge request > User sees merge widget245Starting the Capybara driver server...246 new merge request247Capybara starting Puma...248* Version 5.6.2 , codename: Birdie's Version249* Min threads: 0, max threads: 4250* Listening on unix:///tmp/20220628-465-1e1tuuf251 shows widget status after creating new merge request252 view merge request253 shows environments link254 shows green accept merge request button255 allows me to merge, see cherry-pick modal and load branches list256 view merge request with external CI service257 has merge button with confirm variant while waiting for external CI status258 view merge request with failed GitLab CI pipelines259 has merge button that shows modal when pipeline does not succeeded260 allows me to merge with a failed pipeline261 when merge request is in the blocked pipeline state and pipeline must succeed262 shows information about blocked pipeline263 when merge request has a branch pipeline as the head pipeline264 shows head pipeline information265 when merge request has a detached merge request pipeline as the head pipeline266 shows head pipeline information267 when source project is a forked project268 shows head pipeline information269 when merge request has a merge request pipeline as the head pipeline270 shows head pipeline information271 when source project is a forked project272 shows head pipeline information273 view merge request with MWBS button274 has confirm button when MWBS button275 view merge request where there is no pipeline yet276 has pipeline loading state277 view merge request in project with only-mwps setting enabled but no CI is set up278 is allowed to merge279 view merge request with MWPS enabled but automatically merge fails280 shows information about the merge error281 view merge request with MWPS enabled but automatically merge fails282 shows information about the merge error283 view merge request where fast-forward merge is not possible284 shows information about the merge error285 merge error286Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:15:1] 'Merge request > User sees merge widget merge error updates the MR widget' because it's flaky.287 updates the MR widget (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)288 user can merge into target project but cannot push to fork289 user can merge into the target project290 user cannot remove source branch291 user cannot merge project and cannot push to fork292 user cannot remove source branch293 ongoing merge process294 shows Merging state295 exposed artifacts296 when merge request has exposed artifacts297 when result has not been parsed yet298 shows parsing status299 when result has been parsed300 shows the parsed results301 when merge request does not have exposed artifacts302 does not show parsing status303 when merge request has test reports304 when result has not been parsed yet305 shows parsing status306 when result has already been parsed307 when JUnit xml is correctly formatted308 shows parsed results309 when JUnit xml is corrupted310 shows the error state311 when test reports have been parsed correctly312 when a new failures exists313 shows test reports summary which includes the new failure314 when user clicks the new failure315 shows the test report detail316 when an existing failure exists317 shows test reports summary which includes the existing failure318 when user clicks the existing failure319 shows test report detail of it320 when a resolved failure exists321 shows test reports summary which includes the resolved failure322 when user clicks the resolved failure323 shows test report detail of it324 when a new error exists325 shows test reports summary which includes the new error326 when user clicks the new error327 shows the test report detail328 when an existing error exists329 shows test reports summary which includes the existing error330 when user clicks the existing error331 shows test report detail of it332 when a resolved error exists333 shows test reports summary which includes the resolved error334 when user clicks the resolved error335 shows test report detail of it336 properly truncates the report337 shows test reports summary which includes the resolved failure338 when MR has pipeline but user does not have permission339 renders a CI pipeline loading state340Edit Project Settings341 project features visibility selectors342 feature builds343 toggles visibility344 feature issues345 toggles visibility346 feature wiki347 toggles visibility348 feature snippets349 toggles visibility350 feature merge_requests351 toggles visibility352 feature analytics353 toggles visibility354 When external issue tracker is enabled and issues enabled on project settings355 does not hide issues tab and hides labels tab356 When external issue tracker is enabled and issues disabled on project settings357 hides issues tab358 pipelines subtabs359 shows builds when enabled360 hides builds when disabled361 project features visibility pages362 normal user363DEPRECATION 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)364 renders 200 if tool is enabled365 renders 404 if feature is disabled366 renders 404 if feature is enabled only for team members367DEPRECATION 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)368 renders 200 if user is member of group369 admin user370 renders 404 if feature is disabled371DEPRECATION 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)372 renders 200 if feature is enabled only for team members373 repository visibility374 disables repository related features375 shows empty features project homepage376 hides project activity tabs377 hides comments activity tab only on disabled issues, merge requests and repository378 project statistic visibility379 does not show project statistic for guest380Merge request > User edits assignees sidebar381 when GraphQL assignees widget feature flag is disabled382 when user is an owner383 when assigned to maintainer384 behaves like when assigned385 shows assignee name386 shows assignee tooltip ''387 when edit is clicked388 shows assignee tooltip '389 when assigned to developer390 behaves like when assigned391 shows assignee name392 shows assignee tooltip 'Cannot merge'393 when edit is clicked394 shows assignee tooltip 'Cannot merge395 with invite members considerations396 when a privileged user can invite397 shows a link for inviting members and launches invite modal398 when user cannot invite members in assignee dropdown399 shows author in assignee dropdown and no invite link400 when GraphQL assignees widget feature flag is enabled401 when user is an owner402 when assigned to maintainer403 behaves like when assigned404 shows assignee name405 shows assignee tooltip ''406 when edit is clicked407 shows assignee tooltip '408 when assigned to developer409 behaves like when assigned410 shows assignee name411 shows assignee tooltip 'Cannot merge'412 when edit is clicked413 shows assignee tooltip 'Cannot merge414 with invite members considerations415 when a privileged user can invite416 shows a link for inviting members and launches invite modal417 when user cannot invite members in assignee dropdown418 shows author in assignee dropdown and no invite link419Merge request > User posts notes420 the note form421 is valid422 with text423 has enable submit button, preview button and saves content to local storage424 when posting a note425 is added and form reset426 reply button427 shows a reply button428 shows reply placeholder when clicking reply button429 replying to a comment430 makes the discussion resolvable431 when comment is deleted432 shows an error message433 when previewing a note434 shows the toolbar buttons when editing a note435 hides the toolbar buttons when previewing a note436 when editing a note437 editing the note438 shows the note edit form and hide the note body439 resets the edit note form textarea with the original content of the note if cancelled440 allows using markdown buttons after saving a note and then trying to edit it again441 appends the edited at time to the note442 deleting attachment on legacy diff note443 shows the delete link (PENDING: Temporarily skipped with xit)444 removes the attachment div and resets the edit form (PENDING: Temporarily skipped with xit)445Project > Members > Manage groups446 displays the invite group button447 does not display the button when visiting the page not signed in448 Share with group lock449 for a project in a root group450 when the group has "Share with group lock" disabled451 the project can be shared with another group452 behaves like the project can be shared with groups453 the "Invite a group" button exists454 when the group has "Share with group lock" enabled455 behaves like the project cannot be shared with groups456 the "Invite a group" button does not exist457 for a project in a subgroup458 when the root_group has "Share with group lock" disabled459 when the subgroup has "Share with group lock" disabled460 behaves like the project can be shared with groups461 the "Invite a group" button exists462 when the subgroup has "Share with group lock" enabled463 behaves like the project cannot be shared with groups464 the "Invite a group" button does not exist465 when the root_group has "Share with group lock" enabled466 when the subgroup has "Share with group lock" disabled (parent overridden)467 behaves like the project can be shared with groups468 the "Invite a group" button exists469 when the subgroup has "Share with group lock" enabled470 behaves like the project cannot be shared with groups471 the "Invite a group" button does not exist472 setting an expiration date for a group link473Skipping ./spec/features/projects/members/manage_groups_spec.rb[1:4:1] 'Project > Members > Manage groups setting an expiration date for a group link the group link shows the expiration time with a warning class' because it's flaky.474 the group link shows the expiration time with a warning class (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)475 group search results476 behaves like inviting groups search results477 with instance admin considerations478 when user is an admin479 shows groups where the admin has no direct membership480 shows groups where the admin has at least guest level membership481 when user is not an admin482 does not show groups where the user has no direct membership483 shows groups where the user has at least guest level membership484 when user is not an admin and there are hierarchy considerations485 does not show self or ancestors486 when sharing with groups outside the hierarchy is enabled487 shows groups within and outside the hierarchy in search results488 when sharing with groups outside the hierarchy is disabled489 shows only groups within the hierarchy in search results490 for a project in a nested group491 does not show the groups inherited from projects492 does not show the ancestors or project group493User sorts projects and order persists494 from explore projects495 behaves like sort order persists across all views496 is set on the dashboard_projects_path497 is set on the explore_projects_path498 is set on the group_canonical_path499 is set on the details_group_path500 from dashboard projects501 behaves like sort order persists across all views502 is set on the dashboard_projects_path503 is set on the explore_projects_path504 is set on the group_canonical_path505 is set on the details_group_path506 from group homepage507 behaves like sort order persists across all views508 is set on the dashboard_projects_path509 is set on the explore_projects_path510 is set on the group_canonical_path511 is set on the details_group_path512 from group details513 behaves like sort order persists across all views514 is set on the dashboard_projects_path515 is set on the explore_projects_path516 is set on the group_canonical_path517 is set on the details_group_path518Issue Detail519 when user displays the issue520 shows the issue521 when user displays the issue as an incident522 does not show design management523 when issue description has emojis524 renders gl-emoji tag525 when edited by a user who is later deleted526 shows the issue527 user updates `issue_type` via the issue type dropdown528 when an issue `issue_type` is edited529 by non-member author530 cannot see Incident option531 by 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 block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:28)533 routes the user to the incident details page when the `issue_type` is set to incident534 when an incident `issue_type` is edited535 by non-member author536 cannot edit issuable537 by reporter538 routes the user to the issue details page when the `issue_type` is set to issue539User sorts issues540Skipping ./spec/features/issues/user_sorts_issues_spec.rb[1:1] 'User sorts issues keeps the sort option' because it's flaky.541 keeps the sort option (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)542 sorts by popularity543 sorts by newest544 sorts by most recently updated545 sorting by due date546 sorts by due date547 sorts by due date by excluding nil due dates548 with a filter on labels549 sorts by least recently due date by excluding nil due dates550 sorting by milestone551 sorts by milestone552 combine filter and sort553 sorts with a filter applied554Admin disables Git access protocol555 with HTTP disabled556Skipping ./spec/features/admin/admin_disables_git_access_protocol_spec.rb[1:1:1] 'Admin disables Git access protocol with HTTP disabled shows only SSH url' because it's flaky.557 shows only SSH url (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)558 mobile component559 shows only the SSH clone information560 with SSH disabled561Skipping ./spec/features/admin/admin_disables_git_access_protocol_spec.rb[1:2:1] 'Admin disables Git access protocol with SSH disabled shows only HTTP url' because it's flaky.562 shows only HTTP url (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)563 mobile component564 shows only the HTTP clone information565 with nothing disabled566 shows default SSH url and protocol selection dropdown567 mobile component568 shows both SSH and HTTP clone information569User 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 sorts merge requests588 keeps the sort option589 fallbacks to issuable_sort cookie key when remembering the sorting option590 separates remember sorting with issues591 when merge requests have awards592 sorts by popularity593Template selector menu594 editing a non-matching file595 is not displayed596 user toggles preview597 template selector menu is not displayed598 editing a matching file599 is displayed600 user toggles preview601 template selector menu is hidden and shown correctly602Users > User browses projects on user page603 hides loading spinner after load604 paginates projects605 does not have incorrectly interpolated message606 when not signed in607 renders user public project608 when signed in as another user609 renders user public and internal projects610 when signed in as user611 personal projects612 renders all user projects613 contributed projects614 when user has contributions615 renders contributed project616User follows pipeline suggest nudge spec when feature is enabled617 viewing the new blob page618 when the page is loaded from the link using the suggest_gitlab_ci_yml param619 pre-fills .gitlab-ci.yml for file name620 chooses the .gitlab-ci.yml Template Type621 displays suggest_gitlab_ci_yml popover622 sets the commit cookie when the Commit button is clicked623 when the page is visited without the param624 does not pre-fill .gitlab-ci.yml for file name625 does not choose the .gitlab-ci.yml Template Type626 does not display suggest_gitlab_ci_yml popover627User creates new blob628 as a maintainer629 behaves like creating a file630 allows the user to add a new file in Web IDE631 as an admin632 behaves like creating a file633 allows the user to add a new file in Web IDE634 as a developer635 does not allow pushing to the default branch636Merge Requests > User filters by deployments637 filtering by deployed-before638 applies the filter639 filtering by deployed-after640 applies the filter641 filtering by environment642 applies the filter643Secure Files644 user sees the Secure Files list component645 prompts the user to confirm before deleting a file646 displays an uploaded file in the file list647 displays an error when a duplicate file upload is attempted648User Feed649 GET /650 user atom feed via personal access token651 renders user atom feed652 user atom feed via feed token653 renders user atom feed654 feed content655 has issue opened event656 has issue comment event657 has XHTML summaries in issue descriptions658 has XHTML summaries in notes659 has XHTML summaries in merge request descriptions660 has push event commit ID661User deletes milestone662 when milestone belongs to project663 deletes milestone664 when milestone belongs to group665 deletes milestone666User searches for wiki pages667 does not show top right search form668 when search times out669 renders timeout information670 sets tab count to 0671 when searching by content672 behaves like search wiki blobs673Skipping ./spec/features/search/user_searches_for_wiki_pages_spec.rb[1:3:1:1] 'User searches for wiki pages when searching by content behaves like search wiki blobs finds a page' because it's flaky.674 finds a page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)675 when searching by title676 behaves like search wiki blobs677Skipping ./spec/features/search/user_searches_for_wiki_pages_spec.rb[1:4:1:1] 'User searches for wiki pages when searching by title behaves like search wiki blobs finds a page' because it's flaky.678 finds a page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)679Profile > Chat680 uses authorization link681 clicks authorize682 goes to list of chat names and see chat account683 second use of link is denied684 clicks deny685 goes to list of chat names and do not see chat account686 second use of link is denied687 visits chat accounts688 sees chat user689 removes chat account690Group Repository settings691 Deploy tokens692 behaves like a deploy token in settings693 view deploy tokens694 add a new deploy token695 when User#time_display_relative is false696 shows absolute times for expires_at697 Default branch698 has the setting section699 renders the correct setting section content700Group Issue Boards701 labels702 only shows valid labels for the issue project and group703Merge request > User sees empty state704 shows an empty state and a "New merge request" button705 if there are merge requests706 does not show an empty state707 shows empty state when filter results empty708 as member of a fork709 shows an empty state and a "New merge request" button710Admin Health Check711 #show712 has a health check access token713 reload access token714 changes the access token715 when services are up716 shows healthy status717 when a service is down718 shows unhealthy status719User paginates issue designs720 paginates to next design721Breadcrumbs schema markup722 generates the breadcrumb schema for user projects723 generates the breadcrumb schema for group projects724 generates the breadcrumb schema for group725 generates the breadcrumb schema for issues726 generates the breadcrumb schema for specific issue727Pipeline Badge728 when the project has a pipeline729 when the pipeline was successful730 displays so on the badge731 when the pipeline failed732 shows displays so on the badge733 when the pipeline is preparing734 displays the preparing badge735 when the pipeline is running736 shows displays so on the badge737 when a new pipeline is created738 shows a fresh badge739Groups > sidebar740 Package menu741 when container registry is enabled742 shows main menu743 has container registry link744 when container registry is disabled745 does not have container registry link746Creating a new project milestone747 description has emoji autocomplete748Projects > Members > Owner cannot request access to their own project749 owner does not see the request access button750Admin > Admin sees projects statistics751 shows project statistics for projects that have them752Comment sort direction753 on issue page754Skipping ./spec/features/issues/user_sorts_issue_comments_spec.rb[1:1:1] 'Comment sort direction on issue page saves sort order' because it's flaky.755 saves sort order (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)756Knapsack report was generated. Preview:757{758 "spec/features/merge_request/user_sees_merge_widget_spec.rb": 370.04918997800087,759 "spec/features/projects/features_visibility_spec.rb": 143.35976177700104,760 "spec/features/merge_request/user_edits_assignees_sidebar_spec.rb": 130.65669911699842,761 "spec/features/merge_request/user_posts_notes_spec.rb": 101.07860606199938,762 "spec/features/projects/members/manage_groups_spec.rb": 76.38036751799882,763 "spec/features/projects/user_sorts_projects_spec.rb": 62.866679945000215,764 "spec/features/issues/issue_detail_spec.rb": 59.10321172799922,765 "spec/features/issues/user_sorts_issues_spec.rb": 43.75867934600137,766 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 44.21179251399917,767 "spec/features/merge_request/user_views_open_merge_request_spec.rb": 34.85969255099917,768 "spec/features/merge_requests/user_sorts_merge_requests_spec.rb": 32.1403811020009,769 "spec/features/projects/files/template_selector_menu_spec.rb": 24.23201485900063,770 "spec/features/users/user_browses_projects_on_user_page_spec.rb": 30.153528019000078,771 "spec/features/projects/blobs/user_follows_pipeline_suggest_nudge_spec.rb": 24.362529031999657,772 "spec/features/refactor_blob_viewer_disabled/projects/blobs/user_creates_new_blob_in_new_project_spec.rb": 21.364764698000727,773 "spec/features/merge_requests/user_filters_by_deployments_spec.rb": 19.322353208001005,774 "spec/features/projects/ci/secure_files_spec.rb": 14.799940177999815,775 "spec/features/atom/users_spec.rb": 12.226718013998834,776 "spec/features/milestones/user_deletes_milestone_spec.rb": 18.223384781998902,777 "spec/features/search/user_searches_for_wiki_pages_spec.rb": 11.392492903998573,778 "spec/features/profiles/chat_names_spec.rb": 8.082450485999289,779 "spec/features/groups/settings/repository_spec.rb": 10.03906736099998,780 "spec/features/groups/board_sidebar_spec.rb": 9.16852252299941,781 "spec/features/merge_requests/user_sees_empty_state_spec.rb": 7.26207306499964,782 "spec/features/admin/admin_health_check_spec.rb": 8.408683589999782,783 "spec/features/projects/issues/design_management/user_paginates_designs_spec.rb": 6.066003473000819,784 "spec/features/breadcrumbs_schema_markup_spec.rb": 4.414094144998671,785 "spec/features/projects/badges/pipeline_badge_spec.rb": 3.8961588199999824,786 "spec/features/groups/user_sees_package_sidebar_spec.rb": 3.9215361589995155,787 "spec/features/projects/milestones/new_spec.rb": 2.7581453949987917,788 "spec/features/projects/members/owner_cannot_request_access_to_his_project_spec.rb": 1.4709787079991656,789 "spec/features/admin/admin_sees_projects_statistics_spec.rb": 2.66176446999998790}791Knapsack global time execution for tests: 22m 22s792Pending: (Failures listed here are expected and do not affect your suite's status)793 1) Merge request > User sees merge widget merge error updates the MR widget794 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example795 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:397796 2) Merge request > User posts notes when editing a note deleting attachment on legacy diff note shows the delete link797 # Temporarily skipped with xit798 # ./spec/features/merge_request/user_posts_notes_spec.rb:217799 3) Merge request > User posts notes when editing a note deleting attachment on legacy diff note removes the attachment div and resets the edit form800 # Temporarily skipped with xit801 # ./spec/features/merge_request/user_posts_notes_spec.rb:224802 4) Project > Members > Manage groups setting an expiration date for a group link the group link shows the expiration time with a warning class803 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example804 # ./spec/features/projects/members/manage_groups_spec.rb:148805 5) User sorts issues keeps the sort option806 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example807 # ./spec/features/issues/user_sorts_issues_spec.rb:27808 6) Admin disables Git access protocol with HTTP disabled shows only SSH url809 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example810 # ./spec/features/admin/admin_disables_git_access_protocol_spec.rb:23811 7) Admin disables Git access protocol with SSH disabled shows only HTTP url812 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example813 # ./spec/features/admin/admin_disables_git_access_protocol_spec.rb:56814 8) User searches for wiki pages when searching by content behaves like search wiki blobs finds a page815 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example816 # ./spec/features/search/user_searches_for_wiki_pages_spec.rb:21817 9) User searches for wiki pages when searching by title behaves like search wiki blobs finds a page818 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example819 # ./spec/features/search/user_searches_for_wiki_pages_spec.rb:21820 10) Comment sort direction on issue page saves sort order821 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example822 # ./spec/features/issues/user_sorts_issue_comments_spec.rb:16823Finished in 22 minutes 27 seconds (files took 1 minute 9.32 seconds to load)824248 examples, 0 failures, 10 pending825Failed to write to log, write log/workhorse-test.log: file already closed826RSpec exited with 0.827No examples to retry, congrats!829Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy830Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy832Uploading artifacts...833coverage/: found 5 matching files and directories 834crystalball/: found 2 matching files and directories 835deprecations/: found 6 matching files and directories 836knapsack/: found 3 matching files and directories 837rspec/: found 9 matching files and directories 838WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 839log/*.log: found 18 matching files and directories 840WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2649391792/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com841WARNING: Retrying... context=artifacts-uploader error=request redirected842Uploading artifacts as "archive" to coordinator... 201 Created id=2649391792 responseStatus=201 Created token=bEmpgsHs843Uploading artifacts...844rspec/junit_rspec.xml: found 1 matching files and directories 845WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2649391792/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com846WARNING: Retrying... context=artifacts-uploader error=request redirected847Uploading artifacts as "junit" to coordinator... 201 Created id=2649391792 responseStatus=201 Created token=bEmpgsHs849Job succeeded