rspec system pg12 2/24
Passed Started
by
@sselhorn

Suzanne Selhorn
1Running with gitlab-runner 14.6.0~beta.71.gf035ecbf (f035ecbf)2 on blue-2.shared-gitlab-org.runners-manager.gitlab.com/default NL4gfoBe3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-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:f1a5e4852a8c335ef0f1a3aae30c39c8484660d5aa7dfd5bb8756ee473575da5 for postgres:12 with digest postgres@sha256:0854202db0b3378c46909bab43a85b01dc1b92cc44520480e47dd4fbc22714ee ...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:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...18Running on runner-nl4gfobe-project-278964-concurrent-0 via runner-nl4gfobe-shared-gitlab-org-1640008639-a4fdaa4f...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: 121839, done. 25remote: Counting objects: 100% (121839/121839), done. 26remote: Compressing objects: 100% (83159/83159), done. 27remote: Total 121839 (delta 53730), reused 83033 (delta 34037), pack-reused 0 28Receiving objects: 100% (121839/121839), 116.76 MiB | 27.60 MiB/s, done.29Resolving deltas: 100% (53730/53730), done.31 * [new ref] a97668e1c6ce02835ce25d669c0aef89f6c2c400 -> refs/pipelines/43345824232Checking out a97668e1 as refs/merge-requests/76253/merge...33Skipping Git submodules setup35Checking cache for ruby-gems-v1-9...36Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-v1-9 37Successfully extracted cache38Checking cache for gitaly-ruby-gems-v1-9...39Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 40Successfully extracted cache42Downloading artifacts for compile-test-assets (1904366238)...43Downloading artifacts from coordinator... ok id=1904366238 responseStatus=200 OK token=-yEmsZHS44Downloading artifacts for detect-tests (1904366266)...45Downloading artifacts from coordinator... ok id=1904366266 responseStatus=200 OK token=9stx6yy246Downloading artifacts for retrieve-tests-metadata (1904366282)...47Downloading artifacts from coordinator... ok id=1904366282 responseStatus=200 OK token=M7L1Bvz248Downloading artifacts for setup-test-env (1904366255)...49Downloading artifacts from coordinator... ok id=1904366255 responseStatus=200 OK token=wN13kysJ51Using docker image sha256:5b9920187fd97abe77ba8b8a3c8029b970dbace758fd2dc8756c2976a4bff96d for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:4ab23b0728c6791b71363fe9413ab1d284f8d163988ebd8823dfb84f31aafe00 ...52$ echo $FOSS_ONLY53$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb54$ export GOPATH=$CI_PROJECT_DIR/.go55$ mkdir -p $GOPATH56$ source scripts/utils.sh57$ source scripts/prepare_build.sh58Bundler version 2.1.459production:development60Settings are listed in order of priority. The top value will be used.61path62Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"63clean64Set for the current user (/root/.bundle/config): "true"65without66Set via BUNDLE_WITHOUT: [:production, :development]67install_flags68Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"69$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check70The Gemfile's dependencies are satisfied71==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.72$ bundle pristine pg73Installing pg 1.2.3 with native extensions74==> 'bundle pristine pg' succeeded in 10 seconds.75$ setup_db_user_only76CREATE ROLE77GRANT78==> 'setup_db_user_only' succeeded in 0 seconds.79$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee80Dropped database 'gitlabhq_test'81Dropped database 'gitlabhq_geo_test'82Created database 'gitlabhq_test'83Created database 'gitlabhq_geo_test'84DEPRECATION 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)85Dropped database 'gitlabhq_geo_test'86Created database 'gitlabhq_geo_test'87==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 35 seconds.88$ run_timed_command "gem install knapsack --no-document"89$ gem install knapsack --no-document90Successfully installed knapsack-4.0.0911 gem installed92==> 'gem install knapsack --no-document' succeeded in 1 seconds.93$ run_timed_command "scripts/gitaly-test-spawn"94$ scripts/gitaly-test-spawn95Don't run Bundler as root. Bundler can ask for sudo if it is needed, and96installing your bundle as root will break this application for all non-root97users on this machine.98Using abstract_type 0.0.799Using concurrent-ruby 1.1.9100Using i18n 1.8.10101Using minitest 5.14.4102Using tzinfo 2.0.4103Using zeitwerk 2.4.2104Using activesupport 6.1.4.1105Using builder 3.2.4106Using erubi 1.10.0107Using mini_portile2 2.5.1108Using racc 1.5.2109Using nokogiri 1.11.7 (x86_64-linux)110Using rails-dom-testing 2.0.3111Using crass 1.0.6112Using loofah 2.12.0113Using rails-html-sanitizer 1.4.2114Using actionview 6.1.4.1115Using rack 2.2.3116Using rack-test 1.1.0117Using actionpack 6.1.4.1118Using ice_nine 0.11.2119Using thread_safe 0.3.6120Using memoizable 0.4.2121Using adamantium 0.2.0122Using public_suffix 4.0.6123Using addressable 2.7.0124Using ast 2.4.2125Using binding_ninja 0.2.3126Using bundler 2.1.4127Using charlock_holmes 0.7.7128Using coderay 1.1.2129Using equalizer 0.0.11130Using concord 0.1.5131Using diff-lcs 1.3132Using dotenv 2.7.6133Using escape_utils 1.2.1134Using factory_bot 5.0.2135Using multipart-post 2.1.1136Using faraday 1.0.1137Using ffi 1.15.3138Using json 2.5.1139Using gemojione 3.3.0140Using mini_mime 1.0.2141Using rugged 1.2.0142Using github-linguist 7.12.1143Using github-markup 1.7.0144Using mime-types-data 3.2020.1104145Using mime-types 3.3.1146Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1147Using rouge 3.26.0148Using nokogumbo 1.5.0149Using sanitize 4.6.6150Using stringex 2.8.5151Using gitlab-gollum-lib 4.2.7.10.gitlab.1152Using google-protobuf 3.17.3 (x86_64-linux)153Using googleapis-common-protos-types 1.1.0154Using grpc 1.30.2 (x86_64-linux)155Using opentracing 0.5.0156Using thrift 0.15.0157Using jaeger-client 1.1.0158Using pg_query 2.1.1159Using redis 4.4.0160Using gitlab-labkit 0.21.2161Using rubyzip 2.3.2162Using thor 1.1.0163Using tomlrb 2.0.1164Using with_env 1.1.0165Using rexml 3.2.4166Using xml-simple 1.1.9167Using gitlab-license_finder 6.14.2.1168Using gitlab-markup 1.7.1169Using grpc-tools 1.30.2170Using sawyer 0.8.2171Using octokit 4.20.0172Using reverse_markdown 1.4.0173Using licensee 9.14.1174Using method_source 0.9.2175Using msgpack 1.3.3176Using optimist 3.0.1177Using parallel 1.19.2178Using parser 3.0.3.2179Using procto 0.0.3180Using unparser 0.4.7181Using proc_to_ast 0.1.0182Using pry 0.12.2183Using rainbow 3.0.0184Using rbtrace 0.4.14185Using rdoc 6.3.2186Using regexp_parser 1.8.1187Using rspec-support 3.8.0188Using rspec-core 3.8.0189Using rspec-expectations 3.8.3190Using rspec-mocks 3.8.0191Using rspec 3.8.0192Using rspec-parameterized 0.4.2193Using rubocop-ast 0.2.0194Using ruby-progressbar 1.10.1195Using unicode-display_width 1.7.0196Using rubocop 0.86.0197Using sentry-raven 3.0.4198Using timecop 0.9.1199Bundle complete! 22 Gemfile dependencies, 101 gems now installed.200Gems in the groups production and development were not installed.201Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`202Checking gitaly-ruby Gemfile...203Checking gitaly-ruby bundle...204The Gemfile's dependencies are satisfied205Trying to connect to gitaly: ................................................ OK206Trying to connect to gitaly2: .................................................................. OK207Trying to connect to praefect: ....... OK208==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.209$ source ./scripts/rspec_helpers.sh210$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"211KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb212SKIP_FLAKY_TESTS_AUTOMATICALLY: true213Knapsack report generator started!214Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}215==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.038038595 seconds...216Test environment set up in 0.618246372 seconds217Pipeline218Starting the Capybara driver server...219 GET /:project/-/pipelines/:id220Capybara starting Puma...221* Version 5.5.2 , codename: Zawgyi222* Min threads: 0, max threads: 4223* Listening on unix:///tmp/20211220-446-1lvrem5224 shows the pipeline graph225 shows Pipeline tab pane as active226 shows link to the pipeline ref227 shows the pipeline information228 related merge requests229 when there are no related merge requests230 shows a "no related merge requests" message231 when there is one related merge request232 shows a link to the merge request233 when there are two related merge requests234 links to the most recent related merge request235 expands to show links to all related merge requests236 pipelines details view237 pipeline header shows the user status and emoji238 pipeline graph239 when pipeline has running builds240 shows a running icon and a cancel action for the running build241 cancels the running build and shows retry button242 when pipeline has preparing builds243 shows a preparing icon and a cancel action244 cancels the preparing build and shows retry button245 when pipeline has successful builds246 shows the success icon and a retry action for the successful build247 is possible to retry the success job248 when pipeline has a delayed job249 shows the scheduled icon and an unschedule action for the delayed job250 unschedules the delayed job and shows play button as a manual job251 when pipeline has failed builds252 shows the failed icon and a retry action for the failed build253 is possible to retry the failed build254 includes the failure reason255 when pipeline has manual jobs256 shows the skipped icon and a play action for the manual build257 is possible to play the manual job258 when pipeline has external job259 shows the success icon and the generic comit status build260 when the pipeline has manual stage261 displays play all button262 page tabs263 shows Pipeline, Jobs, DAG and Failed Jobs tabs with link264 shows counter in Jobs tab265 shows Pipeline tab as active266 without permission to access builds267 does not show the pipeline details page268 test tabs269 with test reports270 shows badge counter in Tests tab271 calls summary.json endpoint272 without test reports273 shows zero274 retrying jobs275 is expected not to have text "retried"276 when retrying277 does not show a "Retry" button278 shows running status in pipeline header279 canceling jobs280 is expected not to have visible css ".ci-canceled"281 when canceling282 does not show a "Cancel running" button283 when user can not delete284 is expected not to have visible button "Delete" that is not disabled285 when deleting286DEPRECATION 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:319)287DEPRECATION 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:332)288 redirects to pipeline overview page289 when pipeline ref does not exist in repository anymore290 does not render link to the pipeline ref291 does not render render raw HTML to the pipeline ref292 when pipeline is detached merge request pipeline293 shows the pipeline information294 when source branch does not exist295 does not link to the source branch commit path296 when source project is a forked project297 shows the pipeline information298 when pipeline is merge request pipeline299 shows the pipeline information300 when target branch does not exist301 does not link to the target branch commit path302 when source project is a forked project303 shows the pipeline information304 when user does not have access to read jobs305 GET /:project/-/pipelines/:id306 shows the pipeline graph307 does not link to job308 when a bridge job exists309 GET /:project/-/pipelines/:id310 shows the pipeline with a bridge job311 when a scheduled pipeline is created by a blocked user312 displays the PipelineSchedule in an inactive state313DEPRECATION 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:319)314DEPRECATION 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:332)315 does not create a new Pipeline316 GET /:project/-/pipelines/:id/builds317 shows a bridge job on a list318 when build requires resource319 GET /:project/-/pipelines/:id320 shows deploy job as created321 when test job succeeded322 shows deploy job as pending323 when test job succeeded but there are no available resources324DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.325Falling back to an asset that may be in the public folder.326This behavior is deprecated and will be removed.327To bypass the asset pipeline and preserve this behavior,328use the `skip_pipeline: true` option.329 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)330 shows deploy job as waiting for resource331 when resource is released from another job332 shows deploy job as pending333 when deploy job is a bridge to trigger a downstream pipeline334DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.335Falling back to an asset that may be in the public folder.336This behavior is deprecated and will be removed.337To bypass the asset pipeline and preserve this behavior,338use the `skip_pipeline: true` option.339 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)340 shows deploy job as waiting for resource341 when deploy job is a bridge to trigger a downstream pipeline342DEPRECATION WARNING: The asset "ci_favicons/favicon_pending.png" is not present in the asset pipeline.343Falling back to an asset that may be in the public folder.344This behavior is deprecated and will be removed.345To bypass the asset pipeline and preserve this behavior,346use the `skip_pipeline: true` option.347 (called from status_overlay at /builds/gitlab-org/gitlab/lib/gitlab/favicon.rb:33)348 shows deploy job as waiting for resource349 GET /:project/-/pipelines/:id/builds with jobs_tab_vue feature flag turned off350 shows a list of jobs351 shows jobs tab pane as active352 page tabs353 shows Pipeline, Jobs and DAG tabs with link354 shows counter in Jobs tab355 shows Jobs tab as active356 retrying jobs357 is expected not to have text "retried"358 when retrying359 does not show a "Retry" button360 canceling jobs361 is expected not to have visible css ".ci-canceled"362 when canceling363 does not show a "Cancel running" button364 playing manual job365 is expected to be pending366 when user unschedules a delayed job367 unschedules the delayed job and shows play button as a manual job368 failed jobs369 displays a tooltip with the failure reason370 GET /:project/-/pipelines/:id/failures371 with failed build372 shows jobs tab pane as active373 lists failed builds374 shows build failure logs375 shows the failure reason376 when user does not have permission to retry build377 shows retry button for failed build378 when user does have permission to retry build379 shows retry button for failed build380 when missing build logs381 shows jobs tab pane as active382 lists failed builds383 does not show log384 without permission to access builds385 when accessing failed jobs page386 renders a 404 page387 without failures388 displays the pipeline graph389 GET /:project/-/pipelines/:id/dag390 shows DAG tab pane as active391 page tabs392 shows Pipeline, Jobs and DAG tabs with link393 shows counter in Jobs tab394 shows DAG tab as active395 when user sees pipeline flags in a pipeline detail page396 when pipeline is latest397 contains badge that indicates it is the latest build398 when pipeline has configuration errors399 contains badge that indicates errors400 contains badge with tooltip which contains error401 contains badge that indicates failure reason402 contains badge with tooltip which contains failure reason403 contains a pipeline header with title404 when pipeline is stuck405 contains badge that indicates being stuck406 when pipeline uses auto devops407 contains badge that indicates using auto devops408 when pipeline runs in a merge request context409 contains badge that indicates detached merge request pipeline410Merge request > User sees pipelines411 pipeline tab412 with pipelines413 user visits merge request pipelines tab414 with a detached merge request pipeline415 displays the "Run pipeline" button416 with a merged results pipeline417 displays the "Run pipeline" button418 without pipelines419 user visits merge request page420 fork MRs in parent project421 when actor is a developer in parent project422 creates a pipeline in the parent project when user proceeds with the warning423 does not create a pipeline in the parent project when user cancels the action424 when actor is a developer in fork project425 creates a pipeline in the fork project426 when actor is a reporter in parent project and a developer in fork project427 creates a pipeline in the fork project428 race condition429 when pipeline and merge request were created simultaneously430 user sees pipeline in merge request widget431Merge request > User sees threads432 Diff discussions433 active threads434 shows a link to the diff435 outdated threads436 shows a link to the outdated diff437 Commit comments displayed in MR context438 a commit diff comment439 displays correct header440 behaves like a functional discussion441 is displayed442 can be replied to443 a commit non-diff discussion444 displays correct header445Project active tab446 on project Home447 activates Project scope menu448 on Project information449 default link450 behaves like page has active tab451 activates Project tab452 behaves like page has active sub tab453 activates Activity sub tab454 on Project information/Activity455 behaves like page has active tab456 activates Project tab457 behaves like page has active sub tab458 activates Activity sub tab459 on project Repository460 behaves like page has active tab461 activates Repository tab462 on project Repository/Files463 behaves like page has active tab464 activates Repository tab465 behaves like page has active sub tab466 activates Files sub tab467 on project Repository/Commits468 behaves like page has active tab469 activates Repository tab470 behaves like page has active sub tab471 activates Commits sub tab472 on project Repository/Graph473 behaves like page has active tab474 activates Repository tab475 behaves like page has active sub tab476 activates Graph sub tab477 on project Repository/Compare478 behaves like page has active tab479 activates Repository tab480 behaves like page has active sub tab481 activates Compare sub tab482 on project Repository/Branches483 behaves like page has active tab484 activates Repository tab485 behaves like page has active sub tab486 activates Branches sub tab487 on project Repository/Tags488 behaves like page has active tab489 activates Repository tab490 behaves like page has active sub tab491 activates Tags sub tab492 on project Issues493 behaves like page has active tab494 activates Issues tab495 on project Issues/Milestones496 behaves like page has active tab497 activates Issues tab498 behaves like page has active sub tab499 activates Milestones sub tab500 on project Merge Requests501 behaves like page has active tab502 activates Merge requests tab503 on project Wiki504 behaves like page has active tab505 activates Wiki tab506 on project Members507 behaves like page has active tab508 activates Members tab509 on project Settings510 on project Settings/Integrations511 behaves like page has active tab512 activates Settings tab513 behaves like page has active sub tab514 activates Integrations sub tab515 on project Settings/Repository516 behaves like page has active tab517 activates Settings tab518 behaves like page has active sub tab519 activates Repository sub tab520 on project Analytics521 on project Analytics/Value stream Analytics522 behaves like page has active tab523 activates Analytics tab524 behaves like page has active sub tab525 activates Value stream sub tab526 on project Analytics/"CI/CD"527 behaves like page has active tab528 activates Analytics tab529 behaves like page has active sub tab530 activates CI/CD sub tab531 on project CI/CD532 browsing Pipelines tabs533 Pipeline tab534 behaves like page has active tab535 activates CI/CD tab536 behaves like page has active sub tab537 activates Pipelines sub tab538 Needs tab539 behaves like page has active tab540 activates CI/CD tab541 behaves like page has active sub tab542 activates Pipelines sub tab543 Builds tab544 behaves like page has active tab545 activates CI/CD tab546 behaves like page has active sub tab547 activates Pipelines sub tab548 Failures tab549 behaves like page has active tab550 activates CI/CD tab551 behaves like page has active sub tab552 activates Pipelines sub tab553 Test Report tab554 behaves like page has active tab555 activates CI/CD tab556 behaves like page has active sub tab557 activates Pipelines sub tab558Admin disables Git access protocol559 with HTTP disabled560 shows only SSH url561 mobile component562 shows only the SSH clone information563 with SSH disabled564 shows only HTTP url565 mobile component566 shows only the HTTP clone information567 with nothing disabled568 shows default SSH url and protocol selection dropdown569 mobile component570 shows both SSH and HTTP clone information571Projects > Show > User sees setup shortcut buttons572 empty project573 as a normal user574 project buttons are not visible575 as a maintainer576 "New file" button linked to IDE new file page577 "Add README" button linked to IDE new file populated for a README578 "Add license" button linked to IDE new file populated for a license579 Gitlab::CurrentSettings.default_branch_name is available580 "New file" button linked to IDE new file page581 populated project582 as a normal user583 when Auto DevOps is enabled584 "Auto DevOps enabled" button not linked585 when Auto DevOps is not enabled586 no Auto DevOps button if can not manage pipelines587 no Kubernetes cluster button if can not manage clusters588 as a maintainer589 no "Add CHANGELOG" button if the project already has a changelog590 no "Add license" button if the project already has a license591 no "Add CONTRIBUTING" button if the project already has a contribution guide592 README button593 when the project has a populated README594 show the "README" anchor595 when the project has an empty README596 show the "README" anchor597 when the project does not have a README598 shows the single file editor "Add README" button599 GitLab CI configuration button600 when Auto DevOps is enabled601 no "Set up CI/CD" button if the project has Auto DevOps enabled602 when Auto DevOps is not enabled603 "Set up CI/CD" button linked to new file populated for a .gitlab-ci.yml604 "Set up CI/CD" button is renamed if the project already has a .gitlab-ci.yml605 Auto DevOps button606 when Auto DevOps is enabled607 "Auto DevOps enabled" anchor linked to settings page608 when Auto DevOps is not enabled609 "Enable Auto DevOps" button linked to settings page610 no Auto DevOps button if Auto DevOps callout is shown611 no "Enable Auto DevOps" button when .gitlab-ci.yml already exists612 Kubernetes cluster button613 "Add Kubernetes cluster" button linked to clusters page614 "Kubernetes cluster" button linked to cluster page615Snippet616 behaves like show and render proper snippet blob617 Ruby file618 displays the blob619 Markdown file620 visiting directly621 displays the blob using the rich viewer622 switching to the simple viewer623 displays the blob using the simple viewer624 switching to the rich viewer again625 displays the blob using the rich viewer626 visiting with a line number anchor627 displays the blob using the simple viewer628 behaves like does not show New Snippet button629 is expected not to have visible link "New snippet"630Group Badges631 shows a list of badges632 adding a badge633 user can preview a badge634 is expected to eq "http://127.0.0.1:37393/group7/project77/badges/master/pipeline.svg"635 editing a badge636 form is shown when clicking edit button in list637 updates a badge when submitting the edit form638 deleting a badge639 shows a modal when deleting a badge640 deletes a badge when confirming the modal641Projects > Members > Tabs642 tabs643 tab: "Members", count: 3644 renders Members tab645 tab: "Invited", count: 2646 renders Invited tab647 tab: "Groups", count: 2648 renders Groups tab649 tab: "Access requests", count: 2650 renders Access requests tab651 displays "Members" tab by default652 behaves like active "Members" tab653 displays "Members" tab654 when searching "Groups"655 displays "Groups" tab656 and then searching "Members"657 behaves like active "Members" tab658 displays "Members" tab659create a merge request, allowing commits from members who can merge to the target branch660 allows setting possible661 shows a message when one of the projects is private662 shows a message when the source branch is protected663 when the merge request is being created within the same project664 hides the checkbox if the merge request is being created within the same project665 when a member who can merge tries to edit the option666 hides the option from members667Mermaid rendering668 renders Mermaid diagrams correctly669 renders linebreaks in Mermaid diagrams670 does not allow XSS in HTML labels671Skipping ./spec/features/markdown/mermaid_spec.rb[1:5] 'Mermaid rendering correctly sizes mermaid diagram inside <details> block' because it's flaky.672 correctly sizes mermaid diagram inside <details> block (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)673 renders V2 state diagrams674 correctly sizes mermaid diagram block675 renders without any limits on wiki page676 does not allow HTML injection677Reportable note on snippets678 on project snippet679 behaves like reportable note680 has an edit button681 has a `More actions` dropdown682 dropdown has Report and Delete links683 report button links to a report page684Groups > Members > List members685 show members from current group and parent686 show user once if member of both current group and parent687 showing status of members688 shows the status689 when user has 2FA enabled690 shows 2FA badge to user with "Owner" access level691 shows 2FA badge to admins692 does not show 2FA badge to users with access level below "Owner"693 shows 2FA badge to themselves694User searches for projects695 when signed out696 when block_anonymous_global_searches is disabled697 does not show top right search form698 finds a project699 preserves the group being searched in700 preserves the project being searched in701 when search times out702 renders timeout information703 sets tab count to 0704 when block_anonymous_global_searches is enabled705 is redirected to login page706Dashboard access707 GET /dashboard708 is expected to be allowed for admin709 is expected to be allowed for user710 is expected to be denied for visitor711 GET /dashboard/issues712 is expected to be allowed for admin713 is expected to be allowed for user714 is expected to be denied for visitor715 GET /dashboard/merge_requests716 is expected to be allowed for admin717 is expected to be allowed for user718 is expected to be denied for visitor719 GET /dashboard/projects/starred720 is expected to be allowed for admin721 is expected to be allowed for user722 is expected to be denied for visitor723 GET /help724 is expected to be allowed for admin725 is expected to be allowed for user726 is expected to be allowed for visitor727 GET /projects/new728 is expected to be allowed for admin729 is expected to be allowed for user730 is expected to be denied for visitor731 GET /groups/new732 is expected to be allowed for admin733 is expected to be allowed for user734 is expected to be denied for visitor735 GET /dashboard/groups736 is expected to be allowed for admin737 is expected to be allowed for user738 is expected to be denied for visitor739Projects > Settings > User tags a project740 select existing topic741 select new topic742Dashboard Issues Feed743 GET /issues744 atom feed745 returns 400 if no filter is used746DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:133)747DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:133)748 renders atom feed via personal access token749 renders atom feed via feed token750 renders atom feed with url parameters751 issue with basic fields752 renders issue fields753 issue with label and milestone754 renders issue label and milestone info755Profile access756 GET /-/profile/keys757 is expected to be allowed for admin758 is expected to be allowed for user759 is expected to be denied for visitor760 GET /-/profile761 is expected to be allowed for admin762 is expected to be allowed for user763 is expected to be denied for visitor764 GET /-/profile/account765 is expected to be allowed for admin766 is expected to be allowed for user767 is expected to be denied for visitor768 GET /-/profile/preferences769 is expected to be allowed for admin770 is expected to be allowed for user771 is expected to be denied for visitor772 GET /-/profile/audit_log773 is expected to be allowed for admin774 is expected to be allowed for user775 is expected to be denied for visitor776 GET /-/profile/notifications777 is expected to be allowed for admin778 is expected to be allowed for user779 is expected to be denied for visitor780Projects > Members > Group member cannot request access to their group project781 owner does not see the request access button782 maintainer does not see the request access button783 developer does not see the request access button784 reporter does not see the request access button785 guest does not see the request access button786User manages subscription787 toggles subscription788Projects > Files > Download buttons in files tree789 behaves like archive download buttons790 when static objects external storage is enabled791 private project792 shows archive download buttons with external storage URL prepended and user token appended to their href793 public project794 shows archive download buttons with external storage URL prepended to their href795 when static objects external storage is disabled796 shows default archive download buttons797 with artifacts798 shows download artifacts button799Projects > Files > User searches for files800 project main screen801 when project is empty802 does not show any result803 when project is not empty804 shows "Find file" button805 project tree screen806 shows found files807Group Dependency Proxy for containers808Capybara starting Puma...809* Version 5.5.2 , codename: Zawgyi810* Min threads: 0, max threads: 4811* Listening on http://127.0.0.1:39399812 fetching a blob813 when the blob is cached for the group814 behaves like responds with the file815 sends file816 dependency_proxy_workhorse feature flag disabled817 behaves like responds with the file818 sends file819 when the blob must be downloaded820 behaves like responds with the file821 sends file822 behaves like caches the file823 caches the file824 dependency_proxy_workhorse feature flag disabled825 behaves like responds with the file826 sends file827 behaves like caches the file828 caches the file829Help Pages830 Get the main help page831 quick link shortcuts832 focuses search bar833 opens shortcuts help dialog834 in a production environment with version check enabled835 has a version check image836 when help page is customized837 displays custom help page text838 hides marketing content when enabled839 uses a custom support url840User uploads new design841 when the feature is available842Skipping ./spec/features/projects/issues/design_management/user_uploads_designs_spec.rb[1:1:1] 'User uploads new design when the feature is available uploads designs' because it's flaky.843 uploads designs (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)844 when the feature is not available845 shows the message about requirements846Root explore847 when logged in848 shows projects849 when not logged in850 shows projects851User manages applications852 allows user to manage applications853 when scopes are blank854 returns an error855Create a group label856 creates a new label857Classification label on project pages858 shows the classification label on the project page859View error details page860 with current user as project guest861 renders not found862Projects > Members > Owner cannot leave project863 user does not see a "Leave project" link864Knapsack report was generated. Preview:865{866 "spec/features/projects/pipelines/pipeline_spec.rb": 434.87145676900036,867 "spec/features/merge_request/user_sees_pipelines_spec.rb": 83.0039250509999,868 "spec/features/merge_request/user_sees_discussions_spec.rb": 66.96693274900099,869 "spec/features/projects/active_tabs_spec.rb": 51.91281479000099,870 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 48.01614706699911,871 "spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb": 39.84288968799956,872 "spec/features/snippets/show_spec.rb": 42.36173561200121,873 "spec/features/groups/settings/group_badges_spec.rb": 29.392837187000623,874 "spec/features/projects/members/tabs_spec.rb": 26.22087683599966,875 "spec/features/merge_request/user_allows_commits_from_memebers_who_can_merge_spec.rb": 24.74730892200023,876 "spec/features/markdown/mermaid_spec.rb": 21.93228843200086,877 "spec/features/reportable_note/snippets_spec.rb": 19.643653180999536,878 "spec/features/groups/members/list_members_spec.rb": 16.556766088000586,879 "spec/features/search/user_searches_for_projects_spec.rb": 13.184482074999323,880 "spec/features/security/dashboard_access_spec.rb": 10.838140993000707,881 "spec/features/projects/settings/user_tags_project_spec.rb": 12.247985178999443,882 "spec/features/atom/dashboard_issues_spec.rb": 10.58682430800036,883 "spec/features/security/profile_access_spec.rb": 7.45114913299949,884 "spec/features/projects/members/group_member_cannot_request_access_to_his_group_project_spec.rb": 8.931439366000632,885 "spec/features/merge_request/user_manages_subscription_spec.rb": 8.017376814001182,886 "spec/features/projects/files/download_buttons_spec.rb": 5.858390679999502,887 "spec/features/projects/files/user_searches_for_files_spec.rb": 4.841517307999311,888 "spec/features/groups/dependency_proxy_for_containers_spec.rb": 4.134672601001512,889 "spec/features/help_pages_spec.rb": 5.914835130000938,890 "spec/features/projects/issues/design_management/user_uploads_designs_spec.rb": 4.236082482999336,891 "spec/features/dashboard/root_explore_spec.rb": 2.5182321120009874,892 "spec/features/profiles/user_manages_applications_spec.rb": 2.7824040460000106,893 "spec/features/groups/labels/create_spec.rb": 1.9488418410001032,894 "spec/features/projects/classification_label_on_project_pages_spec.rb": 1.5003126989995508,895 "spec/features/error_tracking/user_sees_error_details_spec.rb": 1.0021359750007832,896 "spec/features/projects/members/owner_cannot_leave_project_spec.rb": 1.280595357000493897}898Knapsack global time execution for tests: 16m 52s899Pending: (Failures listed here are expected and do not affect your suite's status)900 1) Mermaid rendering correctly sizes mermaid diagram inside <details> block901 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example902 # ./spec/features/markdown/mermaid_spec.rb:103903 2) User uploads new design when the feature is available uploads designs904 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example905 # ./spec/features/projects/issues/design_management/user_uploads_designs_spec.rb:24906Finished in 16 minutes 55 seconds (files took 56.8 seconds to load)907316 examples, 0 failures, 2 pending908Failed to write to log, write log/workhorse-test.log: file already closed909Mon Dec 20 17:10:21 UTC 2021911Not uploading cache ruby-gems-v1-9 due to policy912Not uploading cache gitaly-ruby-gems-v1-9 due to policy914Uploading artifacts...915coverage/: found 5 matching files and directories 916crystalball/: found 2 matching files and directories 917deprecations/: found 7 matching files and directories 918knapsack/: found 3 matching files and directories 919rspec_flaky/: found 5 matching files and directories 920rspec_profiling/: found 1 matching files and directories 921WARNING: tmp/capybara/: no matching files 922tmp/memory_test/: found 2 matching files and directories 923log/*.log: found 15 matching files and directories 924Uploading artifacts as "archive" to coordinator... ok id=1904366675 responseStatus=201 Created token=hTJb3sth925Uploading artifacts...926junit_rspec.xml: found 1 matching files and directories 927Uploading artifacts as "junit" to coordinator... ok id=1904366675 responseStatus=201 Created token=hTJb3sth929Job succeeded