rspec system pg12 1/24
Passed Started
by
@splattael
Peter Leitzen
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-2.shared-gitlab-org.runners-manager.gitlab.com/default NL4gfoBe3 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-nl4gfobe-project-278964-concurrent-0 via runner-nl4gfobe-shared-gitlab-org-1656525470-a4e7ac03...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: 108133, done. 25remote: Counting objects: 100% (108133/108133), done. 26remote: Compressing objects: 100% (78029/78029), done. 27remote: Total 108133 (delta 41971), reused 69318 (delta 25782), pack-reused 0 28Receiving objects: 100% (108133/108133), 107.22 MiB | 31.27 MiB/s, done.29Resolving deltas: 100% (41971/41971), done.31 * [new ref] refs/pipelines/576349587 -> refs/pipelines/57634958732Checking out ab4209a5 as refs/merge-requests/91088/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 (2658553241)...44Downloading artifacts from coordinator... ok id=2658553241 responseStatus=200 OK token=Xmq-AMUg45Downloading artifacts for detect-tests (2658553263)...46Downloading artifacts from coordinator... ok id=2658553263 responseStatus=200 OK token=Xmq-AMUg47Downloading artifacts for retrieve-tests-metadata (2658553268)...48Downloading artifacts from coordinator... ok id=2658553268 responseStatus=200 OK token=Xmq-AMUg49Downloading artifacts for setup-test-env (2658553255)...50Downloading artifacts from coordinator... ok id=2658553255 responseStatus=200 OK token=Xmq-AMUg52Using 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 12 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 14 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_1_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_1_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_1_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_1_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_1_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.057723114 seconds...243Test environment set up in 0.868875163 seconds244Issues > User uses quick actions245Starting the Capybara driver server...246 issuable common quick actions247 behaves like close quick action248 new issue249Capybara starting Puma...250* Version 5.6.2 , codename: Birdie's Version251* Min threads: 0, max threads: 4252* Listening on unix:///tmp/20220629-465-55d0mr253 creates the issue and interprets close quick action accordingly254 post note to existing issue255 creates the note and interprets the close quick action accordingly256 when current user cannot close issue257 does not close the issue258 preview of note on issue259 explains close quick action260 behaves like issuable time tracker261 renders the sidebar component empty state262 updates the sidebar component when estimate is added263 updates the sidebar component when spent is added264 shows the comparison when estimate and spent are added265 updates the sidebar component when estimate is removed266 updates the sidebar component when spent is removed267 shows the help state when icon is clicked268 shows the time tracking report when link is clicked269 hides the help state when close icon is clicked270 displays the correct help url271 issue-only commands272 behaves like create_merge_request quick action273 create a merge request starting from an issue274 doesn't create a merge request when the branch name is invalid275 doesn't create a merge request when a branch with that name already exists276 creates a new merge request using issue iid and title as branch name when the branch name is empty277 creates a merge request using the given branch name278 behaves like move quick action279 move the issue to another project280 when the project is valid281 moves the issue282 when the project is valid but the user not authorized283 does not move the issue284 when the project is invalid285 does not move the issue286 when the user issues multiple commands287 applies multiple commands with move command in the end288 behaves like applies the commands to issues in both projects, target and source289 applies quick actions290 applies multiple commands with move command in the begining291 behaves like applies the commands to issues in both projects, target and source292 applies quick actions293 when editing comments294 moves the issue after quickcommand note was updated295 deletes the note if it was updated to just contain a command296 behaves like zoom quick actions297 /zoom298 without zoom_meetings299 adds a Zoom link300 cannot add invalid zoom link301 with "removed" zoom meeting302 adds a Zoom link303 with "added" zoom meeting304 skips addition silently305 /remove_zoom306 with added zoom meeting307 removes last Zoom link308 behaves like clone quick action309 clone the issue to another project310 when no target is given311 clones the issue in the current project312 when the project is valid313 clones the issue314 when cloning with notes315 clones the issue with all notes316 returns an error if the params are malformed317 when the project is valid but the user not authorized318 does not clone the issue319 when the project is invalid320 does not clone the issue321 when the user issues multiple commands322 applies multiple commands with clone command in the end323 behaves like applies the commands to issues in both projects, target and source324 applies quick actions325 applies multiple commands with clone command in the begining326 behaves like applies the commands to issues in both projects, target and source327 applies quick actions328 when editing comments329Skipping ./spec/features/issues/user_uses_quick_actions_spec.rb[1:2:4:1:6:1] 'Issues > User uses quick actions issue-only commands behaves like clone quick action clone the issue to another project when editing comments clones the issue after quickcommand note was updated' because it's flaky.330 clones the issue after quickcommand note was updated (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)331 deletes the note if it was updated to just contain a command332 behaves like promote_to_incident quick action333 /promote_to_incident334 when issue can be promoted335 promotes issue to incident336 when issue is already an incident337 does not promote the issue338 when user does not have permissions339 does not promote the issue340User squashes a merge request341 when the MR has only one commit342 when squash message differs from existing commit message343 squashes the commits into a single commit, and adds a merge commit344 when squash message is the same as existing commit message345 accepts the merge request without squashing346 when squash is enabled on merge request creation347 shows the squash checkbox as checked348 when accepting with squash checked349 squashes the commits into a single commit, and adds a merge commit350 when accepting and unchecking squash351 accepts the merge request without squashing352 when squash is not enabled on merge request creation353 shows the squash checkbox as unchecked354 when accepting and checking squash355 squashes the commits into a single commit, and adds a merge commit356 when accepting with squash unchecked357 accepts the merge request without squashing358Overview tab on a user profile359 activities section360 user has no activities361 does not show any entries in the list of activities362 does not show a link to the activity list363 user has 3 activities364 display 3 entries in the list of activities365 user has 11 activities366 displays 10 entries in the list of activities367 shows a link to the activity list368 links to the activity tab369 projects section370 user has no personal projects371 shows an empty project list with an info message372 does not show a link to the project list373 user has a personal project374 shows one entry in the list of projects375 shows a link to the project list376 shows projects in "compact mode"377 user has more than ten personal projects378 shows max. ten entries in the list of projects379 shows a link to the project list380 does not show pagination381 followers section382 user has no followers383 shows an empty followers list with an info message384 user has less then 20 followers385WARNING: Active Record does not support composite primary key.386user_follow_users has composite primary key. Composite primary key is ignored.387 shows followers388 user has more then 20 followers389 shows paginated followers390 following section391 user is not following others392 shows an empty following list with an info message393 user is following less then 20 people394 shows following user395 user is following more then 20 people396 shows paginated following397 bot user398 feature flag enabled399 activity panel's title is 'Bot activity'400 does not show projects panel401 feature flag disabled402 activity panel's title is not 'Bot activity'403 shows projects panel404Editing file blob405 as a developer406 updates the content of file with a number as file path407 editing a template file in a sub directory does not change path408 updating file path updates syntax highlighting409 from MR diff410 returns me to the mr411 from blob file path412 updates content413 previews content414 when rendering the preview415 renders content with CommonMark416 visit blob edit417 redirects to sign in and returns418 as developer419 redirects to sign in and returns420 as guest421 redirects to sign in and returns422 as developer423 on some branch424 shows blob editor with same branch425 with protected branch426 shows blob editor with patch branch427 as maintainer428 shows blob editor with same branch429Commits430 CI431 commit status is Generic Commit Status432 Commit builds433 is expected to have text "b83d6e39"434 contains generic commit status build435 commit status is Ci Build436 when logged as developer437 Project commits438 shows correct build status from default branch439 Commit builds440 shows pipeline data441 Download artifacts442 is expected to have visible link "Download artifacts" with href "/namespace81/project117/-/jobs/5/artifacts/download?file_type=archive"443 Cancel all builds444 cancels commit445 Cancel build446 cancels build447 when logged as reporter448 renders header449 is expected to have visible link "Download artifacts"450 viewing commits for a branch451 includes the committed_date for each commit452 shows the ref switcher with the multi-file editor enabled453 viewing commits for an author454 author is complete455 behaves like show commits by author456 includes the author's commits457 author is just a name458 behaves like show commits by author459 includes the author's commits460 author is just an email461 behaves like show commits by author462 includes the author's commits463Resolve an open thread in a merge request by creating an issue464 As a user with access to the project465 has a link to create a new issue for a thread466 with the internal tracker disabled467 does not show a link to create a new issue (PENDING: Temporarily skipped with xit)468 resolving the thread469 hides the link for creating a new issue470 shows the link for creating a new issue when unresolving a thread471 creating the issue472 has a hidden field for the thread473 behaves like creating an issue for a thread474 shows an issue creation form475 creates a new issue for the project476 as a reporter477 shows a notice to ask someone else to resolve the threads478Projects > Show > User sees setup shortcut buttons479 empty project480 as a normal user481 project buttons are not visible482 as a maintainer483 "New file" button linked to IDE new file page484 "Add README" button linked to IDE new file populated for a README485 "Add license" button linked to IDE new file populated for a license486 Gitlab::CurrentSettings.default_branch_name is available487 "New file" button linked to IDE new file page488 populated project489 as a normal user490 when Auto DevOps is enabled491 "Auto DevOps enabled" button not linked492 when Auto DevOps is not enabled493 no Auto DevOps button if can not manage pipelines494 no Kubernetes cluster button if can not manage clusters495 as a maintainer496 no "Add CHANGELOG" button if the project already has a changelog497 no "Add license" button if the project already has a license498 no "Add CONTRIBUTING" button if the project already has a contribution guide499 README button500 when the project has a populated README501 show the "README" anchor502 when the project has an empty README503 show the "README" anchor504 when the project does not have a README505 shows the single file editor "Add README" button506 GitLab CI configuration button507 when Auto DevOps is enabled508 no "Set up CI/CD" button if the project has Auto DevOps enabled509 when Auto DevOps is not enabled510 "Set up CI/CD" button linked to new file populated for a .gitlab-ci.yml511 "Set up CI/CD" button is renamed if the project already has a .gitlab-ci.yml512 Auto DevOps button513 when Auto DevOps is enabled514 "Auto DevOps enabled" anchor linked to settings page515 when Auto DevOps is not enabled516 "Enable Auto DevOps" button linked to settings page517 no Auto DevOps button if Auto DevOps callout is shown518 no "Enable Auto DevOps" button when .gitlab-ci.yml already exists519 Kubernetes cluster button520 "Add Kubernetes cluster" button linked to clusters page521 "Kubernetes cluster" button linked to cluster page522Discussion Lock523 when a user is a team member524 when the discussion is unlocked525 the user can lock the issue526 when the discussion is locked527 the user can unlock the issue528 the user can create a comment529 when a user is not a team member530 when the discussion is unlocked531 the user can not lock the issue532 the user can create a comment533 when the discussion is locked534 the user can not unlock the issue535 the user can not create a comment536Packages537 when feature is not available538 packages feature is disabled by config539 gives 404540 when feature is available541 when there are packages542 behaves like packages list543 shows a list of packages544 behaves like package details link545 navigates to the correct url546 deleting a package547 allows you to delete a package548 behaves like shared package sorting549 behaves like correctly sorted packages list550 ordered by Type and ascending false551 behaves like packages list552 shows a list of packages553 behaves like correctly sorted packages list554 ordered by Type and ascending true555 behaves like packages list556 shows a list of packages557 behaves like correctly sorted packages list558 ordered by Name and ascending false559 behaves like packages list560 shows a list of packages561 behaves like correctly sorted packages list562 ordered by Name and ascending true563 behaves like packages list564 shows a list of packages565 behaves like correctly sorted packages list566 ordered by Version and ascending false567 behaves like packages list568 shows a list of packages569 behaves like correctly sorted packages list570 ordered by Version and ascending true571 behaves like packages list572 shows a list of packages573 behaves like correctly sorted packages list574 ordered by Published and ascending false575 behaves like packages list576 shows a list of packages577 behaves like correctly sorted packages list578 ordered by Published and ascending true579 behaves like packages list580 shows a list of packages581 behaves like when there are no packages582 displays the empty message583Internal references584 when referencing to open issue585 from private project586 from merge request587 when user has access to private project588 shows references589 when referencing to open merge request590 from private project591 from merge request592 when user has access to private project593 shows references594Blob button line permalinks (BlobLinePermalinkUpdater)595 On a file(blob)596 Click "Permalink" button597 works with no initial line number fragment hash598 maintains intitial fragment hash599 changes fragment hash if line number clicked600 with initial fragment hash, changes fragment hash if line number clicked601 Click "Blame" button602 works with no initial line number fragment hash603 maintains intitial fragment hash604 changes fragment hash if line number clicked605 with initial fragment hash, changes fragment hash if line number clicked606Admin::AbuseReports607 as an admin608 if a user has been reported for abuse609 in the abuse report view610 presents information about abuse report611 in the profile page of the user612 shows a link to the admin view of the user613 if a many users have been reported for abuse614 in the abuse report view615 presents information about abuse report616 filtering by user617 shows only single user report618Search bar619 keyboard navigation620 selects item621 clear search button622 clears text623 hides by default624 hides after clicked625 hides when there is no text626 shows when there is text627 resets the dropdown hint filter628Reportable note on issue629 behaves like reportable note630 has an edit button631 has a `More actions` dropdown632Skipping ./spec/features/reportable_note/issue_spec.rb[1:1:3] 'Reportable note on issue behaves like reportable note dropdown has Report and Delete links' because it's flaky.633 dropdown has Report and Delete links (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)634 report button links to a report page635Projects > Settings > User manages project members636 cancels a team member637 imports a team from another project638 shows all members of project shared group639Merge Requests > User filters by assignees640 filtering by assignee:none641 applies the filter642 filtering by assignee=@username643 applies the filter644GraphiQL645 without relative_url_root646 has the correct graphQLEndpoint647 with relative_url_root648 has the correct graphQLEndpoint649Incident Management index650 when a developer displays the incident list651 shows the status tabs652 shows the filtered search653 shows the alert table654 alert page title655 has expected columns656User searches their settings657 in profile page658 behaves like can search settings659 hides unmatching sections on search660 behaves like can highlight results661 has search settings field662 highlights the search terms663 in preferences page664 behaves like can search settings665 hides unmatching sections on search666 behaves like can highlight results667 has search settings field668 highlights the search terms669Admin Health Check670 #show671 has a health check access token672 reload access token673 changes the access token674 when services are up675 shows healthy status676 when a service is down677 shows unhealthy status678Explore Snippets679 User680 see snippets that are not private681 shows new snippet button in header682 External user683 see only public snippets684 without snippets685 hides new snippet button686 with snippets687 hides new snippet button688 Not authenticated user689 see only public snippets690Artifact file691 Text file692 displays an error693 JPG file694 displays the blob695 when visiting old URL696 redirects to new URL697Issue prioritization698 when issues have one label699 are sorted properly700 when issues have multiple labels701 are sorted properly702listing forks of a project703 shows the forked project in the list with commit as description704 does not show the commit message when an external authorization service is used705Projects > Settings > Repository > Branch rules settings706 for developer707 is not allowed to view708 for maintainer709 Branch rules710 renders branch rules page711 branch_rules feature flag disabled712 does not render branch rules content713Project deploy keys714 removing key715 removes association between project and deploy key716User views diff by commit717 shows full commit description by default718Issue Boards focus mode719 shows focus mode button to anonymous users720Topic show page721 when topic does not exist722 renders 404723 when topic exists724 shows title, avatar and description as markdown725 with associated projects726 shows project list727 without associated projects728 shows correct empty state message729Upload ci artifact730 behaves like handling file uploads731 with object storage disabled732 behaves like for ci artifact733 is expected to change `::Ci::JobArtifact.count` by 2734 is expected to eq 201735ActionCable logging736Skipping ./spec/features/action_cable_logging_spec.rb[1:1] 'ActionCable logging adds extra context to logs' because it's flaky.737 adds extra context to logs (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)738Knapsack report was generated. Preview:739{740 "spec/features/issues/user_uses_quick_actions_spec.rb": 523.8730085999996,741 "spec/features/merge_request/user_squashes_merge_request_spec.rb": 130.66935038499923,742 "spec/features/users/overview_spec.rb": 78.22006646699992,743 "spec/features/refactor_blob_viewer_disabled/projects/blobs/edit_spec.rb": 78.13056505699933,744 "spec/features/commits_spec.rb": 70.69275763900077,745 "spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb": 64.11424790900128,746 "spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb": 46.10408129899952,747 "spec/features/issues/discussion_lock_spec.rb": 40.47162230899994,748 "spec/features/projects/packages_spec.rb": 37.94130648600003,749 "spec/features/issuables/markdown_references/internal_references_spec.rb": 31.658046001999537,750 "spec/features/projects/blobs/blob_line_permalink_updater_spec.rb": 24.593319950001387,751 "spec/features/admin/admin_abuse_reports_spec.rb": 26.82879641799991,752 "spec/features/issues/filtered_search/search_bar_spec.rb": 22.08257418300127,753 "spec/features/reportable_note/issue_spec.rb": 17.90416507199916,754 "spec/features/projects/settings/user_manages_project_members_spec.rb": 20.080205898000713,755 "spec/features/merge_requests/user_filters_by_assignees_spec.rb": 12.131173129999297,756 "spec/features/graphiql_spec.rb": 15.33270712599915,757 "spec/features/incidents/incidents_list_spec.rb": 11.755938272001003,758 "spec/features/profiles/user_search_settings_spec.rb": 11.911987483999837,759 "spec/features/admin/admin_health_check_spec.rb": 6.4643091920006555,760 "spec/features/snippets/explore_spec.rb": 7.157158011999854,761 "spec/features/projects/artifacts/file_spec.rb": 7.851956929998778,762 "spec/features/projects/labels/issues_sorted_by_priority_spec.rb": 9.076502936999532,763 "spec/features/projects/forks/fork_list_spec.rb": 6.524479236000843,764 "spec/features/projects/settings/branch_rules_settings_spec.rb": 4.953148629001589,765 "spec/features/projects/deploy_keys_spec.rb": 4.840392304000488,766 "spec/features/merge_request/user_views_diffs_commit_spec.rb": 4.538623089001703,767 "spec/features/boards/focus_mode_spec.rb": 3.912556131999736,768 "spec/features/topic_show_spec.rb": 1.9839710670003115,769 "spec/features/file_uploads/ci_artifact_spec.rb": 1.3344034840010863770}771Knapsack global time execution for tests: 22m 03s772Pending: (Failures listed here are expected and do not affect your suite's status)773 1) Issues > User uses quick actions issue-only commands behaves like clone quick action clone the issue to another project when editing comments clones the issue after quickcommand note was updated774 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example775 # ./spec/support/shared_examples/quick_actions/issue/clone_quick_action_shared_examples.rb:144776 2) 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 issue777 # Temporarily skipped with xit778 # ./spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb:31779 3) Reportable note on issue behaves like reportable note dropdown has Report and Delete links780 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example781 # ./spec/support/shared_examples/features/reportable_note_shared_examples.rb:19782 4) ActionCable logging adds extra context to logs783 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example784 # ./spec/features/action_cable_logging_spec.rb:14785Finished in 22 minutes 8 seconds (files took 1 minute 11.51 seconds to load)786225 examples, 0 failures, 4 pending787Failed to write to log, write log/workhorse-test.log: file already closed788RSpec exited with 0.789No examples to retry, congrats!791Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy792Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy794Uploading artifacts...795coverage/: found 5 matching files and directories 796crystalball/: found 2 matching files and directories 797WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 798knapsack/: found 3 matching files and directories 799rspec/: found 9 matching files and directories 800WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 801log/*.log: found 19 matching files and directories 802WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2658553456/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com803WARNING: Retrying... context=artifacts-uploader error=request redirected804Uploading artifacts as "archive" to coordinator... 201 Created id=2658553456 responseStatus=201 Created token=Xmq-AMUg805Uploading artifacts...806rspec/junit_rspec.xml: found 1 matching files and directories 807WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2658553456/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com808WARNING: Retrying... context=artifacts-uploader error=request redirected809Uploading artifacts as "junit" to coordinator... 201 Created id=2658553456 responseStatus=201 Created token=Xmq-AMUg811Job succeeded