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

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-4.shared-gitlab-org.runners-manager.gitlab.com/default 8cwZ3F433 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-8cwz3f43-project-278964-concurrent-0 via runner-8cwz3f43-shared-gitlab-org-1656569453-33bae763...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: 114186, done. 25remote: Counting objects: 100% (114186/114186), done. 26remote: Compressing objects: 100% (80208/80208), done. 27remote: Total 114186 (delta 47125), reused 74152 (delta 29592), pack-reused 0 28Receiving objects: 100% (114186/114186), 108.04 MiB | 32.09 MiB/s, done.29Resolving deltas: 100% (47125/47125), done.31 * [new ref] refs/pipelines/576623504 -> refs/pipelines/57662350432Checking out fb40c27e as refs/merge-requests/91304/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-10 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2660063458)...44Downloading artifacts from coordinator... ok id=2660063458 responseStatus=200 OK token=jo43ceLv45Downloading artifacts for detect-tests (2660063471)...46Downloading artifacts from coordinator... ok id=2660063471 responseStatus=200 OK token=jo43ceLv47Downloading artifacts for retrieve-tests-metadata (2660063474)...48Downloading artifacts from coordinator... ok id=2660063474 responseStatus=200 OK token=jo43ceLv49Downloading artifacts for setup-test-env (2660063469)...50Downloading artifacts from coordinator... ok id=2660063469 responseStatus=200 OK token=jo43ceLv52Using 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 1 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 9 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 33 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 0 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_5_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_5_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_5_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_5_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_5_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.043868776 seconds...243Test environment set up in 0.49997785 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/20220630-463-1x7u8gb253 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 issue340Projects > Show > Collaboration links341 with developer user342 shows all the expected links343 hides the links when the project is archived344 Web IDE link345 merge_requests_access_level: 0, user_level: :guest, expect_ide_link: false346 updates Web IDE link347 merge_requests_access_level: 0, user_level: :developer, expect_ide_link: true348 updates Web IDE link349 merge_requests_access_level: 10, user_level: :guest, expect_ide_link: false350 updates Web IDE link351 merge_requests_access_level: 10, user_level: :developer, expect_ide_link: true352 updates Web IDE link353 merge_requests_access_level: 20, user_level: :guest, expect_ide_link: true354 updates Web IDE link355 merge_requests_access_level: 20, user_level: :developer, expect_ide_link: true356 updates Web IDE link357Resolving all open threads in a merge request from an issue358 as a user with access to the project359 shows a button to resolve all threads by creating a new issue360 resolving the thread361 hides the link for creating a new issue362 creating an issue for threads363 behaves like creating an issue for a thread364 shows an issue creation form365 creates a new issue for the project366 for a project where all threads need to be resolved before merging367 with the internal tracker disabled368 does not show a link to create a new issue369 merge request has threads that need to be resolved370 shows a warning that the merge request contains unresolved threads371 has a link to resolve all threads by creating an issue372 creating an issue for threads373 behaves like creating an issue for a thread374 shows an issue creation form375 creates a new issue for the project376 as a reporter377 shows a notice to ask someone else to resolve the threads378Overview tab on a user profile379 activities section380 user has no activities381 does not show any entries in the list of activities382 does not show a link to the activity list383 user has 3 activities384 display 3 entries in the list of activities385 user has 11 activities386 displays 10 entries in the list of activities387 shows a link to the activity list388 links to the activity tab389 projects section390 user has no personal projects391 shows an empty project list with an info message392 does not show a link to the project list393 user has a personal project394 shows one entry in the list of projects395 shows a link to the project list396 shows projects in "compact mode"397 user has more than ten personal projects398 shows max. ten entries in the list of projects399 shows a link to the project list400 does not show pagination401 followers section402 user has no followers403 shows an empty followers list with an info message404 user has less then 20 followers405WARNING: Active Record does not support composite primary key.406user_follow_users has composite primary key. Composite primary key is ignored.407 shows followers408 user has more then 20 followers409Skipping ./spec/features/users/overview_spec.rb[1:3:3:1] 'Overview tab on a user profile followers section user has more then 20 followers shows paginated followers' because it's flaky.410 shows paginated followers (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)411 following section412 user is not following others413 shows an empty following list with an info message414 user is following less then 20 people415 shows following user416 user is following more then 20 people417 shows paginated following418 bot user419 feature flag enabled420 activity panel's title is 'Bot activity'421 does not show projects panel422 feature flag disabled423 activity panel's title is not 'Bot activity'424 shows projects panel425GitLab Markdown426 default pipeline427 includes custom filters428 behaves like all pipelines429 includes extensions430 includes SanitizationFilter431 includes ExternalLinkFilter432 Escaping433 escapes non-tag angle brackets434 Edge Cases435 allows markup inside link elements436 wiki pipeline437 includes custom filters438 behaves like all pipelines439 includes extensions440 includes SanitizationFilter441 includes ExternalLinkFilter442 Escaping443 escapes non-tag angle brackets444 Edge Cases445 allows markup inside link elements446Dashboard > User filters projects447 filtering personal projects448 filters by projects "Owned by me"449 filtering starred projects450 returns message when starred projects fitler returns no results451 without search bar452 autocompletes searches upon typing453 with search bar454 Search455 executes when the search button is clicked456 will execute when i press enter457 Filter458 filters private projects only459 filters internal projects only460 filters any project461 Sorting462 has all sorting options463 defaults to "Name"464 Sorting by name465 sorts the project list466 Sorting by Updated date467 sorts the project list468 Sorting by Created date469 sorts the project list470 Sorting by Stars471 sorts the project list472Issue board filters473 filters by assignee474 behaves like loads all the users when opened475 and submit one as filter476 filters by author477 behaves like loads all the users when opened478 and submit one as filter479 filters by label480 loads all the labels when opened and submit one as filter481 filters by releases482 loads all the releases when opened and submit one as filter483 filters by confidentiality484 loads all the confidentiality options when opened and submit one as filter485 filters by milestone486 loads all the milestones when opened and submit one as filter487 filters by reaction emoji488 loads all the emojis when opened and submit one as filter489 filters by type490 loads all the types when opened and submit one as filter491Dashboard Groups page492 shows groups user is member of493 shows subgroups the user is member of494 when filtering groups495 expands when filtering groups496 resets search when user cleans the input497 with subgroups498 shows subgroups inside of its parent group499 can toggle parent group500 group actions dropdown501 user with subgroup ownership502 cannot remove parent group503 user with parent group ownership504 can remove parent group505 can remove subgroups506 user is a maintainer507 cannot remove the group508 cannot edit the group509 can leave the group510 when using pagination511 loads results for next page512 when signed in as admin513 shows only groups admin is member of514GitLab Flavored Markdown515 for commits516 renders title in commits#index517 renders title in commits#show518 renders description in commits#show519 renders title in repositories#branches520 for issues521 renders subject in issues#index522 renders subject in issues#show523 renders details in issues#show524 for merge requests525 renders title in merge_requests#index526 renders title in merge_requests#show527 for milestones528 renders title in milestones#index529 renders title in milestones#show530 renders description in milestones#show531Snippet532 behaves like show and render proper snippet blob533 Ruby file534 displays the blob535 Markdown file536 visiting directly537 displays the blob using the rich viewer538 switching to the simple viewer539 displays the blob using the simple viewer540 switching to the rich viewer again541 displays the blob using the rich viewer542 visiting with a line number anchor543 displays the blob using the simple viewer544 behaves like does not show New Snippet button545 is expected not to have visible link "New snippet"546Projects > Files > User deletes files547 when an user has write access548 deletes the file549 when an user does not have write access550 deletes the file in a forked project551User searches for merge requests552 does not show top right search form553 finds a merge request554 sorts by created date555 when search times out556 renders timeout information557 sets tab count to 0558 when on a project page559 finds a merge request560Commit diff561 view: "inline", async_diff_file_loading: true562 adds comment to diff563 view: "inline", async_diff_file_loading: false564 adds comment to diff565 view: "parallel", async_diff_file_loading: true566 adds comment to diff567 view: "parallel", async_diff_file_loading: false568 adds comment to diff569Projects > Settings > User renames a project570 shows a successful notice when the project is updated571 with invalid characters572 shows errors for invalid project path573 when changing project name574 renames the repository575 with emojis576 shows error for invalid project name577 when changing project path578 the project is accessible via the new path579 the project is accessible via a redirect from the old path580 and a new project is added with the same path581 overrides the redirect582User searches for milestones583 does not show top right search form584 finds a milestone585 when search times out586 renders timeout information587 sets tab count to 0588 when on a project page589 finds a milestone590Member autocomplete591 adding a new note on a Issue592 suggests noteable author and note author593 adding a new note on a Merge Request594 suggests noteable author and note author595 adding a new note on a Commit596 suggests noteable author and note author597User browses artifacts598 when visiting old URL599 redirects to new URL600 when browsing artifacts root directory601 renders a link to the job in the breadcrumbs602 shows artifacts603 shows an artifact604 when browsing a directory with UTF-8 characters in its name605 shows correct content606 when browsing a directory with a text file607 when the project is public608 shows correct content609 when the project is private610 is expected to have visible link "doc_sample.txt" and not have visible css ".js-artifact-tree-external-icon"611 when the project is private and pages access control is enabled612 is expected to have visible link "doc_sample.txt" and have visible css ".js-artifact-tree-external-icon"613No Password Alert614 with internal auth enabled615 when user has a password616 shows no alert617 when user has password automatically set618 shows a password alert619 with internal auth disabled620 when user has no personal access tokens621 has a personal access token alert622 when user has a personal access token623 shows no alert624 when user is ldap user625 shows no alert626User searches their settings627 in profile page628 behaves like can search settings629 hides unmatching sections on search630 behaves like can highlight results631 has search settings field632 highlights the search terms633 in preferences page634 behaves like can search settings635 hides unmatching sections on search636 behaves like can highlight results637 has search settings field638 highlights the search terms639Hook logs640 shows list of hook logs641 shows hook log details642 retries hook log643 request gets internal error644 shows hook log details with internal error message645 response body contains XSS string646 displays log without getting XSS647 response data is too large648 shows request data as too large and disables retry function649User manages applications650 allows user to manage applications651 when scopes are blank652 returns an error653Snippets tab on a user profile654 when the user has snippets655 pagination656 behaves like paginated snippets657 is limited to 20 items per page658 clicking on the link to the second page659 shows the remaining snippets660 list content661 contains only internal and public snippets of a user when a user is logged in662 contains only public snippets of a user when a user is not logged in663Disable individual triggers664 integration has multiple supported events665 shows trigger checkboxes666 integrations only has one supported event667 doesn't show unnecessary Trigger checkboxes668User activates Flowdock669 activates integration670Issue Boards shortcut671 issues are enabled672Skipping ./spec/features/boards/keyboard_shortcut_spec.rb[1:1:1] 'Issue Boards shortcut issues are enabled takes user to issue board index' because it's flaky.673 takes user to issue board index (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)674 issues are not enabled675 does not take user to the issue board index676User updates Alert Management status677 when a developer+ displays the alerts list and the alert service is enabled they can update an alert status678 shows the alert table with an alert status dropdown679 updates the alert status680Breadcrumbs schema markup681 generates the breadcrumb schema for user projects682 generates the breadcrumb schema for group projects683 generates the breadcrumb schema for group684 generates the breadcrumb schema for issues685 generates the breadcrumb schema for specific issue686Projects > Settings > Repository > Branch rules settings687 for developer688 is not allowed to view689 for maintainer690 Branch rules691 renders branch rules page692 branch_rules feature flag disabled693 does not render branch rules content694Projects > Show > RSS695 when signed in696 behaves like an autodiscoverable RSS feed with current_user's feed token697 has an RSS autodiscovery link tag with current_user's feed token698 when signed out699 behaves like an autodiscoverable RSS feed without a feed token700 has an RSS autodiscovery link tag without a feed token701Session TTLs702 creates a session with a short TTL when login fails703 increases the TTL when the login succeeds704 with an unauthorized project705 creates a session with a short TTL706View error details page707 with current user as project guest708 renders not found709Groups > Labels > User sees links to issuables710 shows links to MRs and issues711Issues > Real-time sidebar712Skipping ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb[1:1] 'Issues > Real-time sidebar updates the assignee in real-time' because it's flaky.713 updates the assignee in real-time (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)714Skipping ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb[1:2] 'Issues > Real-time sidebar updates the label in real-time' because it's flaky.715 updates the label in real-time (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)716Knapsack report was generated. Preview:717{718 "spec/features/issues/user_uses_quick_actions_spec.rb": 488.581251435,719 "spec/features/projects/show/user_sees_collaboration_links_spec.rb": 151.66077735199997,720 "spec/features/issues/create_issue_for_discussions_in_merge_request_spec.rb": 115.50749380400009,721 "spec/features/users/overview_spec.rb": 67.98966005800003,722 "spec/features/markdown/markdown_spec.rb": 66.10553520400003,723 "spec/features/dashboard/user_filters_projects_spec.rb": 59.39700153800004,724 "spec/features/boards/board_filters_spec.rb": 51.48673861800012,725 "spec/features/dashboard/groups_list_spec.rb": 42.62192798199999,726 "spec/features/markdown/gitlab_flavored_markdown_spec.rb": 42.164110488999995,727 "spec/features/snippets/show_spec.rb": 33.06981792199986,728 "spec/features/refactor_blob_viewer_disabled/projects/files/user_deletes_files_spec.rb": 32.27244152100002,729 "spec/features/search/user_searches_for_merge_requests_spec.rb": 30.254074304999904,730 "spec/features/projects/commit/diff_notes_spec.rb": 23.642292463999866,731 "spec/features/projects/settings/user_renames_a_project_spec.rb": 20.406109863999973,732 "spec/features/search/user_searches_for_milestones_spec.rb": 22.71459797500006,733 "spec/features/participants_autocomplete_spec.rb": 16.125423812999998,734 "spec/features/projects/artifacts/user_browses_artifacts_spec.rb": 13.213995152000052,735 "spec/features/projects/show/no_password_spec.rb": 9.319567731999996,736 "spec/features/profiles/user_search_settings_spec.rb": 11.572510226000077,737 "spec/features/projects/hook_logs/user_reads_log_spec.rb": 11.3537267480001,738 "spec/features/profiles/user_manages_applications_spec.rb": 8.09555811600012,739 "spec/features/users/snippets_spec.rb": 7.35295622700005,740 "spec/features/projects/integrations/disable_triggers_spec.rb": 8.092106973,741 "spec/features/projects/integrations/user_activates_flowdock_spec.rb": 7.2112152810000225,742 "spec/features/boards/keyboard_shortcut_spec.rb": 5.068707329000063,743 "spec/features/alert_management/user_updates_alert_status_spec.rb": 4.950924233000023,744 "spec/features/breadcrumbs_schema_markup_spec.rb": 3.7107861229999344,745 "spec/features/projects/settings/branch_rules_settings_spec.rb": 4.05646839200017,746 "spec/features/projects/show/rss_spec.rb": 2.9690555560000575,747 "spec/features/users/anonymous_sessions_spec.rb": 1.7224247159999777,748 "spec/features/error_tracking/user_sees_error_details_spec.rb": 0.8727004920001491,749 "spec/features/groups/labels/user_sees_links_to_issuables_spec.rb": 0.7489446469999166750}751Knapsack global time execution for tests: 22m 44s752Pending: (Failures listed here are expected and do not affect your suite's status)753 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 updated754 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example755 # ./spec/support/shared_examples/quick_actions/issue/clone_quick_action_shared_examples.rb:144756 2) Overview tab on a user profile followers section user has more then 20 followers shows paginated followers757 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example758 # ./spec/features/users/overview_spec.rb:202759 3) Issue Boards shortcut issues are enabled takes user to issue board index760 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example761 # ./spec/features/boards/keyboard_shortcut_spec.rb:19762 4) Issues > Real-time sidebar updates the assignee in real-time763 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example764 # ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb:18765 5) Issues > Real-time sidebar updates the label in real-time766 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example767 # ./spec/features/issues/user_sees_sidebar_updates_in_realtime_spec.rb:40768Finished in 22 minutes 48 seconds (files took 1 minute 0.4 seconds to load)769233 examples, 0 failures, 5 pending770Failed to write to log, write log/workhorse-test.log: file already closed771RSpec exited with 0.772No examples to retry, congrats!774Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy775Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy777Uploading artifacts...778coverage/: found 5 matching files and directories 779crystalball/: found 2 matching files and directories 780WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 781knapsack/: found 3 matching files and directories 782rspec/: found 9 matching files and directories 783WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 784log/*.log: found 19 matching files and directories 785WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063498/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com786WARNING: Retrying... context=artifacts-uploader error=request redirected787Uploading artifacts as "archive" to coordinator... 201 Created id=2660063498 responseStatus=201 Created token=jo43ceLv788Uploading artifacts...789rspec/junit_rspec.xml: found 1 matching files and directories 790WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063498/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com791WARNING: Retrying... context=artifacts-uploader error=request redirected792Uploading artifacts as "junit" to coordinator... 201 Created id=2660063498 responseStatus=201 Created token=jo43ceLv794Job succeeded