rspec system pg12 16/24
Passed Started
by
@leetickett

Lee Tickett
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256: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:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...18Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1656912418-c868494b...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: 115982, done. 25remote: Counting objects: 100% (115982/115982), done. 26remote: Compressing objects: 100% (81018/81018), done. 27remote: Total 115982 (delta 48513), reused 75495 (delta 30560), pack-reused 0 28Receiving objects: 100% (115982/115982), 108.44 MiB | 33.41 MiB/s, done.29Resolving deltas: 100% (48513/48513), done.31 * [new ref] refs/pipelines/579176392 -> refs/pipelines/57917639232Checking out 204b4379 as refs/merge-requests/91556/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 (2673336706)...44Downloading artifacts from coordinator... ok id=2673336706 responseStatus=200 OK token=LUsjR_3x45Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=LUsjR_3x47Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=LUsjR_3x49Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=LUsjR_3x52Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 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:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...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 11 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 32 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.23.0174Using 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_16_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_16_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_16_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_16_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_16_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"}242Test environment set up in 0.417808269 seconds243Filter issues244Starting the Capybara driver server...245Capybara starting Puma...246* Version 5.6.2 , codename: Birdie's Version247* Min threads: 0, max threads: 4248* Listening on unix:///tmp/20220704-465-1tslht3249 filters by all available tokens250 filter issues by author251 only author252 filters issues by searched author253 filter issues by assignee254 only assignee255 filters issues by searched assignee256 filters issues by no assignee257 filters issues by invalid assignee (PENDING: to be tested, issue #26546)258 filter by reviewer259 does not allow filtering by reviewer260 filter issues by label261 only label262 filters issues by searched label263 filters issues not containing searched label264 filters issues by any label265 filters issues by no label266 filters issues by multiple labels267 filters issues by multiple labels with not operator268 filters issues by label containing special characters269 filters issues by label not containing special characters270 does not show issues for unused labels271 label with multiple words272 special characters273 single quotes274 double quotes275 single quotes containing double quotes276 double quotes containing single quotes277 multiple labels with other filters278 filters issues by searched label, label2, author, assignee, milestone and text279 filters issues by searched label, label2, author, assignee, not included in a milestone280 issue label clicked281 filters and displays in search bar282 filter issues by milestone283 only milestone284 filters issues by searched milestone285 filters issues by no milestone286 filters issues by upcoming milestones287 filters issues by negation of upcoming milestones288 filters issues by started milestones289 filters issues by negation of started milestones290 filters issues by milestone containing special characters291 filters issues by milestone not containing special characters292 does not show issues for unused milestones293 show issues for unused milestones294 filter issues by text295 only text296 filters issues by searched text297 filters issues by multiple searched text298 filters issues by case insensitive searched text299 filters issues by searched text containing single quotes300 filters issues by searched text containing double quotes301 filters issues by searched text containing special characters302 does not show any issues303 filters issues by issue reference304 searched text with other filters305 filters issues by searched text, author, text, assignee, text, label1, text, label2, text, milestone and text306 sorting307 sorts by created date308 switching issue states309 maintains filter310 URL has a trailing slash311 milestone dropdown loads milestones312 label dropdown load labels313Environments page314 does have a new environment button315 page tabs316 shows "Available" and "Stopped" tab with links317 with one available environment318 in available tab page319 shows one environment320 with environments spanning multiple pages321 renders second page of pipelines322 in stopped tab page323 shows no environments324 when cluster is not reachable325 shows one environment without error326 with one stopped environment327 in available tab page328 shows no environments329 in stopped tab page330 shows one environment331 without environments332 does not show environments and counters are set to zero333 environments table334 when there are no deployments335 shows environments names and counters336 does not show deployments337 shows stop button when environment is not stoppable338 when there are successful deployments339 shows deployment SHA and internal ID340 when builds and manual actions are present341 shows a play button342 allows to play a manual action343 shows a stop button344 does not show external link button345 does not show terminal button346 with external_url347 shows an external link button348 with stop action349 shows a stop button350 when user is a reporter351 does not show stop button352 when kubernetes terminal is available353 when user configured kubernetes from CI/CD > Clusters354 for project maintainer355 shows the terminal button356 when user is a developer357 does not show terminal button358 when there is a delayed job359 has a dropdown for actionable jobs360 has link to the delayed job's action361 when delayed job is expired already362 shows 00:00:00 as the remaining time363 when user played a delayed job immediately364Skipping ./spec/features/projects/environments/environments_spec.rb[1:3:2:3:4:1] 'Environments page environments table when there are successful deployments when there is a delayed job when user played a delayed job immediately enqueues the delayed job' because it's flaky.365 enqueues the delayed job (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)366 when there is a failed deployment367 does not show deployments368 when there is an upcoming deployment369 renders the upcoming deployment370 creating a new environment371 user is a developer372 developer creates a new environment with a valid name373 developer creates a new environment with invalid name374 user is a reporter375 reporters tries to create a new environment376 environments folders377 available environments378 users unfurls an environment folder379 stopped environments380 users unfurls an environment folder381 environments folders view382 user opens folder view383Projects > Show > User uploads files384 when a user has write access385 uploads and commits a new text file386 uploads and commits a new image file387 uploads and commits a new pdf file388 uploads a file to a sub-directory389 uploads and commits a new text file390 uploads and commits a new image file391 uploads and commits a new pdf file392 uploads a file to a sub-directory393 when a user does not have write access394 uploads and commits a new file to a forked project395 uploads and commits a new file to a forked project396 with an empty repo397 uploads and commits a new text file via "upload file" button398 uploads and commits a new text file via "upload file" button399User uses shortcuts400 disabling shortcuts401 can disable shortcuts from help menu402 re-enables shortcuts403 when navigating to the Project pages404 redirects to the project page405 redirects to the activity page406 when navigating to the Repository pages407 redirects to the repository files page408 redirects to the repository commits page409 redirects to the repository graph page410 redirects to the repository charts page411 when navigating to the Issues pages412 redirects to the issues list page413 redirects to the issue board page414 redirects to the new issue page415 when navigating to the Merge Requests pages416 redirects to the merge requests page417 when navigating to the CI/CD pages418 redirects to the Jobs page419 when navigating to the Deployments page420 redirects to the Environments page421 when navigating to the Monitor pages422 redirects to the Metrics page423 when navigating to the Infrastructure pages424 redirects to the Kubernetes page425 when navigating to the Snippets pages426DEPRECATION 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)427 redirects to the snippets page428 when navigating to the Wiki pages429 redirects to the wiki page430Editing file blob431 as a developer432 updates the content of file with a number as file path433 editing a template file in a sub directory does not change path434 updating file path updates syntax highlighting435 from MR diff436 returns me to the mr437 from blob file path438 updates content439 previews content440 when rendering the preview441 renders content with CommonMark442 visit blob edit443 redirects to sign in and returns444 as developer445 redirects to sign in and returns446 as guest447 redirects to sign in and returns448 as developer449 on some branch450 shows blob editor with same branch451 with protected branch452 shows blob editor with patch branch453 as maintainer454 shows blob editor with same branch455Resolve an open thread in a merge request by creating an issue456 As a user with access to the project457 has a link to create a new issue for a thread458 with the internal tracker disabled459 does not show a link to create a new issue (PENDING: Temporarily skipped with xit)460 resolving the thread461 hides the link for creating a new issue462 shows the link for creating a new issue when unresolving a thread463 creating the issue464 has a hidden field for the thread465 behaves like creating an issue for a thread466 shows an issue creation form467 creates a new issue for the project468 as a reporter469 shows a notice to ask someone else to resolve the threads470User adds pages domain471 when pages are exposed on external HTTP address472 allows to add new domain473 behaves like adds new domain474 adds new domain475 when project in group namespace476 behaves like adds new domain477 adds new domain478 when pages domain is added479 renders certificates is disabled480 does not adds new domain and renders error message481 when pages are exposed on external HTTPS address482 adds new domain with certificate483 adds new domain with certificate if Let's Encrypt is enabled484 shows validation error if domain is duplicated485 with dns verification enabled486 shows the DNS verification record487 updating the certificate for an existing domain488 allows the certificate to be updated489 allows the certificate to be removed490 shows the DNS ALIAS record491 when the certificate is invalid492 tells the user what the problem is493issue header494 when user has permission to update495 within the issue actions dropdown menu496 shows the "New related issue", "Report abuse", and "Delete issue" items497 when the issue is open498 has a "Close issue" button499 when the issue is closed500 has a "Reopen issue" button501 when the issue is closed and locked502 does not have a "Reopen issue" button503 when the current user is the issue author504 does not show "Report abuse" link in dropdown505 when user is admin and the project is set up for spam506 within the issue actions dropdown menu507 has "Submit as spam" item508 when user does not have permission to update509 within the issue actions dropdown menu510 only shows the "New related issue" and "Report abuse" items511 when the issue is open512 does not have a "Close issue" button513 when the issue is closed514 does not have a "Reopen issue" button515 when the issue is closed and locked516 does not have a "Reopen issue" button517 when the current user is the issue author518 does not show "Report abuse" link in dropdown519Project issue boards sidebar labels520 labels521 shows current labels when editing522 adds a single label523 adds a multiple labels524 removes a label525 creates project label526Explore Groups527 when signed in528 behaves like renders public and internal projects529 is expected not to have text "project111"530 behaves like renders public and internal projects531 is expected not to have text "project114"532 behaves like renders public and internal projects533 is expected not to have text "project117"534 behaves like renders group in public groups area535 is expected to have text "group7"536 when signed out537 behaves like renders only public project538 is expected not to have text "project123"539 behaves like renders only public project540 is expected not to have text "project126"541 behaves like renders only public project542 is expected not to have text "project129"543 behaves like renders group in public groups area544 is expected to have text "group11"545 when visibility is restricted to public546 redirects to the sign in page547Cluster Health board548 shows cluster board section within the page549 no prometheus available550 shows enable Prometheus message551 when there is cluster with enabled prometheus552 waiting for data553 shows container and waiting for data message554 connected, prometheus returns data555 renders charts556 focuses the single panel on toggle557Project > User views empty wiki558 behaves like User views empty wiki559 when project is public560 behaves like empty wiki message561 shows the empty state message with the expected elements562 when issue tracker is private563 behaves like empty wiki message564 shows the empty state message with the expected elements565 when issue tracker is disabled566 behaves like empty wiki message567 shows the empty state message with the expected elements568 and user is logged in569 and user is not a member570 behaves like empty wiki message571 shows the empty state message with the expected elements572 and user is a member573 behaves like empty wiki message574 shows the empty state message with the expected elements575 when project is private576 behaves like wiki is not found577 shows an error message578 and user is logged in579 and user is not a member580 behaves like wiki is not found581 shows an error message582 and user is a member583 behaves like empty wiki message584 shows the empty state message with the expected elements585 and user is a maintainer586 behaves like empty wiki message587 shows the empty state message with the expected elements588 and Confluence is already enabled589 behaves like empty wiki message590 shows the empty state message with the expected elements591Projects > Files > User replaces files592 when an user has write access593 replaces an existed file with a new one594 when an user does not have write access595 replaces an existed file with a new one in a forked project596User activates the group-level Mattermost Slash Command integration597 shows a help message598 shows a token placeholder599 redirects to the integrations page after saving but not activating600 redirects to the integrations page after activating601 does not display the overrides tab602Projects > Snippets > Create Snippet603 shows collapsible description input604 creates a new snippet605 uploads a file when dragging into textarea606 when the git operation fails607 renders the new page and displays the error608Reportable note on snippets609 on project snippet610 behaves like reportable note611 has an edit button612 has a `More actions` dropdown613 dropdown has Report and Delete links614 report button links to a report page615User rebases a merge request616 when merge is regular617 behaves like rebases618 rebases619 when merge is ff-only620 behaves like rebases621 rebases622admin visits dashboard623 counting forks624 correctly counts 2 forks of a project625 Users statistic626 shows correct amounts of users627 Version check628 shows badge on CE629Help Dropdown630 when logged in as non-admin631 does not render version data632 when logged in as admin633 does render version data634 response: {"severity"=>"success"}, ui_text: "Up to date"635 renders correct version badge variant636 response: {"severity"=>"warning"}, ui_text: "Update available"637 renders correct version badge variant638 response: {"severity"=>"danger"}, ui_text: "Update ASAP"639 renders correct version badge variant640User deletes snippet641DEPRECATION 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)642 deletes the snippet643User expands diff644 allows user to expand diff645Profile > Emails646 user removes email647 user confirms email648 user re-sends confirmation email649 old unconfirmed emails show Send Confirmation button650 User adds an email651 saves the new email652 does not add an email that is the primary email of another user653 adds an email that is the primary email of the same user654 does not add an invalid email655Projects > Settings > User archives a project656 when a project is archived657 unarchives a project658 when a project is unarchived659 archives a project660User activates Flowdock661 activates integration662User activates Pushover663 activates integration664Group labels665 shows labels that belong to the group666 shows a new label button667 shows an edit label button668User updates Alert Management status669 when a developer+ displays the alerts list and the alert service is enabled they can update an alert status670 shows the alert table with an alert status dropdown671 updates the alert status672Projects > Show > Schema Markup673 shows SoftwareSourceCode structured markup674User views diff by commit675 shows full commit description by default676Product Analytics > Events677 shows no events message678 shows events679Project Activity RSS680 when signed in681 behaves like it has an RSS button with current_user's feed token682 shows the RSS button with current_user's feed token683 when signed out684 behaves like it has an RSS button without a feed token685 shows the RSS button without a feed token686Projects > Members > Owner cannot request access to their own project687 owner does not see the request access button688Raw artifact689 when visiting old URL690 redirects to new URL691Knapsack report was generated. Preview:692{693 "spec/features/issues/filtered_search/filter_issues_spec.rb": 329.91274374800014,694 "spec/features/projects/environments/environments_spec.rb": 180.56668040900058,695 "spec/features/projects/show/user_uploads_files_spec.rb": 132.81156988699968,696 "spec/features/projects/user_uses_shortcuts_spec.rb": 95.80511522899997,697 "spec/features/refactor_blob_viewer_disabled/projects/blobs/edit_spec.rb": 73.66098989300008,698 "spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb": 61.850083106000056,699 "spec/features/projects/pages/user_adds_domain_spec.rb": 49.714837006999915,700 "spec/features/issues/issue_header_spec.rb": 47.347487150000234,701 "spec/features/boards/sidebar_labels_spec.rb": 36.390000462999524,702 "spec/features/explore/groups_spec.rb": 36.268619866000336,703 "spec/features/clusters/cluster_health_dashboard_spec.rb": 34.211699426999985,704 "spec/features/projects/wiki/user_views_wiki_empty_spec.rb": 25.464076031999866,705 "spec/features/projects/files/user_replaces_files_spec.rb": 28.401126804999876,706 "spec/features/groups/integrations/user_activates_mattermost_slash_command_spec.rb": 19.074277892000282,707 "spec/features/projects/snippets/create_snippet_spec.rb": 19.765131926000322,708 "spec/features/reportable_note/snippets_spec.rb": 21.638017594999837,709 "spec/features/merge_request/user_rebases_merge_request_spec.rb": 15.523823495000215,710 "spec/features/admin/dashboard_spec.rb": 12.310521710999637,711 "spec/features/help_dropdown_spec.rb": 12.96633195100003,712 "spec/features/snippets/user_deletes_snippet_spec.rb": 10.388618379000036,713 "spec/features/merge_request/user_expands_diff_spec.rb": 10.435921413999495,714 "spec/features/profiles/emails_spec.rb": 7.486218481999458,715 "spec/features/projects/settings/user_archives_project_spec.rb": 5.5990477859995735,716 "spec/features/projects/integrations/user_activates_flowdock_spec.rb": 7.669689571999697,717 "spec/features/projects/integrations/user_activates_pushover_spec.rb": 6.424303605999739,718 "spec/features/groups/labels/index_spec.rb": 5.6558843399998295,719 "spec/features/alert_management/user_updates_alert_status_spec.rb": 5.041337906000081,720 "spec/features/projects/show/schema_markup_spec.rb": 3.9944798290007384,721 "spec/features/merge_request/user_views_diffs_commit_spec.rb": 4.4758983570000055,722 "spec/features/projects/product_analytics/events_spec.rb": 2.462120103000416,723 "spec/features/projects/activity/rss_spec.rb": 2.714971446999698,724 "spec/features/projects/members/owner_cannot_request_access_to_his_project_spec.rb": 1.9775548770003297,725 "spec/features/projects/artifacts/raw_spec.rb": 0.762601198000084726}727Knapsack global time execution for tests: 21m 48s728Pending: (Failures listed here are expected and do not affect your suite's status)729 1) Filter issues filter issues by assignee only assignee filters issues by invalid assignee730 # to be tested, issue #26546731 # ./spec/features/issues/filtered_search/filter_issues_spec.rb:103732 2) Environments page environments table when there are successful deployments when there is a delayed job when user played a delayed job immediately enqueues the delayed job733 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example734 # ./spec/features/projects/environments/environments_spec.rb:342735 3) 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 issue736 # Temporarily skipped with xit737 # ./spec/features/issues/create_issue_for_single_discussion_in_merge_request_spec.rb:31738Finished in 21 minutes 51 seconds (files took 55.92 seconds to load)739235 examples, 0 failures, 3 pending740Failed to write to log, write log/workhorse-test.log: file already closed741RSpec exited with 0.742No examples to retry, congrats!744Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy745Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy747Uploading artifacts...748coverage/: found 5 matching files and directories 749crystalball/: found 2 matching files and directories 750deprecations/: found 6 matching files and directories 751knapsack/: found 3 matching files and directories 752rspec/: found 9 matching files and directories 753WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 754log/*.log: found 18 matching files and directories 755WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337325/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com756WARNING: Retrying... context=artifacts-uploader error=request redirected757Uploading artifacts as "archive" to coordinator... 201 Created id=2673337325 responseStatus=201 Created token=LUsjR_3x758Uploading artifacts...759rspec/junit_rspec.xml: found 1 matching files and directories 760WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337325/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com761WARNING: Retrying... context=artifacts-uploader error=request redirected762Uploading artifacts as "junit" to coordinator... 201 Created id=2673337325 responseStatus=201 Created token=LUsjR_3x764Job succeeded