rspec-ee system pg12 5/6
Passed Started
by
@fguibert
Florie Guibert
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 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 ...13Starting service elasticsearch:7.17.0 ...14Pulling docker image elasticsearch:7.17.0 ...15Using docker image sha256:6fe993d6e7ed5e00a18f9b146d867b77559bf9948e6596bbf880ddbefeec46f7 for elasticsearch:7.17.0 with digest elasticsearch@sha256:332c6d416808f6e9a2cbcbe0170d9a9bb14bfe772180d37de5084c223dd8948b ...16Waiting for services to be up and running (timeout 30 seconds)...17Authenticating with credentials from job payload (GitLab Registry)18Pulling 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 ...19Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 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:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...21Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1657147248-76b428a0...23$ eval "$CI_PRE_CLONE_SCRIPT"24Fetching changes with git depth set to 20...25Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/26Created fresh repository.27remote: Enumerating objects: 107798, done. 28remote: Counting objects: 100% (107798/107798), done. 29remote: Compressing objects: 100% (76542/76542), done. 30remote: Total 107798 (delta 42645), reused 69839 (delta 27219), pack-reused 0 31Receiving objects: 100% (107798/107798), 104.24 MiB | 21.39 MiB/s, done.32Resolving deltas: 100% (42645/42645), done.34 * [new ref] refs/pipelines/581948065 -> refs/pipelines/58194806535Checking out 5ef8e465 as refs/merge-requests/91652/merge...36Skipping Git submodules setup37$ git remote set-url origin "${CI_REPOSITORY_URL}"39Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...43cache.zip is up to date 44Successfully extracted cache46Downloading artifacts for compile-test-assets (2688594864)...47Downloading artifacts from coordinator... ok id=2688594864 responseStatus=200 OK token=ooc4hsrK48Downloading artifacts for detect-tests (2688594870)...49Downloading artifacts from coordinator... ok id=2688594870 responseStatus=200 OK token=ooc4hsrK50Downloading artifacts for retrieve-tests-metadata (2688594877)...51Downloading artifacts from coordinator... ok id=2688594877 responseStatus=200 OK token=ooc4hsrK52Downloading artifacts for setup-test-env (2688594868)...53Downloading artifacts from coordinator... ok id=2688594868 responseStatus=200 OK token=ooc4hsrK55Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 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:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...56$ echo $FOSS_ONLY57$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb58$ export GOPATH=$CI_PROJECT_DIR/.go59$ mkdir -p $GOPATH60$ source scripts/utils.sh61$ source scripts/prepare_build.sh623.2.3363Bundler version 2.2.3364Successfully installed bundler-2.3.15651 gem installed66production:development67Settings are listed in order of priority. The top value will be used.68clean69Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true70frozen71Set via BUNDLE_FROZEN: true72install_flags73Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"74path75Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"76without77Set via BUNDLE_WITHOUT: [:production, :development]78$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check79Don't run Bundler as root. Bundler can ask for sudo if it is needed, and80installing your bundle as root will break this application for all non-root81users on this machine.82The Gemfile's dependencies are satisfied83==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.84$ bundle pristine pg85Installing pg 1.3.5 with native extensions86==> 'bundle pristine pg' succeeded in 11 seconds.87Using decomposed database config (config/database.yml.decomposed-postgresql)88$ setup_db_user_only89CREATE ROLE90GRANT91==> 'setup_db_user_only' succeeded in 0 seconds.92$ bundle exec rake db:drop db:create db:schema:load db:migrate93Dropped database 'gitlabhq_test'94Dropped database 'gitlabhq_test_ci'95Dropped database 'gitlabhq_geo_test'96Created database 'gitlabhq_test'97Created database 'gitlabhq_test_ci'98Created database 'gitlabhq_geo_test'99==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 41 seconds.100$ setup_db_praefect101SELECT pg_catalog.set_config('search_path', '', false);102CREATE DATABASE praefect_test ENCODING 'UTF8';103==> 'setup_db_praefect' succeeded in 0 seconds.104$ run_timed_command "gem install knapsack --no-document"105$ gem install knapsack --no-document106Successfully installed knapsack-4.0.01071 gem installed108==> 'gem install knapsack --no-document' succeeded in 1 seconds.109$ run_timed_command "scripts/gitaly-test-spawn"110$ scripts/gitaly-test-spawn111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112Don't run Bundler as root. Bundler can ask for sudo if it is needed, and113installing your bundle as root will break this application for all non-root114users on this machine.115Using abstract_type 0.0.7116Using concurrent-ruby 1.1.10117Using i18n 1.10.0118Using minitest 5.15.0119Using tzinfo 2.0.4120Using zeitwerk 2.5.4121Using activesupport 6.1.4.7122Using builder 3.2.4123Using erubi 1.10.0124Using mini_portile2 2.8.0125Using racc 1.6.0126Using nokogiri 1.13.6 (x86_64-linux)127Using rails-dom-testing 2.0.3128Using crass 1.0.6129Using loofah 2.16.0130Using rails-html-sanitizer 1.4.2131Using actionview 6.1.4.7132Using rack 2.2.3133Using rack-test 1.1.0134Using actionpack 6.1.4.7135Using ice_nine 0.11.2136Using thread_safe 0.3.6137Using memoizable 0.4.2138Using adamantium 0.2.0139Using public_suffix 4.0.6140Using addressable 2.7.0141Using ast 2.4.2142Using binding_ninja 0.2.3143Using bundler 2.3.15144Using charlock_holmes 0.7.7145Using coderay 1.1.2146Using equalizer 0.0.11147Using concord 0.1.5148Using diff-lcs 1.3149Using dotenv 2.7.6150Using escape_utils 1.2.1151Using factory_bot 5.0.2152Using multipart-post 2.1.1153Using faraday 1.0.1154Using ffi 1.15.3155Using json 2.5.1156Using gemojione 3.3.0157Using mini_mime 1.0.2158Using rugged 1.2.0159Using github-linguist 7.12.1160Using github-markup 1.7.0161Using mime-types-data 3.2020.1104162Using mime-types 3.3.1163Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1164Using rouge 3.27.0165Using sanitize 6.0.0166Using stringex 2.8.5167Using gitlab-gollum-lib 4.2.7.10.gitlab.2168Using google-protobuf 3.19.1 (x86_64-linux)169Using googleapis-common-protos-types 1.3.0170Using grpc 1.42.0 (x86_64-linux)171Using opentracing 0.5.0172Using thrift 0.15.0173Using jaeger-client 1.1.0174Using pg_query 2.1.1175Using redis 4.4.0176Using gitlab-labkit 0.23.0177Using rubyzip 2.3.2178Using thor 1.1.0179Using tomlrb 2.0.1180Using with_env 1.1.0181Using rexml 3.2.5182Using xml-simple 1.1.9183Using gitlab-license_finder 6.14.2.1184Using gitlab-markup 1.7.1185Using grpc-tools 1.42.0186Using sawyer 0.8.2187Using octokit 4.20.0188Using reverse_markdown 1.4.0189Using licensee 9.14.1190Using method_source 0.9.2191Using msgpack 1.3.3192Using optimist 3.0.1193Using parallel 1.19.2194Using parser 3.0.3.2195Using procto 0.0.3196Using unparser 0.4.7197Using proc_to_ast 0.1.0198Using pry 0.12.2199Using rainbow 3.0.0200Using rbtrace 0.4.14201Using rdoc 6.3.2202Using regexp_parser 1.8.1203Using rspec-support 3.8.0204Using rspec-core 3.8.0205Using rspec-expectations 3.8.3206Using rspec-mocks 3.8.0207Using rspec 3.8.0208Using rspec-parameterized 0.4.2209Using rubocop-ast 0.2.0210Using ruby-progressbar 1.10.1211Using unicode-display_width 1.7.0212Using rubocop 0.86.0213Using sentry-raven 3.0.4214Using timecop 0.9.1215Bundle complete! 22 Gemfile dependencies, 100 gems now installed.216Gems in the groups 'production' and 'development' were not installed.217Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`218Checking gitaly-ruby Gemfile...219Checking gitaly-ruby bundle...220The Gemfile's dependencies are satisfied221Trying to connect to gitaly: ............................................. OK222Trying to connect to gitaly2: .................................................................... OK223Starting Praefect with in-memory election strategyTrying to connect to praefect: ......... OK224==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.225$ source ./scripts/rspec_helpers.sh226$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"227SKIP_FLAKY_TESTS_AUTOMATICALLY: true228RETRY_FAILED_TESTS_IN_NEW_PROCESS: true229KNAPSACK_GENERATE_REPORT: true230FLAKY_RSPEC_GENERATE_REPORT: true231KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb232KNAPSACK_LOG_LEVEL: debug233KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_5_6_report.json234FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json235FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_5_6_report.json236NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_5_6_report.json237SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_5_6_report.txt238RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_5_6_report.txt239CRYSTALBALL: 240Knapsack report generator started!241DEPRECATION 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 call242/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 here243 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)244Run options: exclude {:quarantine=>true, :level=>"migration"}245Test environment set up in 0.510663519 seconds246Protected Branches247Starting the Capybara driver server...248 code owner approval249 when project requires code owner approval250 protect a branch form251Capybara starting Puma...252* Version 5.6.2 , codename: Birdie's Version253* Min threads: 0, max threads: 4254* Listening on unix:///tmp/20220707-466-13zffqd255 has code owner toggle256 can create new protected branch with code owner disabled257 can create new protected branch with code owner enabled258 protect branch table259 has a protected branch with code owner approval toggled on260 shows code owner approval toggle261 displays toggle on262 has a protected branch with code owner approval toggled off263 displays toggle off264 when project does not require code owner approval265 does not have code owner approval in the form266 does not have code owner approval in the table267 access control268 with ref permissions for users enabled269 allows creating protected branches that roles, users, and groups can merge to270 allows updating protected branches so that roles and users can merge to it271 allows updating protected branches so that roles and users cannot merge to it272 prepends selected users that can merge to273 allows creating protected branches that roles, users, and groups can push to274 allows updating protected branches so that roles and users can push to it275 allows updating protected branches so that roles and users cannot push to it276 prepends selected users that can push to277 When updating a protected branch278 discards other roles when choosing "No one"279 When creating a protected branch280 discards other roles when choosing "No one"281 protected branch restrictions282 unprotect/delete can be performed by a maintainer283 with unprotect access levels284 can prevent unprotect/delete285 can prevent update286 with ref permissions for users disabled287 allows creating protected branches that Maintainers can push to288 allows updating protected branches so that Maintainers can push to them289 allows creating protected branches that Developers + Maintainers can push to290 allows updating protected branches so that Developers + Maintainers can push to them291 allows creating protected branches that No one can push to292 allows updating protected branches so that No one can push to them293 allows creating protected branches that Maintainers can merge to294 allows updating protected branches so that Maintainers can merge to them295 allows creating protected branches that Developers + Maintainers can merge to296 allows updating protected branches so that Developers + Maintainers can merge to them297 allows creating protected branches that No one can merge to298 allows updating protected branches so that No one can merge to them299 with existing access levels300 shows users that can push to the branch301 shows groups that can push to the branch302 shows users that can merge into the branch303 shows groups that have can push to the branch304 when the users for protected branches feature is on305 when deploy keys are enabled to this project306 when only one deploy key can push307 shows all dropdown sections in the 'Allowed to push' main dropdown, with only one deploy key308 shows all sections but not deploy keys in the 'Allowed to merge' main dropdown309 shows all sections in the 'Allowed to push' update dropdown310 when no deploy key can push311 just shows all sections but not deploy keys in the 'Allowed to push' dropdown312 just shows all sections but not deploy keys in the 'Allowed to push' update dropdown313Two merge requests on a merge train314 creates a pipeline for merge request 1315 creates a pipeline for merge request 2316 does not merge anything yet317 when the pipeline for merge request 1 succeeded318 merges merge request 1319 behaves like has an intact pipeline for merge request 2320 does not create a new pipeline for merge request 2321 when the pipeline for merge request 2 succeeded322 merges merge request 2323 when the pipeline for merge request 1 failed324 behaves like drops merge request 1 from the merge train325 drops merge request 1 from the merge train326 behaves like re-creates a pipeline for merge request 2327 has recreated pipeline328 when the pipeline for merge request 2 succeeded329 merges merge request 2330 when merge request 1 is canceled by a user331 behaves like drops merge request 1 from the merge train332 drops merge request 1 from the merge train333 behaves like re-creates a pipeline for merge request 2334 has recreated pipeline335 when the pipeline for merge request 2 succeeded336 merges merge request 2337 when merge request 1 got a new commit338 behaves like drops merge request 1 from the merge train339 drops merge request 1 from the merge train340 behaves like re-creates a pipeline for merge request 2341 has recreated pipeline342 when the pipeline for merge request 2 succeeded343 merges merge request 2344 when merge request 1 is not mergeable345 behaves like drops merge request 1 from the merge train346 drops merge request 1 from the merge train347 behaves like re-creates a pipeline for merge request 2348 has recreated pipeline349 when the pipeline for merge request 2 succeeded350 merges merge request 2351 when master got a new commit352 re-creates a pipeline for merge request 1353 re-creates a pipeline for merge request 2354 does not recreate pipeline when merge request 1 refreshed again355 when the pipeline for merge request 1 succeeded356 merges merge request 1357 when the pipeline for merge request 2 succeeded358 merges merge request 2359Snippet elastic search360 when :new_header_search is false361 when searching titles362 behaves like expected snippet search results363 as anonymous user364 when block_anonymous_global_searches is enabled365 redirects to login page366 when block_anonymous_global_searches is disabled367 finds only public snippets368 as logged in user369 finds only public and internal snippets370 as authorized user371 finds only public, internal, and authorized private snippets372 as administrator373 when admin mode is enabled374 finds all snippets375 when admin mode is disabled376 finds only public and internal snippets377 when searching descriptions378 behaves like expected snippet search results379 as anonymous user380 when block_anonymous_global_searches is enabled381 redirects to login page382 when block_anonymous_global_searches is disabled383 finds only public snippets384 as logged in user385 finds only public and internal snippets386 as authorized user387 finds only public, internal, and authorized private snippets388 as administrator389 when admin mode is enabled390 finds all snippets391 when admin mode is disabled392 finds only public and internal snippets393 when :new_header_search is true394 when searching titles395 behaves like expected snippet search results396 as anonymous user397 when block_anonymous_global_searches is enabled398 redirects to login page399 when block_anonymous_global_searches is disabled400 finds only public snippets401 as logged in user402 finds only public and internal snippets403 as authorized user404 finds only public, internal, and authorized private snippets405 as administrator406 when admin mode is enabled407 finds all snippets408 when admin mode is disabled409 finds only public and internal snippets410 when searching descriptions411 behaves like expected snippet search results412 as anonymous user413 when block_anonymous_global_searches is enabled414 redirects to login page415 when block_anonymous_global_searches is disabled416 finds only public snippets417 as logged in user418 finds only public and internal snippets419 as authorized user420 finds only public, internal, and authorized private snippets421 as administrator422 when admin mode is enabled423 finds all snippets424 when admin mode is disabled425 finds only public and internal snippets426Promotions427 for merge request improve428 appears in project edit page429 does not show when cookie is set430 for repository features431 appears in repository settings page432 does not show when cookie is set433 for burndown charts434 appears in milestone page435 does not show when cookie is set436 for epics in issues sidebar437 gitlab.com438 behaves like Epics promotion439 appears on the page440 is removed after dismissal441 does not appear on page after dismissal and reload442 closes dialog when clicking on X, but not dismiss it443 self hosted444 does not appear on the page445 for issue weight446 appears on the page447 is removed after dismissal448 does not appear on page after dismissal and reload449 closes dialog when clicking on X, but not dismiss it450 when checking namespace plans451 appears on the page452 for issue templates453 appears on the page454 for project audit events455 appears on the page456 when the "Security & Compliance" feature is disabled457 is expected to respond with numeric status code not_found458 for group webhooks459 appears on the page460 for advanced search461 appears on seearch page462 does not show when cookie is set463Groups > Usage Quotas464 with no quota465 is linked within the group settings dropdown466 shows correct group quota info467 when checking namespace plan468 is linked within the group settings dropdown469 when usage_quotas is not available470 is not linked within the group settings dropdown471 renders a 404472 with no projects using shared runners473 is linked within the group settings dropdown474 shows correct group quota info475 when checking namespace plan476 is linked within the group settings dropdown477 when usage_quotas is not available478 is not linked within the group settings dropdown479 renders a 404480 minutes under quota481 is linked within the group settings dropdown482 shows correct group quota info483 when checking namespace plan484 is linked within the group settings dropdown485 when usage_quotas is not available486 is not linked within the group settings dropdown487 renders a 404488 minutes over quota489 is linked within the group settings dropdown490 has correct tracking setup and shows correct group quota and projects info491 when checking namespace plan492 is linked within the group settings dropdown493 when usage_quotas is not available494 is not linked within the group settings dropdown495 renders a 404496 when it is not GitLab.com497 does not show 'Buy additional minutes' button498 usage by project499 does not show projects with 0 minutes used500 when group has projects in subgroups501 shows projects inside the subgroup502 Purchase additional CI minutes503 points to GitLab CI minutes purchase flow504 when successfully purchasing CI Minutes505 does show a banner506 Projects usage table507 sorts projects list by CI minutes used in descending order508 displays info alert for table509 when accessing subgroup510 does not show subproject511 pagination512 storage tab513 behaves like correct pagination514 paginates correctly to page 3 and back515 pipelines tab: with usage_quotas_pipelines_vue disabled516 behaves like correct pagination517 paginates correctly to page 3 and back518 pipelines tab: with usage_quotas_pipelines_vue enabled519 behaves like correct pagination520 paginates correctly to page 3 and back521 pending members522 lists awaiting members and approves them523 free user limit524 when no feature flag enabled525 shows active users and does not show seat toggles526 when preview_free_user_cap enabled527 can change seat state but does not enforce limits528 when free_user_cap enabled529 when on a free plan530 can change seat state and enforces limit531 when on a paid plan532 shows active users and does not show seat toggles533 when on a trial534 shows active users and does not show seat toggles535Project show page536 stat button existence537 populated project538 as a maintainer539 "Kubernetes cluster" button linked to clusters page540 pull mirroring information541 for maintainer542 displays mirrored from url543 for guest544 does not display mirrored from url545 when over free user limit546 with group namespace547 with repository548 behaves like over the free user limit alert549 when over limit for preview550 behaves like performs entire show dismiss cycle551 shows free user limit warning and honors dismissal552 when reached/over limit553 behaves like performs entire show dismiss cycle554 shows free user limit warning and honors dismissal555 with empty repository556 behaves like over the free user limit alert557 when over limit for preview558 behaves like performs entire show dismiss cycle559 shows free user limit warning and honors dismissal560 when reached/over limit561 behaves like performs entire show dismiss cycle562 shows free user limit warning and honors dismissal563 without repository564 behaves like over the free user limit alert565 when over limit for preview566 behaves like performs entire show dismiss cycle567 shows free user limit warning and honors dismissal568 when reached/over limit569 behaves like performs entire show dismiss cycle570 shows free user limit warning and honors dismissal571 with user namespace572 with repository573 behaves like user namespace over the free user limit alert574 when over limit for preview575 behaves like performs entire user namespace show dismiss cycle576 shows free user limit warning and honors dismissal577 when reached/over limit578 behaves like performs entire user namespace show dismiss cycle579 shows free user limit warning and honors dismissal580 with empty repository581 behaves like user namespace over the free user limit alert582 when over limit for preview583 behaves like performs entire user namespace show dismiss cycle584 shows free user limit warning and honors dismissal585 when reached/over limit586 behaves like performs entire user namespace show dismiss cycle587 shows free user limit warning and honors dismissal588 without repository589 behaves like user namespace over the free user limit alert590 when over limit for preview591 behaves like performs entire user namespace show dismiss cycle592 shows free user limit warning and honors dismissal593 when reached/over limit594 behaves like performs entire user namespace show dismiss cycle595 shows free user limit warning and honors dismissal596Admin views Subscription597 with a cloud license598 with a cloud license only599 displays the subscription details600Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:1:1:2] 'Admin views Subscription with a cloud license with a cloud license only succeeds to sync the subscription' because it's flaky.601 succeeds to sync the subscription (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)602 fails to sync the subscription603 behaves like an "Export license usage file" button604Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:1:1:4:1] 'Admin views Subscription with a cloud license with a cloud license only behaves like an "Export license usage file" button displays the Export License Usage File button' because it's flaky.605 displays the Export License Usage File button (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)606 behaves like license removal607 when removing a license file608 shows a message saying the license was correctly removed609 with license file610 behaves like an "Export license usage file" button611 displays the Export License Usage File button612 behaves like license removal613 when removing a license file614 shows a message saying the license was correctly removed615 when activating another subscription616Skipping ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb[1:2:3:1] 'Admin views Subscription with license file when activating another subscription shows the activation modal' because it's flaky.617 shows the activation modal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)618 displays an error when the activation fails619 displays a connectivity error620 with no active subscription621 does not display the Export License Usage File button622 behaves like no active license623 displays a message signaling there is not active subscription624 when activating a subscription fails625 shows the general error message626 when license is expired627 shows the license expired error message628 when activating a future-dated subscription629 shows a successful future-dated activation message630 behaves like no active license631 displays a message signaling there is not active subscription632 when activating a new subscription633 shows a successful activation message634 shows the subscription details635 shows the appropriate license type636 when uploading a license file637 does not show a link to activate a license file638 manual quarterly co-term banner639 when on Gitlab.com640 behaves like a hidden manual quarterly co-term banner641 does not display a banner642 when on self-managed643 when reconciliation is upcoming644 within notification window645 behaves like a visible manual quarterly co-term banner646 displays a banner647 outside of notification window648 behaves like a hidden manual quarterly co-term banner649 does not display a banner650 when reconciliation date was passed651 behaves like a visible manual quarterly co-term banner652 displays a banner653 when reconciliation date is outside of the notification window654 behaves like a hidden manual quarterly co-term banner655 does not display a banner656Epic in issue sidebar657 when epics available658 behaves like epic in issue sidebar659 projects within a group660 shows epic in issue sidebar661 shows edit button in issue sidebar662 shows epics select dropdown663 supports searching for an epic664 select an epic from the dropdown665 project within a subgroup666 shows all epics belonging to the sub group and its parents667 personal projects668 does not show epic in issue sidebar669 with namespaced plans670 group has license671 behaves like epic in issue sidebar672 projects within a group673 shows epic in issue sidebar674 shows edit button in issue sidebar675 shows epics select dropdown676 supports searching for an epic677 select an epic from the dropdown678 project within a subgroup679 shows all epics belonging to the sub group and its parents680 personal projects681 does not show epic in issue sidebar682 group has no license683 does not show epic for public projects and groups684 when epics unavailable685 does not show epic in issue sidebar686Requirements list687 when requirements exist for the project688 shows the requirements in the navigation sidebar689 shows requirements tabs for each status type690 shows filtered search input691 filtered search input692 shows filter tokens author and status693 shows options `satisfied`, `failed` and `missing` for status token694 new requirement695 shows requirement create form when "New requirement" button is clicked696 disables new requirement button while create form is open697 creates new requirement698 updates requirements count in nav sidebar and opened and all tab badges699 open tab700 shows button "New requirement"701 shows list of all open requirements702 shows title, metadata and actions within each requirement item703 shows title and description along with edit button in drawer704 shows edit form when edit button is clicked for a requirement705 updates requirement using edit form706 archives a requirement707 archived tab708 does not show button "New requirement"709 shows list of all archived requirements710 shows title, metadata and actions within each requirement item711 reopens a requirement712 all tab713 does not show button "New requirement"714 shows list of all requirements715 filtered search716 shows filtered search input field717 shows sort dropdown718 when accessing project as guest user719 open tab does not show button "New requirement"720 when accessing project as logged out user721 renders the empty state722Admin::Users723 GET /admin/users724 send emails to users725 when `send_emails_from_admin_area` feature is enabled726 shows the 'Send email to users' link727 when `send_emails_from_admin_area` feature is disabled728 does not show the 'Send email to users' link729 when usage ping is enabled730 when feature is activated731 shows the 'Send email to users' link732 when feature is disabled733 does not show the 'Send email to users' link734 user permission export735 when `export_user_permissions` feature is available736 shows the 'Export Permissions' link737 when `export_user_permissions` feature is disabled738 does not show the 'Export Permissions' link739 GET /admin/users/:id740 Shared runners quota status741 with projects with shared runners enabled742 shows quota743 without projects with shared runners enabled744 does not show quota745 GET /admin/users/:id/edit746 Update user account type747 changes account type to be auditor748 Update shared runners quota749 shows page with new data750 show user keys for SSH and LDAP751 only shows the delete button for regular keys752 prompt user about registration features753 with no license and service ping disabled754 renders registration features CTA755 with a valid license and service ping disabled756 does not render registration features CTA757[EE] Public Project Access758 GET /:project_path/insights759 is expected to be allowed for admin760 is expected to be allowed for auditor761 is expected to be allowed for owner762 is expected to be allowed for maintainer763 is expected to be allowed for developer764 is expected to be allowed for reporter765 is expected to be allowed for guest766 is expected to be allowed for user767 is expected to be allowed for external768 is expected to be allowed for visitor769 GET /:project_path770 is expected to be allowed for auditor771 GET /:project_path/-/tree/master772 is expected to be allowed for auditor773 GET /:project_path/-/commits/master774 is expected to be allowed for auditor775 GET /:project_path/-/commit/:sha776 is expected to be allowed for auditor777 GET /:project_path/-/compare778 is expected to be allowed for auditor779 GET /:project_path/-/project_members780 is expected to be allowed for auditor781 GET /:project_path/pipelines782 is expected to be allowed for auditor783 GET /:project_path/pipelines/:id784 is expected to be allowed for auditor785 GET /:project_path/builds786 when allowed for public787 is expected to be allowed for auditor788 when disallowed for public789 is expected to be allowed for auditor790 GET /:project_path/builds/:id791 when allowed for public792 is expected to be allowed for auditor793 when disallowed for public794 is expected to be allowed for auditor795 GET /:project_path/-/environments796 is expected to be allowed for auditor797 GET /:project_path/-/environments/:id798 is expected to be allowed for auditor799 GET /:project_path/-/environments/new800 is expected to be denied for auditor801 GET /:project_path/-/blob802 is expected to be allowed for auditor803 GET /:project_path/edit804 is expected to be denied for auditor805 GET /:project_path/deploy_keys806 is expected to be denied for auditor807 GET /:project_path/issues808 is expected to be allowed for auditor809 GET /:project_path/snippets810DEPRECATION 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)811 is expected to be allowed for auditor812 GET /:project_path/snippets/new813 is expected to be denied for auditor814 GET /:project_path/-/merge_requests815 is expected to be allowed for auditor816 GET /:project_path/-/merge_requests/new817 is expected to be denied for auditor818 GET /:project_path/-/branches819 is expected to be allowed for auditor820 GET /:project_path/-/tags821 is expected to be allowed for auditor822 GET /:project_path/-/settings/integrations823 is expected to be denied for auditor824 when license blocks changes825 GET /:project_path/issues/new826 is expected to be denied for maintainer827 is expected to be denied for reporter828 is expected to be denied for admin829 is expected to be denied for guest830 is expected to be denied for user831 is expected to be denied for auditor832 is expected to be denied for visitor833 GET /:project_path/-/merge_requests/new834 is expected to be denied for maintainer835 is expected to be denied for reporter836 is expected to be denied for admin837 is expected to be denied for guest838 is expected to be denied for user839 is expected to be denied for auditor840 is expected to be denied for visitor841 GET /:project_path/container_registry842 is expected to be allowed for auditor843Update Epic844 when user who is not a group member displays the epic845 does not show the Edit button846 when user with developer access displays the epic847 updates the tasklist848 shows drag icons on hover of list item849 update form850 updates the epic851 updates the epic and keep the description saved across reload852Skipping ./ee/spec/features/epics/update_epic_spec.rb[1:2:1:3] 'Update Epic when user with developer access displays the epic update form creates a todo only for mentioned users' because it's flaky.853 creates a todo only for mentioned users (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)854 edits full screen855 uploads a file when dragging into textarea856 autocomplete enabled857 opens atwho container858 epic sidebar859 opens datepicker when clicking Edit button860 when user with owner access displays the epic861 shows delete button inside the edit form862Multiple Issue Boards863 with multiple group issue boards disabled864 hides the link to create a new board865Skipping ./ee/spec/features/boards/group_boards/multiple_boards_spec.rb[1:1:2] 'Multiple Issue Boards with multiple group issue boards disabled does not show license warning when there is one board created' because it's flaky.866 does not show license warning when there is one board created (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)867 shows a license warning when group has more than one board868 with multiple group issue boards enabled869 behaves like multiple issue boards870 authorized user871 shows current board name872 shows a list of boards873 switches current board874 creates new board without detailed configuration875 adds a list to the none default board876 maintains sidebar state over board switch877 switches current board back878 unauthorized user879 does not show action links880User views iteration881 with license882 when iteration_cadences FF is disabled883 behaves like render iteration page884 view an iteration885Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/projects/iterations/user_views_iteration_spec.rb:25886 shows iteration info887 when grouping by label888 behaves like iteration report group by label889 groups by label890 shows ungrouped issues when `Group by: None` is selected again891 shows ungrouped issues when label `x` is clicked to remove it892 with old routes893 is expected to have current path "/group149/project226/-/iterations/2"894 behaves like render iteration page895 view an iteration896Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/projects/iterations/user_views_iteration_spec.rb:25897 shows iteration info898 when iteration_cadences FF is enabled899 behaves like render iteration page900 view an iteration901Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/ee/spec/features/projects/iterations/user_views_iteration_spec.rb:25902 shows iteration info903 when grouping by label904 behaves like iteration report group by label905 groups by label906 shows ungrouped issues when `Group by: None` is selected again907 shows ungrouped issues when label `x` is clicked to remove it908 without license909 shows page not found910Reset namespace pipeline minutes911 for user namespace912 reset pipeline minutes button is visible913 when namespace has minutes used914 resets pipeline minutes915 when resetting pipeline minutes fails916 renders edit page with an error917 when creating a new group918 does not display reset pipeline minutes callout919 for group namespace920 reset pipeline minutes button is visible921 when namespace has minutes used922 resets pipeline minutes923 when resetting pipeline minutes fails924 renders edit page with an error925Display approaching user count limit banner926 with reached user count threshold927 when admin is logged in928 in admin area929 behaves like a visible banner930 shows the banner931 when banner was dismissed932 behaves like a hidden banner933 does not show the banner934 in regular area935 behaves like a hidden banner936 does not show the banner937 when regular user is logged in938 behaves like a hidden banner939 does not show the banner940 when not reached user count threshold941 when admin is logged in942 behaves like a hidden banner943 does not show the banner944 when regular user is logged in945 behaves like a hidden banner946 does not show the banner947 when active user count is above license user count948 behaves like a hidden banner949 does not show the banner950 without license951 behaves like a hidden banner952 does not show the banner953 with trial license954 behaves like a hidden banner955 does not show the banner956Issue promotion957 when epics feature is disabled958 does not promote the issue959 when epics feature is enabled960 when current user does not have permissions to promote an issue961 does not promote the issue962 when current user can promote an issue963 displays description964 promotes the issue965 if there is a remove resource milestone event966 promotes the issue967New/edit issue968 new issue969 allows user to create new issue970 correctly updates the selected user when changing assignee971 multiple assignees972 unselects other assignees when unassigned is selected973 toggles assign to me when current user is selected and unselected974Admin::CredentialsInventory975 unlicensed976 returns 404977 licensed978 links979 has Credentials Inventory link in sidebar980 tabs981 contains the relevant filter tabs982 filtering983 by Personal Access Tokens984 behaves like credentials inventory personal access tokens985 when a personal access token is active986 shows the details987 when a personal access token has an expiry988 shows the details with an expiry date989 has an expiry icon990 when a personal access token is revoked991 shows the details with a revoked date992 by SSH Keys993 behaves like credentials inventory SSH keys994 when a SSH key is active995 shows the details996 shows the delete button997 and the user clicks the delete button998 deletes the key999 when a SSH key has an expiry1000 shows the details with an expiry date1001 has an expiry icon1002 by GPG Keys1003 when a GPG key is verified1004 shows the details1005 when a GPG key is unverified1006 shows the details1007Merge request > User edits MR with approval rules1008 shows approval rules1009 allows user to create approval rule1010 with public group1011 with empty search, does not show public group1012 with non-empty search, shows public group1013 feature is disabled1014 cannot see the approval rules input1015Projects > Push Rules1016 reject_unsigned_commits rule1017 unlicensed1018 does not render the setting checkbox1019 licensed1020 renders the setting checkbox1021 with GL.com plans1022 when disabled1023 does not render the setting checkbox1024 when enabled1025 renders the setting checkbox1026 commit_committer_check rule1027 unlicensed1028 does not render the setting checkbox1029 licensed1030 renders the setting checkbox1031 with GL.com plans1032 when disabled1033 does not render the setting checkbox1034 when enabled1035 renders the setting checkbox1036Project1037 immediately deleting a project marked for deletion1038 deletes the project immediately1039 delete project container text1040 feature_available_on_instance: true, delayed_project_removal: nil, shows_adjourned_delete: false1041 renders the permanently delete message1042 feature_available_on_instance: true, delayed_project_removal: true, shows_adjourned_delete: true1043 renders the marked for removal message1044 feature_available_on_instance: false, delayed_project_removal: true, shows_adjourned_delete: false1045 renders the permanently delete message1046 feature_available_on_instance: false, delayed_project_removal: nil, shows_adjourned_delete: false1047 renders the permanently delete message1048Assign labels to an epic1049 when label is referenced1050 creates new system note with label pointing to epics index page1051 when labels icon is clicked on collapsed sidebar1052 expands sidebar1053 opens labels dropdown1054 collapses sidebar when clicked outside1055Issue board filters1056 filters by epic1057 loads all the epics when opened and submit one as filter1058 filters by iteration1059 loads all the iterations when opened and submit one as filter1060 filters by weight1061 loads all the weights when opened and submit one as filter1062Merge request > User sees status checks widget1063 user is authorized1064 shows the widget1065 check: lazy { check_pending }, icon_class: ".ci-status-icon-pending"1066Skipping ./ee/spec/features/merge_request/user_sees_status_checks_widget_spec.rb[1:1:2:1] 'Merge request > User sees status checks widget user is authorized check: lazy { check_pending }, icon_class: ".ci-status-icon-pending" is rendered correctly' because it's flaky.1067 is rendered correctly (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1068 check: lazy { check_passed }, icon_class: ".ci-status-icon-success"1069 is rendered correctly1070 check: lazy { check_failed }, icon_class: ".ci-status-icon-failed"1071 is rendered correctly1072 user is not logged in1073 behaves like no status checks widget1074 does not show the widget1075Jira issues list1076 when issues#index1077 shows all three tabs1078 has a button to create a new issue in Jira1079 shows the filtered search bar1080 paginates the list results1081 when title or description contains HTML characters1082 escapes the HTML on issues#index1083 escapes the HTML on issues#show1084Groups > Billing1085 when CustomersDot is available1086 with a free plan1087 shows the proper title and subscription data1088 behaves like hides search settings1089 does not have search settings1090 with a paid plan1091 shows the proper title and subscription data1092 behaves like hides search settings1093 does not have search settings1094 when gitlab subscription has end date more than 15 days1095 does not display renew button1096 with a legacy paid plan1097 shows the proper title and subscription data1098 when CustomersDot is unavailable1099 renders an error page1100User views merge request with blocking merge requests1101 disables merge button when blocking merge request is open1102 merged blocking merge request1103 enables merge button when blocking merge request is merged1104Account recovery regular check callout1105 when signed in1106 when user has two-factor authentication disabled1107 does not show the callout1108 when user sets up two-factor authentication1109 does not show the callout1110 when user has two-factor authentication enabled1111 shows callout if not dismissed1112 hides callout when user clicks action button1113 hides callout when user clicks close1114 shows callout on next session if user did not dismissed it1115Skipping ./ee/spec/features/account_recovery_regular_check_spec.rb[1:1:2:5] 'Account recovery regular check callout when signed in when user has two-factor authentication enabled hides callout on next session if user dismissed it' because it's flaky.1116 hides callout on next session if user dismissed it (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1117Merge request > User creates MR with multiple reviewers1118 behaves like multiple reviewers merge request1119 creates a MR with multiple reviewers1120Project active tab1121 on project Analytics/Insights1122 behaves like page has active tab1123 activates Analytics tab1124 behaves like page has active sub tab1125 activates Insights sub tab1126 on project Analytics/Code Review1127 behaves like page has active tab1128 activates Analytics tab1129 behaves like page has active sub tab1130 activates Code review sub tab1131 on project CI/CD1132 browsing Pipelines tabs1133 Security tab1134 behaves like page has active tab1135 activates CI/CD tab1136 behaves like page has active sub tab1137 activates Pipelines sub tab1138 Licenses tab1139 behaves like page has active tab1140 activates CI/CD tab1141 behaves like page has active sub tab1142 activates Pipelines sub tab1143 Code Quality tab1144 behaves like page has active tab1145 activates CI/CD tab1146 behaves like page has active sub tab1147 activates Pipelines sub tab1148User creates Site profile1149 when feature is available1150 shows the form1151 on submit1152 on cancel1153 when feature is not available1154 renders a 4041155CodeReviewAnalytics1156 filtered search1157 renders the filtered search bar correctly1158 displays label and milestone in search hint1159 empty state1160 when a regular user is signed in1161 behaves like empty state1162 shows empty state with "New merge request" button1163 when an "Auditor" is signed in1164 when "Auditor" is a member of the project1165 behaves like empty state1166 shows empty state with "New merge request" button1167 when "Auditor" is not a member of the project1168 behaves like empty state1169 shows empty state without "New merge request" button1170 when no user is signed in1171 behaves like empty state1172 shows empty state without "New merge request" button1173Milestones on EE1174 burndown charts1175 with the milestone charts feature available1176 shows a burndown chart1177 with due & start date not set1178 shows a mention to fill in dates1179 with the milestone charts feature disabled1180 has a link to upgrade to Bronze when checking the namespace plan1181 has a link to upgrade to starter on premise1182 with the issuable weights feature disabled1183 has a link to upgrade to Bronze when checking the namespace plan1184 has a link to upgrade to starter on premise1185 milestone summary1186 shows the total weight when sum is greater than zero1187 hides the total weight when sum is equal to zero1188User edits iteration cadence1189 with license1190 as authorized user1191 prefills fields and allows updating values1192 as guest user1193 does not show edit dropdown1194 redirects to list page when loading edit cadence page1195 redirects to list page when loading new cadence page1196User sees new onboarding flow1197 shows the expected behavior with no trial chosen1198 shows the expected behavior with trial chosen1199Dashboard merge requests1200 behaves like dashboard ultimate trial callout1201 hides promotion callout if not .com1202 .com1203 shows dismissable promotion callout if default dashboard for an owner1204 hides dismissable promotion callout if default dashboard for a non group owner1205 hides dismissable promotion callout if not default dashboard1206 hides promotion callout if a trial is active1207 hides promotion callout if user owns a paid namespace1208Groups > Members > List members1209 with Group SAML identity linked for a user1210 shows user with SSO status badge1211 when user has a "Group Managed Account"1212 shows user with "Managed Account" badge1213 with SAML and enforced SSO1214 returns only users with SAML in autocomplete1215 when over free user limit1216 behaves like over the free user limit alert1217 when over limit for preview1218 behaves like performs entire show dismiss cycle1219Skipping ./ee/spec/features/groups/members/list_members_spec.rb[1:4:1:1:1:1] 'Groups > Members > List members when over free user limit behaves like over the free user limit alert when over limit for preview behaves like performs entire show dismiss cycle shows free user limit warning and honors dismissal' because it's flaky.1220 shows free user limit warning and honors dismissal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1221 when reached/over limit1222 behaves like performs entire show dismiss cycle1223Skipping ./ee/spec/features/groups/members/list_members_spec.rb[1:4:1:2:1:1] 'Groups > Members > List members when over free user limit behaves like over the free user limit alert when reached/over limit behaves like performs entire show dismiss cycle shows free user limit warning and honors dismissal' because it's flaky.1224 shows free user limit warning and honors dismissal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)1225User manages merge trains option1226 sees unchecked merge trains checkbox1227 when user enabled the checkbox1228 sees enabled merge trains checkbox1229 when license is insufficient1230 does not see the checkbox1231 when feature flag is disabled1232 does not see the checkbox1233Welcome screen1234 on GitLab.com1235 shows the group edit page without a progress bar1236 when showing for a new user1237 shows the progress bar with the correct steps1238Admin Groups1239 show a group1240 with minutes1241 when gitlab saas1242 renders minute report1243 renders additional minutes1244 when self-managed1245 renders minute report1246 does not render additional minutes1247Incident Management index1248 when a developer displays the incident list1249 has expected columns1250 with SLA feature available1251 includes the SLA column1252 with Status Page feature available1253 includes the Published column1254Iterations list1255 as guest1256 shows iterations on each tab1257 as authorized user1258 does not show "New iteration" button1259Edit group settings1260 when Admin allow owners to unlock LDAP membership1261 the user is allow to change the membership lock1262 when Admin disallow owners to unlock LDAP membership1263 doesn't show the option to unlock the membership1264Operations dropdown navbar EE1265 has an `Operations` link1266 has an `Environments` link1267Group iterations1268 create an iteration1269 renders description preview1270 description input does not support autocomplete1271Pipelines Content Security1272 when there is no global config1273 is expected to be blank1274 when a global CSP config exists1275 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://*.zuora.com"1276 is expected to include "frame-src 'self' https://*.zuora.com"1277 is expected to include "child-src 'self' https://*.zuora.com"1278User views Release1279 renders the group milestone1280Blocking issues count1281 sorts by blocking1282EE > Projects > Settings > User manages merge requests template1283 saves merge request template1284Projects > Members > Member leaves project1285 when the user has been specifically allowed to access a protected branch1286 user leaves project1287 removes the user's branch permissions1288EE-specific GitLab Markdown1289 default pipeline1290 includes custom filters1291Geo read-only message1292 when on a Geo secondary1293 behaves like Read-only instance1294 shows read-only banner1295 when in maintenance mode1296 behaves like Read-only instance1297 shows read-only banner1298Signup1299 almost there page1300 when public visibility is restricted1301 hides Explore link1302 hides help link1303Knapsack report was generated. Preview:1304{1305 "ee/spec/features/protected_branches_spec.rb": 369.384944985999,1306 "ee/spec/features/merge_trains/two_merge_requests_on_train_spec.rb": 259.15210136300084,1307 "ee/spec/features/search/elastic/snippet_search_spec.rb": 209.02109664700038,1308 "ee/spec/features/promotion_spec.rb": 145.9817826870003,1309 "ee/spec/features/groups/usage_quotas_spec.rb": 140.49029363200134,1310 "ee/spec/features/projects/show_project_spec.rb": 128.5857205760003,1311 "ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb": 113.51135165300002,1312 "ee/spec/features/issues/epic_in_issue_sidebar_spec.rb": 101.16242056999909,1313 "ee/spec/features/projects/requirements_management/requirements_list_spec.rb": 82.5791771740005,1314 "ee/spec/features/admin/admin_users_spec.rb": 73.04259962400101,1315 "ee/spec/features/security/project/public_access_spec.rb": 46.455415204998644,1316 "ee/spec/features/epics/update_epic_spec.rb": 59.55533024899887,1317 "ee/spec/features/boards/group_boards/multiple_boards_spec.rb": 58.403310486999544,1318 "ee/spec/features/projects/iterations/user_views_iteration_spec.rb": 54.521302879998984,1319 "ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb": 48.56824529699952,1320 "ee/spec/features/admin/licenses/show_user_count_threshold_spec.rb": 42.67231806900054,1321 "ee/spec/features/epics/issue_promotion_spec.rb": 43.769092996000836,1322 "ee/spec/features/issues/form_spec.rb": 39.127135239999916,1323 "ee/spec/features/admin/admin_credentials_inventory_spec.rb": 29.51257614899987,1324 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 30.6277581989998,1325 "ee/spec/features/projects/push_rules_spec.rb": 28.898739086000205,1326 "ee/spec/features/projects_spec.rb": 28.697381755000606,1327 "ee/spec/features/epics/epic_labels_spec.rb": 24.0106775940003,1328 "ee/spec/features/boards/board_filters_spec.rb": 22.687566787999458,1329 "ee/spec/features/merge_request/user_sees_status_checks_widget_spec.rb": 23.49428464199991,1330 "ee/spec/features/projects/integrations/jira_issues_list_spec.rb": 18.734538777000125,1331 "ee/spec/features/groups/billing_spec.rb": 17.35767690600005,1332 "ee/spec/features/merge_request/merge_request_widget_blocking_mrs_spec.rb": 18.744377576998886,1333 "ee/spec/features/account_recovery_regular_check_spec.rb": 16.821492786000817,1334 "ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb": 14.922010805001264,1335 "ee/spec/features/projects/active_tabs_spec.rb": 11.812904234999223,1336 "ee/spec/features/projects/security/dast_site_profiles_spec.rb": 11.409429452998666,1337 "ee/spec/features/analytics/code_analytics_spec.rb": 13.676605640999696,1338 "ee/spec/features/projects/milestones/milestone_spec.rb": 12.820065040999907,1339 "ee/spec/features/groups/iterations/user_edits_iteration_cadence_spec.rb": 11.035506918000465,1340 "ee/spec/features/registrations/trial_during_signup_flow_spec.rb": 11.480507255999328,1341 "ee/spec/features/dashboards/merge_requests_spec.rb": 9.20919462799975,1342 "ee/spec/features/groups/members/list_members_spec.rb": 10.049197600999833,1343 "ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb": 8.516799703000288,1344 "ee/spec/features/subscriptions/groups/edit_spec.rb": 8.713648895000006,1345 "ee/spec/features/admin/admin_groups_spec.rb": 8.693991836998975,1346 "ee/spec/features/incidents/incidents_list_spec.rb": 8.318762372000492,1347 "ee/spec/features/projects/iterations/iterations_list_spec.rb": 6.706284941999911,1348 "ee/spec/features/groups/ldap_settings_spec.rb": 7.160841990998961,1349 "ee/spec/features/operations_nav_link_spec.rb": 6.576786093999544,1350 "ee/spec/features/groups/iteration_spec.rb": 6.345667706000313,1351 "ee/spec/features/projects/pipelines/pipeline_csp_spec.rb": 6.075081811999553,1352 "ee/spec/features/projects/releases/user_views_release_spec.rb": 5.227058570999361,1353 "ee/spec/features/issues/blocking_issues_spec.rb": 4.772328312999889,1354 "ee/spec/features/projects/settings/user_manages_merge_requests_template_spec.rb": 3.703680684000574,1355 "ee/spec/features/projects/members/member_leaves_project_spec.rb": 3.985015567001028,1356 "ee/spec/features/markdown/markdown_spec.rb": 2.516590145000009,1357 "ee/spec/features/read_only_spec.rb": 1.7226302089984529,1358 "ee/spec/features/users/signup_spec.rb": 0.66014597899993531359}1360Knapsack global time execution for tests: 41m 11s1361Pending: (Failures listed here are expected and do not affect your suite's status)1362 1) Admin views Subscription with a cloud license with a cloud license only succeeds to sync the subscription1363 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1364 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:591365 2) Admin views Subscription with a cloud license with a cloud license only behaves like an "Export license usage file" button displays the Export License Usage File button1366 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1367 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:161368 3) Admin views Subscription with license file when activating another subscription shows the activation modal1369 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1370 # ./ee/spec/features/admin/subscriptions/admin_views_subscription_spec.rb:991371 4) Update Epic when user with developer access displays the epic update form creates a todo only for mentioned users1372 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1373 # ./ee/spec/features/epics/update_epic_spec.rb:851374 5) Multiple Issue Boards with multiple group issue boards disabled does not show license warning when there is one board created1375 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1376 # ./ee/spec/features/boards/group_boards/multiple_boards_spec.rb:341377 6) Merge request > User sees status checks widget user is authorized check: lazy { check_pending }, icon_class: ".ci-status-icon-pending" is rendered correctly1378 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1379 # ./ee/spec/features/merge_request/user_sees_status_checks_widget_spec.rb:511380 7) Account recovery regular check callout when signed in when user has two-factor authentication enabled hides callout on next session if user dismissed it1381 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1382 # ./ee/spec/features/account_recovery_regular_check_spec.rb:891383 8) Groups > Members > List members when over free user limit behaves like over the free user limit alert when over limit for preview behaves like performs entire show dismiss cycle shows free user limit warning and honors dismissal1384 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1385 # ./ee/spec/support/shared_examples/features/over_free_user_limit_shared_examples.rb:91386 9) Groups > Members > List members when over free user limit behaves like over the free user limit alert when reached/over limit behaves like performs entire show dismiss cycle shows free user limit warning and honors dismissal1387 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1388 # ./ee/spec/support/shared_examples/features/over_free_user_limit_shared_examples.rb:91389Finished in 41 minutes 16 seconds (files took 1 minute 19.34 seconds to load)1390498 examples, 0 failures, 9 pending1391Failed to write to log, write log/workhorse-test.log: file already closed1392RSpec exited with 0.1393No examples to retry, congrats!1395Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy1396Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy1398Uploading artifacts...1399coverage/: found 5 matching files and directories 1400crystalball/: found 2 matching files and directories 1401deprecations/: found 7 matching files and directories 1402knapsack/: found 3 matching files and directories 1403rspec/: found 9 matching files and directories 1404WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1405log/*.log: found 19 matching files and directories 1406WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2688595242/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1407WARNING: Retrying... context=artifacts-uploader error=request redirected1408Uploading artifacts as "archive" to coordinator... 201 Created id=2688595242 responseStatus=201 Created token=ooc4hsrK1409Uploading artifacts...1410rspec/junit_rspec.xml: found 1 matching files and directories 1411WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2688595242/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1412WARNING: Retrying... context=artifacts-uploader error=request redirected1413Uploading artifacts as "junit" to coordinator... 201 Created id=2688595242 responseStatus=201 Created token=ooc4hsrK1415Job succeeded