rspec system pg12 22/24
Passed Started
by
@afontaine

Andrew Fontaine
1Running with gitlab-runner 14.8.0~beta.44.g57df0d52 (57df0d52)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.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:5f203a01a42fd3f2a6f58198d32ecc5ef622581814673e984e8499bb2c0e0f59 for postgres:12 with digest postgres@sha256:ed97ef00029e0df606e9d8c9fba68b1ef5d023dbacc84178b441312282178123 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:1746b159f8934fe63cae3984643ee8c5651bcfc80ae107032a60f2871a0e7cdb for redis:5.0-alpine with digest redis@sha256:a04b57e05b784a406bc818f6b450233328c4115a1e1f104d84ce916eb1583925 ...13Waiting for services to be up and running...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.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:60eb8210f0d0cca3dd17c64f368de20c8220b351d9eb9542b82c81fb52b8f15b for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:6e2d707482065c1155419b61b5c6b70fd017768904730dc0697e06c1f7663c30 ...18Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1644869087-de62f63a...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: 116715, done. 25remote: Counting objects: 100% (116715/116715), done. 26remote: Compressing objects: 100% (78717/78717), done. 27remote: Total 116715 (delta 51197), reused 79175 (delta 33358), pack-reused 0 28Receiving objects: 100% (116715/116715), 112.94 MiB | 30.86 MiB/s, done.29Resolving deltas: 100% (51197/51197), done.31 * [new ref] 7bb0d54a07985215aac62bb9b65d58d080f3b908 -> refs/pipelines/47085653032 * [new branch] master -> origin/master33Checking out 7bb0d54a as master...34Skipping Git submodules setup36Checking cache for ruby-gems-v2-9...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-v2-9...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v2-9 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2092390313)...44Downloading artifacts from coordinator... ok id=2092390313 responseStatus=200 OK token=CHR-7vd445Downloading artifacts for detect-tests (2092390319)...46Downloading artifacts from coordinator... ok id=2092390319 responseStatus=200 OK token=RB43s-DS47Downloading artifacts for retrieve-tests-metadata (2092390322)...48Downloading artifacts from coordinator... ok id=2092390322 responseStatus=200 OK token=RzwtzX-p49Downloading artifacts for setup-test-env (2092390318)...50Downloading artifacts from coordinator... ok id=2092390318 responseStatus=200 OK token=aV_fWhzN52Using docker image sha256:60eb8210f0d0cca3dd17c64f368de20c8220b351d9eb9542b82c81fb52b8f15b for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:6e2d707482065c1155419b61b5c6b70fd017768904730dc0697e06c1f7663c30 ...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.sh59Successfully installed bundler-2.3.6601 gem installed61Bundler version 2.3.662production:development63Settings are listed in order of priority. The top value will be used.64clean65Set for the current user (/root/.bundle/config): true66install_flags67Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"68path69Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"70without71Set via BUNDLE_WITHOUT: [:production, :development]72$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check73Don't run Bundler as root. Bundler can ask for sudo if it is needed, and74installing your bundle as root will break this application for all non-root75users on this machine.76The Gemfile's dependencies are satisfied77==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 8 seconds.78$ bundle pristine pg79Installing pg 1.2.3 with native extensions80==> 'bundle pristine pg' succeeded in 12 seconds.81$ setup_db_user_only82CREATE ROLE83GRANT84==> 'setup_db_user_only' succeeded in 1 seconds.85$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee86Dropped database 'gitlabhq_test'87Dropped database 'gitlabhq_geo_test'88Created database 'gitlabhq_test'89Created database 'gitlabhq_geo_test'90DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)91Dropped database 'gitlabhq_geo_test'92Created database 'gitlabhq_geo_test'93==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 42 seconds.94$ run_timed_command "gem install knapsack --no-document"95$ gem install knapsack --no-document96Successfully installed knapsack-4.0.0971 gem installed98==> 'gem install knapsack --no-document' succeeded in 1 seconds.99$ run_timed_command "scripts/gitaly-test-spawn"100$ scripts/gitaly-test-spawn101find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory102find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory103find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory104Don't run Bundler as root. Bundler can ask for sudo if it is needed, and105installing your bundle as root will break this application for all non-root106users on this machine.107Using abstract_type 0.0.7108Using concurrent-ruby 1.1.9109Using i18n 1.8.11110Using minitest 5.15.0111Using tzinfo 2.0.4112Using zeitwerk 2.5.3113Using activesupport 6.1.4.4114Using builder 3.2.4115Using erubi 1.10.0116Using mini_portile2 2.6.1117Using racc 1.6.0118Using nokogiri 1.12.5 (x86_64-linux)119Using rails-dom-testing 2.0.3120Using crass 1.0.6121Using loofah 2.13.0122Using rails-html-sanitizer 1.4.2123Using actionview 6.1.4.4124Using rack 2.2.3125Using rack-test 1.1.0126Using actionpack 6.1.4.4127Using ice_nine 0.11.2128Using thread_safe 0.3.6129Using memoizable 0.4.2130Using adamantium 0.2.0131Using public_suffix 4.0.6132Using addressable 2.7.0133Using ast 2.4.2134Using binding_ninja 0.2.3135Using bundler 2.1.4136Using charlock_holmes 0.7.7137Using coderay 1.1.2138Using equalizer 0.0.11139Using concord 0.1.5140Using diff-lcs 1.3141Using dotenv 2.7.6142Using escape_utils 1.2.1143Using factory_bot 5.0.2144Using multipart-post 2.1.1145Using faraday 1.0.1146Using ffi 1.15.3147Using json 2.6.1148Using gemojione 3.3.0149Using mini_mime 1.0.2150Using rugged 1.2.0151Using github-linguist 7.12.1152Using github-markup 1.7.0153Using mime-types-data 3.2020.1104154Using mime-types 3.3.1155Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1156Using rouge 3.27.0157Using sanitize 6.0.0158Using stringex 2.8.5159Using gitlab-gollum-lib 4.2.7.10.gitlab.2160Using google-protobuf 3.19.1 (x86_64-linux)161Using googleapis-common-protos-types 1.3.0162Using grpc 1.42.0 (x86_64-linux)163Using opentracing 0.5.0164Using thrift 0.15.0165Using jaeger-client 1.1.0166Using pg_query 2.1.1167Using redis 4.4.0168Using gitlab-labkit 0.21.2169Using rubyzip 2.3.2170Using thor 1.1.0171Using tomlrb 2.0.1172Using with_env 1.1.0173Using rexml 3.2.5174Using xml-simple 1.1.9175Using gitlab-license_finder 6.14.2.1176Using gitlab-markup 1.7.1177Using grpc-tools 1.42.0178Using sawyer 0.8.2179Using octokit 4.20.0180Using reverse_markdown 1.4.0181Using licensee 9.14.1182Using method_source 0.9.2183Using msgpack 1.3.3184Using optimist 3.0.1185Using parallel 1.19.2186Using parser 3.0.3.2187Using procto 0.0.3188Using unparser 0.4.7189Using proc_to_ast 0.1.0190Using pry 0.12.2191Using rainbow 3.0.0192Using rbtrace 0.4.14193Using rdoc 6.3.2194Using regexp_parser 1.8.1195Using rspec-support 3.8.0196Using rspec-core 3.8.0197Using rspec-expectations 3.8.3198Using rspec-mocks 3.8.0199Using rspec 3.8.0200Using rspec-parameterized 0.4.2201Using rubocop-ast 0.2.0202Using ruby-progressbar 1.10.1203Using unicode-display_width 1.7.0204Using rubocop 0.86.0205Using sentry-raven 3.0.4206Using timecop 0.9.1207Bundle complete! 22 Gemfile dependencies, 100 gems now installed.208Gems in the groups production and development were not installed.209Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`210Checking gitaly-ruby Gemfile...211Checking gitaly-ruby bundle...212The Gemfile's dependencies are satisfied213Trying to connect to gitaly: ................................................. OK214Trying to connect to gitaly2: .................................................................... OK215Trying to connect to praefect: .......... OK216==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.217$ source ./scripts/rspec_helpers.sh218$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"219SKIP_FLAKY_TESTS_AUTOMATICALLY: true220RETRY_FAILED_TESTS_IN_NEW_PROCESS: false221KNAPSACK_GENERATE_REPORT: true222FLAKY_RSPEC_GENERATE_REPORT: true223KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb224KNAPSACK_LOG_LEVEL: debug225KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_22_24_report.json226FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json227FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_22_24_report.json228NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_22_24_report.json229SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_22_24_report.txt230RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_22_24_report.txt231CRYSTALBALL: 232Knapsack report generator started!233Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}234==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.091231813 seconds...235Test environment set up in 1.048946368 seconds236Admin updates settings237 application setting :admin_mode is enabled238 General page239 change visibility settings240 uncheck all restricted visibility levels241 modify import sources242 change Visibility and Access Controls243 change Keys settings244 change Account and Limit Settings245 change Maximum import size246Starting the Capybara driver server...247Capybara starting Puma...248* Version 5.5.2 , codename: Zawgyi249* Min threads: 0, max threads: 4250* Listening on unix:///tmp/20220214-463-9coimz251 change New users set to external252 change Sign-in restrictions253 terms of Service254 modify oauth providers255 oauth providers do not raise validation errors when saving unrelated changes256 configure web terminal257 Dormant users258 when Gitlab.com259 does not expose the setting260 when not Gitlab.com261 change Dormant users262 Change Sign-up restrictions263 Require Admin approval for new signup setting264 changes the setting265 Configure Gitpod266 changes gitpod settings267 Integrations page268 enable hiding third party offers269 enabling Mailgun events270 Integration page271 shows integrations table272 CI/CD page273 change CI/CD settings274 Runner Registration275 when feature is enabled276 allows admins to control who has access to register runners277 when feature is disabled278 does not allow admins to control who has access to register runners279 Container Registry280 for container registry setting container_registry_delete_tags_service_timeout281 with feature flag enabled282 with client supporting tag delete283 changes the setting284 with client not supporting tag delete285 behaves like not having container registry setting286 lacks the container setting container_registry_delete_tags_service_timeout287 with feature flag disabled288 behaves like not having container registry setting289 lacks the container setting container_registry_delete_tags_service_timeout290 for container registry setting container_registry_expiration_policies_worker_capacity291 with feature flag enabled292 with client supporting tag delete293 changes the setting294 with client not supporting tag delete295 behaves like not having container registry setting296 lacks the container setting container_registry_expiration_policies_worker_capacity297 with feature flag disabled298 behaves like not having container registry setting299 lacks the container setting container_registry_expiration_policies_worker_capacity300 for container registry setting container_registry_cleanup_tags_service_max_list_size301 with feature flag enabled302 with client supporting tag delete303 changes the setting304 with client not supporting tag delete305 behaves like not having container registry setting306 lacks the container setting container_registry_cleanup_tags_service_max_list_size307 with feature flag disabled308 behaves like not having container registry setting309 lacks the container setting container_registry_cleanup_tags_service_max_list_size310 Repository page311 change Repository storage settings312 still saves when settings are outdated313 External storage for repository static objects314 changes Repository external storage settings315 Reporting page316 change Spam settings317 Metrics and profiling page318 change Prometheus settings319 change Performance bar settings320 loads togglable usage ping payload on click321 Network page322 changes Outbound requests settings323 changes User and IP Rate Limits settings324 changes Issues rate limits settings325 changes Users API rate limits settings326 Package Registry API rate limits327 changes rate limit settings328 Files API rate limits329 changes rate limit settings330 Deprecated API rate limits331 changes rate limit settings332 Preferences page333 change Help page334 change Pages settings335 change Real-time features settings336 shows an error when validation fails337 change Pages Let's Encrypt settings338 Nav bar339 shows default help links in nav340 shows custom support url in nav when set341 Service usage data page342/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/ohai-16.10.6/lib/ohai/plugins/eucalyptus.rb:32: warning: already initialized constant MAC_MATCH343/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/ohai-16.10.6/lib/ohai/plugins/eucalyptus.rb:32: warning: previous definition of MAC_MATCH was here344 loads usage ping payload on click345/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/ohai-16.10.6/lib/ohai/plugins/eucalyptus.rb:32: warning: already initialized constant MAC_MATCH346/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/ohai-16.10.6/lib/ohai/plugins/eucalyptus.rb:32: warning: previous definition of MAC_MATCH was here347 generates usage ping payload on button click348 application setting :admin_mode is disabled349 loads admin settings page without redirect for reauthentication350Cherry-pick Commits351 when clicking cherry-pick from the dropdown for a commit on pipelines tab352 launches the modal form353 when starting from the commit tab354 when cherry-picking a commit355 is expected to have text "The commit has been successfully cherry-picked into master."356 when cherry-picking a merge commit357 is expected to have text "The commit has been successfully cherry-picked into master."358 when cherry-picking a commit that was previously cherry-picked359Skipping ./spec/features/projects/commit/cherry_pick_spec.rb[1:2:3:1] 'Cherry-pick Commits when starting from the commit tab when cherry-picking a commit that was previously cherry-picked ' because it's flaky.360 example at ./spec/features/projects/commit/cherry_pick_spec.rb:52 (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)361 when cherry-picking a commit in a new merge request362 is expected to have text "From cherry-pick-7d3b0f7c into master"363 when I cherry-picking a commit from a different branch364 is expected to have text "The commit has been successfully cherry-picked into feature."365 when the project is archived366 does not show the cherry-pick button367Edit Project Settings368 project features visibility selectors369 feature builds370 toggles visibility371 feature issues372 toggles visibility373 feature wiki374 toggles visibility375 feature snippets376 toggles visibility377 feature merge_requests378 toggles visibility379 feature analytics380 toggles visibility381 When external issue tracker is enabled and issues enabled on project settings382 does not hide issues tab and hides labels tab383 When external issue tracker is enabled and issues disabled on project settings384 hides issues tab385 pipelines subtabs386DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:322)387DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:335)388 shows builds when enabled389 hides builds when disabled390 project features visibility pages391 normal user392DEPRECATION 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)393 renders 200 if tool is enabled394 renders 404 if feature is disabled395 renders 404 if feature is enabled only for team members396DEPRECATION 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)397 renders 200 if user is member of group398 admin user399 renders 404 if feature is disabled400DEPRECATION 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)401 renders 200 if feature is enabled only for team members402 repository visibility403 disables repository related features404 shows empty features project homepage405 hides project activity tabs406 hides comments activity tab only on disabled issues, merge requests and repository407 project statistic visibility408 does not show project statistic for guest409Admin Mode Login410 with two-factor authentication411 with valid username/password412 using one-time code413Skipping ./spec/features/admin/admin_mode/login_spec.rb[1:1:1:1:1] 'Admin Mode Login with two-factor authentication with valid username/password using one-time code blocks login if we reuse the same code immediately' because it's flaky.414 blocks login if we reuse the same code immediately (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)415 not re-using codes416 allows login with valid code417 blocks login with invalid code418 allows login with invalid code, then valid code419 using backup code420 with valid code421 allows login422 invalidates the used code423 with invalid code424 blocks login425 when logging in via omniauth426 when authn_context is worth two factors427 signs user in without prompting for second factor428 when two factor authentication is required429 shows 2FA prompt after omniauth login430 when logging in via ldap431 when two factor authentication is required432 shows 2FA prompt after ldap login433Visual tokens434 does retain hint token when mix of typing and clicks are performed435 editing a single token436 opens author dropdown437 filters value438 ends editing mode when document is clicked439 selecting different author from dropdown440 changes value in visual token441 moves input to the right442 editing multiple tokens443 opens author dropdown444 opens assignee dropdown445 editing a search term while editing another filter token446 opens author dropdown447 add new token after editing existing token448 does not tokenize incomplete token449 opens dropdowns450 opens hint dropdown451 opens token dropdown452 visual tokens453 creates visual token454 search using incomplete visual tokens455 tokenizes the search term to complete visual token456 Any/None option457 hidden when NOT operator is selected458 shown when EQUAL operator is selected459Dashboard > User filters projects460 filtering personal projects461 filters by projects "Owned by me"462 filtering starred projects463 returns message when starred projects fitler returns no results464 without search bar465 autocompletes searches upon typing466 with search bar467 Search468 executes when the search button is clicked469 will execute when i press enter470 Filter471 filters private projects only472 filters internal projects only473 filters any project474 Sorting475 has all sorting options476 defaults to "Name"477 Sorting by name478 sorts the project list479 Sorting by Updated date480 sorts the project list481 Sorting by Created date482 sorts the project list483 Sorting by Stars484 sorts the project list485Merge request < User sees mini pipeline graph486 displays a mini pipeline graph487 as json488 avoids repeated database queries (PENDING: Temporarily skipped with xit)489 build list toggle490 has unique styles for default, :hover, :active, and :focus states491 shows tooltip when hovered492 builds list menu493 pens when toggle is clicked494 closes when toggle is clicked again495 closes when clicking somewhere else496 build list build item497 visits the build page when clicked498 shows tooltip when hovered499Group Packages500 when feature is not available501 packages feature is disabled by config502 gives 404503 when feature is available504 sidebar menu is open505 when there are packages506 allows you to navigate to the project page507 behaves like packages list508 shows a list of packages509 behaves like package details link510 navigates to the correct url511 sorting512 behaves like shared package sorting513 behaves like correctly sorted packages list514 ordered by Type and ascending false515 behaves like packages list516 shows a list of packages517 behaves like correctly sorted packages list518 ordered by Type and ascending true519 behaves like packages list520 shows a list of packages521 behaves like correctly sorted packages list522 ordered by Name and ascending false523 behaves like packages list524 shows a list of packages525 behaves like correctly sorted packages list526 ordered by Name and ascending true527 behaves like packages list528 shows a list of packages529 behaves like correctly sorted packages list530 ordered by Version and ascending false531 behaves like packages list532 shows a list of packages533 behaves like correctly sorted packages list534 ordered by Version and ascending true535 behaves like packages list536 shows a list of packages537 behaves like correctly sorted packages list538 ordered by Published and ascending false539 behaves like packages list540 shows a list of packages541 behaves like correctly sorted packages list542 ordered by Published and ascending true543 behaves like packages list544 shows a list of packages545 behaves like correctly sorted packages list546 ordered by Project and ascending false547 behaves like packages list548 shows a list of packages549 behaves like correctly sorted packages list550 ordered by Project and ascending true551 behaves like packages list552 shows a list of packages553 behaves like when there are no packages554 displays the empty message555Merge request > User sees closing issues message556 closing issues but not mentioning any other issue557 does not display closing issue message558 mentioning issues but not closing them559 does not display closing issue message560 closing some issues in title and mentioning, but not closing, others561 does not display closing issue message562 closing issues using title but not mentioning any other issue563 does not display closing issue message564 mentioning issues using title but not closing them565 does not display closing issue message566 closing some issues using title and mentioning, but not closing, others567 does not display closing issue message568Merge request > User sees merge button depending on unresolved threads569 when project.only_allow_merge_if_all_discussions_are_resolved == true570 with unresolved threads571 does not allow to merge572 with all threads resolved573 allows MR to be merged574 when project.only_allow_merge_if_all_discussions_are_resolved == false575 with unresolved threads576 does not allow to merge577 with all threads resolved578 allows MR to be merged579Reportable note on commit580 a normal note581 behaves like reportable note582 has an edit button583 has a `More actions` dropdown584 dropdown has Report and Delete links585Skipping ./spec/features/reportable_note/commit_spec.rb[1:1:1:4] 'Reportable note on commit a normal note behaves like reportable note report button links to a report page' because it's flaky.586 report button links to a report page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)587 a diff note588 behaves like reportable note589 has an edit button590 has a `More actions` dropdown591 dropdown has Report and Delete links592 report button links to a report page593User comments on a merge request594 adds a comment595 replys to a new comment596 loads new comment597User uses search filters598 when filtering by group599 shows group projects600 when the group filter is set601 clear filter button602 removes Group and Project filters603 when filtering by project604 shows a project605 when the project filter is set606 clear filter button607 removes Project filters608User explores projects609 when some projects exist610 when not signed in611 when viewing public projects612 shows projects613 when visibility is restricted to public614 redirects to login page615 when signed in616 when viewing public projects617 shows projects618 shows correct empty state message619 shows a prompt to enter a longer search term620 when viewing most starred projects621 shows projects622 shows correct empty state message623 shows a prompt to enter a longer search term624 when viewing trending projects625 shows projects626 shows correct empty state message627 shows a prompt to enter a longer search term628 when there are no projects629 when viewing public projects630 behaves like explore page empty state631 shows correct empty state message632 when viewing most starred projects633 behaves like explore page empty state634 shows correct empty state message635 when viewing trending projects636 behaves like explore page empty state637 shows correct empty state message638User views an SVG design that contains XSS639 has XSS within the SVG file640 displays the SVG641 does not execute the JavaScript within the SVG642Merge Requests > User filters by labels643 filtering by label:none644 applies the filter645 filtering by label:~enhancement646 applies the filter647 filtering by label:~enhancement and label:~bug648 applies the filters649Dropdown hint650 when user not logged in651 does not exist my-reaction dropdown item652 when user logged in653 behavior654 opens when the search bar is first focused655 filtering656 filters with text657 selecting from dropdown with no input658 opens the token dropdown when you click on it659 reselecting from dropdown660 reuses existing token text661User deletes snippet662DEPRECATION 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)663 deletes the snippet664Math rendering665 renders inline and display math correctly666 only renders non XSS links667 renders lazy load button668Issue markdown toolbar669 doesn't include first new line when adding bold670 doesn't include first new line when adding underline671viewing an issue672 for a new note673 behaves like email participants warning674 shows the correct message675 for a reply form676 behaves like email participants warning677 shows the correct message678User views pipeline editor button on root ci config file679 when the ci config is the root file680 shows the button to the Pipeline Editor681 does not shows the Pipeline Editor button682 when user cannot collaborate683 does not shows the Pipeline Editor button684Issues shortcut685 New Issue shortcut686 issues are enabled687 takes user to the new issue page688 issues are not enabled689 does not take user to the new issue page690Projects > Files > Download buttons in files tree691 behaves like archive download buttons692 when static objects external storage is enabled693 private project694 shows archive download buttons with external storage URL prepended and user token appended to their href695 public project696 shows archive download buttons with external storage URL prepended to their href697 when static objects external storage is disabled698 shows default archive download buttons699 with artifacts700 shows download artifacts button701User sorts things702 issues -> project home page -> issues703 merge requests -> dashboard merge requests704Edit group label705 update label with new title706 allows user to delete label707Sandboxed Mermaid rendering708 includes mermaid frame correctly709User triggers manual job with variables710 passes values correctly711User sees experimental lmarketing header712 when not logged in713 when experiment candidate714 shows marketing header links715 when experiment candidate (trial focused variant)716 shows marketing header links717 when experiment control718 does not show marketing header links719 when logged in720 does not show marketing header links721Tracings Content Security Policy722 when there is no global config723 does not add CSP directives724 when a global CSP config exists725 when external_url is set726 overwrites frame-src727 when external_url is not set728 uses global policy729Hook logs730 user reads log without getting XSS731New project label breadcrumb732 displays link to project labels and new project label733Knapsack report was generated. Preview:734{735 "spec/features/admin/admin_settings_spec.rb": 267.1979332140004,736 "spec/features/projects/commit/cherry_pick_spec.rb": 57.498948604999896,737 "spec/features/projects/features_visibility_spec.rb": 132.94383715100003,738 "spec/features/admin/admin_mode/login_spec.rb": 95.7290568960002,739 "spec/features/issues/filtered_search/visual_tokens_spec.rb": 70.69497910400014,740 "spec/features/dashboard/user_filters_projects_spec.rb": 61.27586073200018,741 "spec/features/merge_request/user_sees_mini_pipeline_graph_spec.rb": 56.321685204000005,742 "spec/features/groups/packages_spec.rb": 48.16611041499982,743 "spec/features/merge_request/user_sees_closing_issues_message_spec.rb": 38.1165847530001,744 "spec/features/merge_request/user_sees_merge_button_depending_on_unresolved_discussions_spec.rb": 34.692420328000026,745 "spec/features/reportable_note/commit_spec.rb": 32.542341766999925,746 "spec/features/merge_request/user_comments_on_merge_request_spec.rb": 29.7368550719998,747 "spec/features/search/user_uses_search_filters_spec.rb": 21.32842769300032,748 "spec/features/explore/user_explores_projects_spec.rb": 18.230648681000275,749 "spec/features/projects/issues/design_management/user_views_designs_with_svg_xss_spec.rb": 18.245812429000125,750 "spec/features/merge_requests/user_filters_by_labels_spec.rb": 18.48978107899984,751 "spec/features/issues/filtered_search/dropdown_hint_spec.rb": 13.308410001000084,752 "spec/features/snippets/user_deletes_snippet_spec.rb": 13.216336658000273,753 "spec/features/markdown/math_spec.rb": 12.664677515000221,754 "spec/features/issues/markdown_toolbar_spec.rb": 9.782700964000014,755 "spec/features/projects/issues/email_participants_spec.rb": 8.822840365000047,756 "spec/features/projects/blobs/user_views_pipeline_editor_button_spec.rb": 8.803485046000333,757 "spec/features/issues/keyboard_shortcut_spec.rb": 7.257109675000265,758 "spec/features/projects/files/download_buttons_spec.rb": 5.8163880150000296,759 "spec/features/user_sorts_things_spec.rb": 4.729455834999953,760 "spec/features/groups/labels/edit_spec.rb": 5.982166401999621,761 "spec/features/markdown/sandboxed_mermaid_spec.rb": 3.985923597999772,762 "spec/features/projects/jobs/user_triggers_manual_job_with_variables_spec.rb": 4.943912127999738,763 "spec/features/user_sees_marketing_header_spec.rb": 2.238867193999795,764 "spec/features/projects/tracings_spec.rb": 2.262566381000397,765 "spec/features/projects/hook_logs/user_reads_log_spec.rb": 1.359520995999901,766 "spec/features/projects/labels/user_sees_breadcrumb_links_spec.rb": 1.1220456870000817767}768Knapsack global time execution for tests: 18m 27s769Pending: (Failures listed here are expected and do not affect your suite's status)770 1) Cherry-pick Commits when starting from the commit tab when cherry-picking a commit that was previously cherry-picked 771 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example772 # ./spec/features/projects/commit/cherry_pick_spec.rb:52773 2) Admin Mode Login with two-factor authentication with valid username/password using one-time code blocks login if we reuse the same code immediately774 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example775 # ./spec/features/admin/admin_mode/login_spec.rb:20776 3) Merge request < User sees mini pipeline graph as json avoids repeated database queries777 # Temporarily skipped with xit778 # ./spec/features/merge_request/user_sees_mini_pipeline_graph_spec.rb:40779 4) Reportable note on commit a normal note behaves like reportable note report button links to a report page780 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example781 # ./spec/support/shared_examples/features/reportable_note_shared_examples.rb:32782Finished in 18 minutes 31 seconds (files took 1 minute 1.23 seconds to load)783231 examples, 0 failures, 4 pending784Failed to write to log, write log/workhorse-test.log: file already closed785RSpec exited with 0.786No examples to retry, congrats!788Not uploading cache ruby-gems-v2-9 due to policy789Not uploading cache gitaly-ruby-gems-v2-9 due to policy791Uploading artifacts...792coverage/: found 5 matching files and directories 793crystalball/: found 2 matching files and directories 794deprecations/: found 6 matching files and directories 795knapsack/: found 3 matching files and directories 796rspec/: found 9 matching files and directories 797WARNING: tmp/capybara/: no matching files 798log/*.log: found 17 matching files and directories 799Uploading artifacts as "archive" to coordinator... 201 Created id=2092390453 responseStatus=201 Created token=PiAkDvBc800Uploading artifacts...801rspec/junit_rspec.xml: found 1 matching files and directories 802Uploading artifacts as "junit" to coordinator... 201 Created id=2092390453 responseStatus=201 Created token=PiAkDvBc804Job succeeded