rspec-ee system pg12 4/6
Passed Started
by
@dbalexandre

Douglas Barbosa Alexandre
1Running with gitlab-runner 14.7.0~beta.58.gfa48f33b (fa48f33b)2 on green-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org GaSD-S1F3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images: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:84353f33e1def62bd8dfb09b10761c4ce651f5e5475e1ec53d5c918e29d96744 for postgres:12 with digest postgres@sha256:7984919d5b1d8bd22539118c671555b50cd3bb5fbc568645a49f61e5ab94b8f9 ...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 ...13Starting service elasticsearch:7.14.2 ...14Pulling docker image elasticsearch:7.14.2 ...15Using docker image sha256:2abd5342ace0faddbf87836d7d1fbb201dada20a6ca09a3dbf3cb6f4637f45fb for elasticsearch:7.14.2 with digest elasticsearch@sha256:f05ab7f4d2aa5040813a0ea4eb76fa99bb31459937a4539efe2f2c2dbb2109fb ...16Waiting for services to be up and running...17Authenticating with credentials from job payload (GitLab Registry)18Pulling 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 ...19Using docker image sha256:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c 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:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...21Running on runner-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1643989871-8dc4158e...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: 119975, done. 28remote: Counting objects: 100% (119975/119975), done. 29remote: Compressing objects: 100% (79457/79457), done. 30remote: Total 119975 (delta 54354), reused 82008 (delta 35960), pack-reused 0 31Receiving objects: 100% (119975/119975), 113.03 MiB | 19.55 MiB/s, done.32Resolving deltas: 100% (54354/54354), done.34 * [new ref] 075476b823110142086f2b93d474f8349e99b4a0 -> refs/pipelines/46383679935 * [new branch] master -> origin/master36Checking out 075476b8 as master...37Skipping Git submodules setup39Checking cache for ruby-gems-v1-9...40cache.zip is up to date 41Successfully extracted cache42Checking cache for gitaly-ruby-gems-v1-9...43Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-v1-9 44Successfully extracted cache46Downloading artifacts for compile-test-assets (2055931272)...47Downloading artifacts from coordinator... ok id=2055931272 responseStatus=200 OK token=zXasY4gr48Downloading artifacts for detect-tests (2055931277)...49Downloading artifacts from coordinator... ok id=2055931277 responseStatus=200 OK token=9WcSYqj750Downloading artifacts for retrieve-tests-metadata (2055931281)...51Downloading artifacts from coordinator... ok id=2055931281 responseStatus=200 OK token=HLyRKusZ52Downloading artifacts for setup-test-env (2055931275)...53Downloading artifacts from coordinator... ok id=2055931275 responseStatus=200 OK token=K6p64DvG55Using docker image sha256:8138f36e34bc79c9e5ab676915a37672f25052a13a6e7b6801a0d5866a8e494c 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:cd14b6829dee854cdf4ce05c5e8cfd48f805945f17d115efa8a7d36dc4ac6d9b ...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.sh62Successfully installed bundler-2.3.6631 gem installed64Bundler version 2.3.665production:development66Settings are listed in order of priority. The top value will be used.67clean68Set for the current user (/root/.bundle/config): true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 7 seconds.81$ bundle pristine pg82Installing pg 1.2.3 with native extensions83==> 'bundle pristine pg' succeeded in 15 seconds.84$ setup_db_user_only85CREATE ROLE86GRANT87==> 'setup_db_user_only' succeeded in 1 seconds.88$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee89Dropped database 'gitlabhq_test'90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_test'92Created database 'gitlabhq_geo_test'93DEPRECATION 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)94Dropped database 'gitlabhq_geo_test'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 52 seconds.97$ run_timed_command "gem install knapsack --no-document"98$ gem install knapsack --no-document99Successfully installed knapsack-4.0.01001 gem installed101==> 'gem install knapsack --no-document' succeeded in 2 seconds.102$ run_timed_command "scripts/gitaly-test-spawn"103$ scripts/gitaly-test-spawn104find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory105find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory106find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory107Don't run Bundler as root. Bundler can ask for sudo if it is needed, and108installing your bundle as root will break this application for all non-root109users on this machine.110Using abstract_type 0.0.7111Using concurrent-ruby 1.1.9112Using i18n 1.8.11113Using minitest 5.15.0114Using tzinfo 2.0.4115Using zeitwerk 2.5.3116Using activesupport 6.1.4.4117Using builder 3.2.4118Using erubi 1.10.0119Using mini_portile2 2.6.1120Using racc 1.6.0121Using nokogiri 1.12.5 (x86_64-linux)122Using rails-dom-testing 2.0.3123Using crass 1.0.6124Using loofah 2.13.0125Using rails-html-sanitizer 1.4.2126Using actionview 6.1.4.4127Using rack 2.2.3128Using rack-test 1.1.0129Using actionpack 6.1.4.4130Using ice_nine 0.11.2131Using thread_safe 0.3.6132Using memoizable 0.4.2133Using adamantium 0.2.0134Using public_suffix 4.0.6135Using addressable 2.7.0136Using ast 2.4.2137Using binding_ninja 0.2.3138Using bundler 2.1.4139Using charlock_holmes 0.7.7140Using coderay 1.1.2141Using equalizer 0.0.11142Using concord 0.1.5143Using diff-lcs 1.3144Using dotenv 2.7.6145Using escape_utils 1.2.1146Using factory_bot 5.0.2147Using multipart-post 2.1.1148Using faraday 1.0.1149Using ffi 1.15.3150Using json 2.6.1151Using gemojione 3.3.0152Using mini_mime 1.0.2153Using rugged 1.2.0154Using github-linguist 7.12.1155Using github-markup 1.7.0156Using mime-types-data 3.2020.1104157Using mime-types 3.3.1158Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1159Using rouge 3.27.0160Using sanitize 6.0.0161Using stringex 2.8.5162Using gitlab-gollum-lib 4.2.7.10.gitlab.2163Using google-protobuf 3.19.1 (x86_64-linux)164Using googleapis-common-protos-types 1.3.0165Using grpc 1.42.0 (x86_64-linux)166Using opentracing 0.5.0167Using thrift 0.15.0168Using jaeger-client 1.1.0169Using pg_query 2.1.1170Using redis 4.4.0171Using gitlab-labkit 0.21.2172Using rubyzip 2.3.2173Using thor 1.1.0174Using tomlrb 2.0.1175Using with_env 1.1.0176Using rexml 3.2.5177Using xml-simple 1.1.9178Using gitlab-license_finder 6.14.2.1179Using gitlab-markup 1.7.1180Using grpc-tools 1.42.0181Using sawyer 0.8.2182Using octokit 4.20.0183Using reverse_markdown 1.4.0184Using licensee 9.14.1185Using method_source 0.9.2186Using msgpack 1.3.3187Using optimist 3.0.1188Using parallel 1.19.2189Using parser 3.0.3.2190Using procto 0.0.3191Using unparser 0.4.7192Using proc_to_ast 0.1.0193Using pry 0.12.2194Using rainbow 3.0.0195Using rbtrace 0.4.14196Using rdoc 6.3.2197Using regexp_parser 1.8.1198Using rspec-support 3.8.0199Using rspec-core 3.8.0200Using rspec-expectations 3.8.3201Using rspec-mocks 3.8.0202Using rspec 3.8.0203Using rspec-parameterized 0.4.2204Using rubocop-ast 0.2.0205Using ruby-progressbar 1.10.1206Using unicode-display_width 1.7.0207Using rubocop 0.86.0208Using sentry-raven 3.0.4209Using timecop 0.9.1210Bundle complete! 22 Gemfile dependencies, 100 gems now installed.211Gems in the groups production and development were not installed.212Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`213Checking gitaly-ruby Gemfile...214Checking gitaly-ruby bundle...215The Gemfile's dependencies are satisfied216Trying to connect to gitaly: ........................................................ OK217Trying to connect to gitaly2: ...................................................................... OK218Trying to connect to praefect: .......... OK219==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.220$ source ./scripts/rspec_helpers.sh221$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"222SKIP_FLAKY_TESTS_AUTOMATICALLY: true223RETRY_FAILED_TESTS_IN_NEW_PROCESS: false224KNAPSACK_GENERATE_REPORT: true225FLAKY_RSPEC_GENERATE_REPORT: true226KNAPSACK_TEST_FILE_PATTERN: {ee/}spec/{features}{,/**/}*_spec.rb227KNAPSACK_LOG_LEVEL: debug228KNAPSACK_REPORT_PATH: knapsack/rspec-ee_system_pg12_4_6_report.json229FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json230FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_4_6_report.json231NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_4_6_report.json232SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_4_6_report.txt233RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_4_6_report.txt234CRYSTALBALL: 235Knapsack node specs:236ee/spec/features/protected_branches_spec.rb237ee/spec/features/search/elastic/global_search_spec.rb238ee/spec/features/groups/group_roadmap_spec.rb239ee/spec/features/search/elastic/snippet_search_spec.rb240ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb241ee/spec/features/boards/swimlanes/epics_swimlanes_spec.rb242ee/spec/features/boards/user_visits_board_spec.rb243ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb244ee/spec/features/projects/mirror_spec.rb245ee/spec/features/epics/epics_list_spec.rb246ee/spec/features/groups/usage_quotas_spec.rb247ee/spec/features/boards/user_adds_lists_to_board_spec.rb248ee/spec/features/epics/issue_promotion_spec.rb249ee/spec/features/labels_hierarchy_spec.rb250ee/spec/features/merge_request/user_sees_approval_widget_spec.rb251ee/spec/features/merge_request/user_approves_with_password_spec.rb252ee/spec/features/merge_request/user_edits_multiple_reviewers_mr_spec.rb253ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb254ee/spec/features/groups/audit_events_spec.rb255ee/spec/features/projects/settings/user_manages_members_spec.rb256ee/spec/features/registrations/welcome_spec.rb257ee/spec/features/groups/members/override_ldap_memberships_spec.rb258ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb259ee/spec/features/admin/groups/admin_changes_plan_spec.rb260ee/spec/features/merge_request/user_creates_merge_request_spec.rb261ee/spec/features/boards/board_filters_spec.rb262ee/spec/features/epics/user_uses_quick_actions_spec.rb263ee/spec/features/projects/view_blob_with_code_owners_spec.rb264ee/spec/features/burndown_charts_spec.rb265ee/spec/features/projects/security/dast_scanner_profiles_spec.rb266ee/spec/features/registrations/trial_during_signup_flow_spec.rb267ee/spec/features/merge_request/user_uses_slash_commands_spec.rb268ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb269ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb270ee/spec/features/boards/group_boards/board_deletion_spec.rb271ee/spec/features/issues/gfm_autocomplete_ee_spec.rb272ee/spec/features/groups/issues_spec.rb273ee/spec/features/admin/admin_emails_spec.rb274ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb275ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb276ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb277ee/spec/features/invites_spec.rb278ee/spec/features/projects/settings/user_manages_approval_settings_spec.rb279ee/spec/features/issues/blocking_issues_spec.rb280ee/spec/features/projects/settings/user_manages_issues_template_spec.rb281ee/spec/features/markdown/markdown_spec.rb282ee/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb283ee/spec/features/trial_registrations/signin_spec.rb284ee/spec/features/users/signup_spec.rb285Filter specs:286Running specs:287Running all node tests without filter288ee/spec/features/protected_branches_spec.rb289ee/spec/features/search/elastic/global_search_spec.rb290ee/spec/features/groups/group_roadmap_spec.rb291ee/spec/features/search/elastic/snippet_search_spec.rb292ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb293ee/spec/features/boards/swimlanes/epics_swimlanes_spec.rb294ee/spec/features/boards/user_visits_board_spec.rb295ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb296ee/spec/features/projects/mirror_spec.rb297ee/spec/features/epics/epics_list_spec.rb298ee/spec/features/groups/usage_quotas_spec.rb299ee/spec/features/boards/user_adds_lists_to_board_spec.rb300ee/spec/features/epics/issue_promotion_spec.rb301ee/spec/features/labels_hierarchy_spec.rb302ee/spec/features/merge_request/user_sees_approval_widget_spec.rb303ee/spec/features/merge_request/user_approves_with_password_spec.rb304ee/spec/features/merge_request/user_edits_multiple_reviewers_mr_spec.rb305ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb306ee/spec/features/groups/audit_events_spec.rb307ee/spec/features/projects/settings/user_manages_members_spec.rb308ee/spec/features/registrations/welcome_spec.rb309ee/spec/features/groups/members/override_ldap_memberships_spec.rb310ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb311ee/spec/features/admin/groups/admin_changes_plan_spec.rb312ee/spec/features/merge_request/user_creates_merge_request_spec.rb313ee/spec/features/boards/board_filters_spec.rb314ee/spec/features/epics/user_uses_quick_actions_spec.rb315ee/spec/features/projects/view_blob_with_code_owners_spec.rb316ee/spec/features/burndown_charts_spec.rb317ee/spec/features/projects/security/dast_scanner_profiles_spec.rb318ee/spec/features/registrations/trial_during_signup_flow_spec.rb319ee/spec/features/merge_request/user_uses_slash_commands_spec.rb320ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb321ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb322ee/spec/features/boards/group_boards/board_deletion_spec.rb323ee/spec/features/issues/gfm_autocomplete_ee_spec.rb324ee/spec/features/groups/issues_spec.rb325ee/spec/features/admin/admin_emails_spec.rb326ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb327ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb328ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb329ee/spec/features/invites_spec.rb330ee/spec/features/projects/settings/user_manages_approval_settings_spec.rb331ee/spec/features/issues/blocking_issues_spec.rb332ee/spec/features/projects/settings/user_manages_issues_template_spec.rb333ee/spec/features/markdown/markdown_spec.rb334ee/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb335ee/spec/features/trial_registrations/signin_spec.rb336ee/spec/features/users/signup_spec.rb337Running all node tests without filter338Running all node tests without filter339Knapsack report generator started!340Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}341==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.067098069 seconds...342Test environment set up in 0.861480124 seconds343Protected Branches344Starting the Capybara driver server...345 code owner approval346 when project requires code owner approval347 protect a branch form348Capybara starting Puma...349* Version 5.5.2 , codename: Zawgyi350* Min threads: 0, max threads: 4351* Listening on unix:///tmp/20220204-465-9dfpiy352 has code owner toggle353 can create new protected branch with code owner disabled354 can create new protected branch with code owner enabled355 protect branch table356 has a protected branch with code owner approval toggled on357 shows code owner approval toggle358 displays toggle on359 has a protected branch with code owner approval toggled off360 displays toggle off361 when project does not require code owner approval362 does not have code owner approval in the form363 does not have code owner approval in the table364 access control365 with ref permissions for users enabled366 allows creating protected branches that roles, users, and groups can merge to367 allows updating protected branches so that roles and users can merge to it368 allows updating protected branches so that roles and users cannot merge to it369 prepends selected users that can merge to370 allows creating protected branches that roles, users, and groups can push to371 allows updating protected branches so that roles and users can push to it372 allows updating protected branches so that roles and users cannot push to it373 prepends selected users that can push to374 When updating a protected branch375 discards other roles when choosing "No one"376 When creating a protected branch377 discards other roles when choosing "No one"378 protected branch restrictions379 unprotect/delete can be performed by a maintainer380 with unprotect access levels381 can prevent unprotect/delete382 can prevent update383 with ref permissions for users disabled384 allows creating protected branches that Maintainers can push to385 allows updating protected branches so that Maintainers can push to them386 allows creating protected branches that Developers + Maintainers can push to387 allows updating protected branches so that Developers + Maintainers can push to them388 allows creating protected branches that No one can push to389 allows updating protected branches so that No one can push to them390 allows creating protected branches that Maintainers can merge to391 allows updating protected branches so that Maintainers can merge to them392 allows creating protected branches that Developers + Maintainers can merge to393 allows updating protected branches so that Developers + Maintainers can merge to them394 allows creating protected branches that No one can merge to395 allows updating protected branches so that No one can merge to them396 with existing access levels397 shows users that can push to the branch398 shows groups that can push to the branch399 shows users that can merge into the branch400 shows groups that have can push to the branch401 when the users for protected branches feature is on402 when deploy keys are enabled to this project403 when only one deploy key can push404 shows all dropdown sections in the 'Allowed to push' main dropdown, with only one deploy key405 shows all sections but not deploy keys in the 'Allowed to merge' main dropdown406 shows all sections in the 'Allowed to push' update dropdown407 when no deploy key can push408 just shows all sections but not deploy keys in the 'Allowed to push' dropdown409 just shows all sections but not deploy keys in the 'Allowed to push' update dropdown410Global elastic search411 I do not overload the database412 searching issues413 behaves like an efficient database result414 avoids N+1 database queries415 behaves like advanced search timeouts416 when search times out417 renders timeout information418 sets tab count to 0419 searching projects420 behaves like an efficient database result421 avoids N+1 database queries422 behaves like advanced search timeouts423 when search times out424 renders timeout information425 sets tab count to 0426 searching merge requests427 behaves like an efficient database result428 avoids N+1 database queries429 behaves like advanced search timeouts430 when search times out431 renders timeout information432 sets tab count to 0433 searching milestones434 behaves like an efficient database result435 avoids N+1 database queries436 searching code437 avoids N+1 database queries438 behaves like advanced search timeouts439 when search times out440 renders timeout information441 sets tab count to 0442 searching commits443 avoids N+1 database queries444 behaves like advanced search timeouts445 when search times out446 renders timeout information447 sets tab count to 0448 I search through the issues and I see pagination449 has a pagination450 I search through the notes and I see pagination451 has a pagination452 I search through the blobs453 finds files454 ignores nonexistent projects from stale index455 I search through the wiki blobs456 finds wiki pages457 I search through the commits458 finds commits459 shows proper page 2 results460 I search globally461 displays result counts for all categories462Global elastic search redactions463 when block_anonymous_global_searches is disabled464 behaves like a redacted search results page465 behaves like redacted search results page assertions466 when logged in467 redacts private features the user does not have access to468 when issues are public469 redacts other private features470 behaves like redacted search results page assertions471 when not logged in472 redacts private features the user does not have access to473 when issues are public474 redacts other private features475 when block_anonymous_global_searches is enabled476 behaves like a redacted search results page477 behaves like redacted search results page assertions478 when logged in479 redacts private features the user does not have access to480 when issues are public481 redacts other private features482group epic roadmap483 with roadmap_settings feature flag off484 renders the epics state dropdown485 roadmap daterange filtering486 renders daterange filtering dropdown with "This quarter" selected by default no layout presets available487 selecting "This year" as daterange shows `Months` and `Weeks` layout presets488 selecting "Within 3 years" as daterange shows `Quarters`, `Months` and `Weeks` layout presets489 roadmap page with epics state filter490 renders open epics only491 renders closed epics only492 roadmap page with filter applied493 keeps label filter when filtering by state494 when epics exist for the group495 roadmap page496 renders the filtered search bar correctly497 renders the sort dropdown correctly498 renders roadmap view499 renders all group epics within roadmap500 toggles settings sidebar on click settings button501 roadmap daterange filtering502 renders daterange filtering dropdown with "This quarter" selected by default no layout presets available503 selecting "This year" as daterange shows `Months` and `Weeks` layout presets504 selecting "Within 3 years" as daterange shows `Quarters`, `Months` and `Weeks` layout presets505 roadmap page with epics state filter506 renders open epics only507 renders closed epics only508 roadmap page with filter applied509 renders filtered search bar with applied filter token510 renders roadmap view with matching epic511 roadmap page with sort order applied512 renders the epics in expected order513 filtered search tokens514 behaves like filtered search bar515 renders values for token 'Author' correctly516 renders values for token 'Label' correctly517 renders values for token 'Milestone' correctly518 renders values for token 'Epic' correctly519 renders values for token 'My-Reaction' correctly520 that is a sub-group521 behaves like filtered search bar522 renders values for token 'Author' correctly523 renders values for token 'Label' correctly524 renders values for token 'Milestone' correctly525 renders values for token 'Epic' correctly526 renders values for token 'My-Reaction' correctly527 when no epics exist for the group528 roadmap page529 shows empty state page530Snippet elastic search531 when searching titles532 behaves like expected snippet search results533 as anonymous user534 when block_anonymous_global_searches is enabled535 redirects to login page536 when block_anonymous_global_searches is disabled537 finds only public snippets538 as logged in user539 finds only public and internal snippets540 as authorized user541 finds only public, internal, and authorized private snippets542 as administrator543 when admin mode is enabled544 finds all snippets545 when admin mode is disabled546 finds only public and internal snippets547 when searching descriptions548 behaves like expected snippet search results549 as anonymous user550 when block_anonymous_global_searches is enabled551 redirects to login page552 when block_anonymous_global_searches is disabled553 finds only public snippets554 as logged in user555 finds only public and internal snippets556 as authorized user557 finds only public, internal, and authorized private snippets558 as administrator559 when admin mode is enabled560 finds all snippets561 when admin mode is disabled562 finds only public and internal snippets563User adds a merge request to a merge train564 shows 'Start merge train' button565 when merge_trains EEP license is not available566 does not show Start merge train567 when user clicks 'Start merge train' button568 informs merge request that auto merge is enabled569 when pipeline for merge train succeeds570 displays pipeline control571 does not allow retry for merge train pipeline572 when user clicks 'Remove from merge train' button573 cancels automatic merge574 when user clicks 'Delete source branch575 updates the merge option576 when the merge request is not the first queue on the train577 shows 'Add to merge train' button578epics swimlanes579 link to swimlanes view580 displays epics swimlanes when link to boards with group_by epic in URL581 displays issue not assigned to epic title and unassigned issues lane only on expand582 displays default lists and a label list583 switch to swimlanes view584 displays epics swimlanes when selecting Epic in Group by dropdown585 displays issue not assigned to epic title and unassigned issues lane only on expand586 issue cards587 highlights an issue card on click588 unhighlights a selected issue card on click589 add issue to swimlanes list590 displays new issue button591 shows form in unassigned issues lane when clicking button592 hides form when clicking cancel593 creates new issue in unassigned issues lane594User visits issue boards595 visiting project boards with search params596 in list view597 when board is scoped to labels598 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]599 displays all issues satisfiying filter params and correctly sets url params600 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]601 displays all issues satisfiying filter params and correctly sets url params602 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]603 displays all issues satisfiying filter params and correctly sets url params604 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]605 displays all issues satisfiying filter params and correctly sets url params606 when board is scoped to an assignee607 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]608 displays all issues satisfiying filter params and correctly sets url params609 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]610 displays all issues satisfiying filter params and correctly sets url params611 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]612 displays all issues satisfiying filter params and correctly sets url params613 in epic swimlanes614 when board is scoped to labels615 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]616 displays all issues satisfiying filter params and correctly sets url params617 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]618 displays all issues satisfiying filter params and correctly sets url params619 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]620 displays all issues satisfiying filter params and correctly sets url params621 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]622 displays all issues satisfiying filter params and correctly sets url params623 when board is scoped to an assignee624 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]625 displays all issues satisfiying filter params and correctly sets url params626 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]627 displays all issues satisfiying filter params and correctly sets url params628 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]629 displays all issues satisfiying filter params and correctly sets url params630 visiting group boards with search params631 in list view632 when board is scoped to labels633 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]634 displays all issues satisfiying filter params and correctly sets url params635 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]636 displays all issues satisfiying filter params and correctly sets url params637 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]638 displays all issues satisfiying filter params and correctly sets url params639 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]640 displays all issues satisfiying filter params and correctly sets url params641 when board is scoped to an assignee642 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]643 displays all issues satisfiying filter params and correctly sets url params644 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]645 displays all issues satisfiying filter params and correctly sets url params646 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]647 displays all issues satisfiying filter params and correctly sets url params648 in epic swimlanes649 when board is scoped to labels650 params: {}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]651 displays all issues satisfiying filter params and correctly sets url params652 params: {"label_name"=>["foobar"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]653 displays all issues satisfiying filter params and correctly sets url params654 params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_params: {"label_name"=>["foobar", "workflow::in dev"]}, expected_issues: ["issue with all filters"]655 displays all issues satisfiying filter params and correctly sets url params656 params: {"assignee_username"=>"root"}, expected_params: {"label_name"=>["foobar", "workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]657 displays all issues satisfiying filter params and correctly sets url params658 when board is scoped to an assignee659 params: {}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]660 displays all issues satisfiying filter params and correctly sets url params661 params: {"assignee_username"=>"root"}, expected_params: {"assignee_username"=>"root"}, expected_issues: ["issue with assignee", "issue with all filters"]662 displays all issues satisfiying filter params and correctly sets url params663 params: {"label_name"=>["workflow::in dev"]}, expected_params: {"label_name"=>["workflow::in dev"], "assignee_username"=>"root"}, expected_issues: ["issue with all filters"]664 displays all issues satisfiying filter params and correctly sets url params665Value stream analytics charts666 Duration chart667Skipping ./ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb[1:1:2] 'Value stream analytics charts Duration chart hidden stages will not appear in the duration chart dropdown' because it's flaky.668 hidden stages will not appear in the duration chart dropdown (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)669 behaves like has all the default stages670 has all the default stages in the duration dropdown671 Tasks by type chart672 enabled673 with data available674 displays the chart675 has 2 labels selected676 has chart filters677 can update the filters678 no data available679 shows the no data available message680Project mirror681 On a project682 when mirror was updated successfully683 shows the last successful at timestamp684 when mirror was never updated successfully685 shows that mirror has never been updated686 with Update now button687 when able to force update688 forces import689 when unable to force update690 disables Update now button691 when the project is archived692 disables Update now button693 configuration694 password authentication695 can be changed to unauthenticated696 can be recreated after an SSH mirror is set697 SSH public key authentication698 can be set up699 host key management700 fills fingerprints and host keys when detecting701 displays error if detection fails702 allows manual host keys entry703 authentication methods704 shows SSH related fields for an SSH URL705 hides SSH-related fields for a HTTP URL706epics list707 epics list708 within a group709 when signed in710 renders epics list header actions711 shows bulk editing sidebar with actions and labels select dropdown712 shows checkboxes for selecting epics while bulk editing sidebar is visible713 applies label to multiple epics from bulk editing sidebar714 behaves like epic list715 renders epics list716 renders epics item with metadata717 renders epic item timeframe718 behaves like filtered search bar719 renders values for token 'Author' correctly720 renders values for token 'Label' correctly721 renders values for token 'My-Reaction' correctly722 when signed out723 behaves like epic list724 renders epics list725 renders epics item with metadata726 renders epic item timeframe727 within a sub-group group728 behaves like filtered search bar729 renders values for token 'Author' correctly730 renders values for token 'Label' correctly731 renders values for token 'My-Reaction' correctly732Groups > Usage Quotas733 with no quota734 is linked within the group settings dropdown735 shows correct group quota info736 when checking namespace plan737 is linked within the group settings dropdown738 when usage_quotas is not available739 is not linked within the group settings dropdown740 renders a 404741 with no projects using shared runners742 is linked within the group settings dropdown743 shows correct group quota info744 when checking namespace plan745 is linked within the group settings dropdown746 when usage_quotas is not available747 is not linked within the group settings dropdown748 renders a 404749 when successfully purchasing CI Minutes750 does show a banner751 minutes under quota752 is linked within the group settings dropdown753 shows correct group quota info754 when checking namespace plan755 is linked within the group settings dropdown756 when usage_quotas is not available757 is not linked within the group settings dropdown758 renders a 404759 minutes over quota760 is linked within the group settings dropdown761 has correct tracking setup and shows correct group quota and projects info762 when checking namespace plan763 is linked within the group settings dropdown764 when usage_quotas is not available765 is not linked within the group settings dropdown766 renders a 404767 when it is not GitLab.com768 does not show 'Buy additional minutes' button769 when accessing subgroup770 does not show subproject771 when accessing root group772 does show projects of subgroup773 when purchasing CI minutes774 points to GitLab CI minutes purchase flow775User adds milestone/iterations lists776 board_type: :project777 creates milestone column778 creates assignee column779 creates iteration column780 board_type: :group781 creates milestone column782 creates assignee column783 creates iteration column784 without a license785 does not show other list types786Issue promotion787 when epics feature is disabled788 does not promote the issue789 when epics feature is enabled790 when current user does not have permissions to promote an issue791 does not promote the issue792 when current user can promote an issue793 displays description794 promotes the issue795 if there is a remove resource milestone event796 promotes the issue797Labels Hierarchy798 scoped boards799 for group boards800 behaves like filter for scoped boards801 scopes board to ancestor and current group labels802 for project boards803 behaves like filter for scoped boards804 scopes board to ancestor and current group labels805Merge request > User sees approval widget806 when merge when threads resolved is active807 does not show checking ability text (PENDING: Temporarily skipped with xit)808 when rules are enabled809 merge request approvers enabled810 the renders the number of required approvals811 multiple approval rules enabled812 shows the approval rule813 for code owner rules814 shows the code owner rule as optional815 when code owner approval is required816 shows the code owner rule as required817Merge request > User approves with password818 works, when user approves and enters correct password819 does not need password to unapprove820 shows error, when user approves and enters incorrect password821Merge request > User edits MR with multiple reviewers822 behaves like multiple reviewers merge request823 updates a MR with multiple reviewers824 user approval rules825 is not shown in assignee dropdown826 is shown in reviewer dropdown827 code owner approval rules828 displays "Code Owner" text in reviewer dropdown829Merge request > User edits MR with approval rules830 shows approval rules831 allows user to create approval rule832 with public group833 with empty search, does not show public group834 with non-empty search, shows public group835 feature is disabled836 cannot see the approval rules input837Groups > Audit Events838 has Audit events button in head nav bar839 unlicensed840 returns 404841 does not have Audit events button in head nav bar842 changing a user access level843 appears in the group's audit events844 filter by date845 behaves like audit events date filter846 shows only 2 days old events847 shows only today's event848 shows a message if provided date is invalid849User manages members850 as project maintainer851 behaves like when group membership is unlocked852 is expected to have visible css ".js-invite-members-trigger"853 is expected to have visible css ".js-invite-group-trigger"854 is expected to have visible css ".js-import-a-project-modal"855 behaves like when group membership is locked856 is expected to not have visible css ".js-invite-members-trigger"857 is expected to have visible css ".js-invite-group-trigger"858 as group owner859 behaves like when group membership is unlocked860 is expected to have visible css ".js-invite-members-trigger"861 is expected to have visible css ".js-invite-group-trigger"862 is expected to have visible css ".js-import-a-project-modal"863 behaves like when group membership is locked864 is expected to not have visible css ".js-invite-members-trigger"865 is expected to have visible css ".js-invite-group-trigger"866 when feature flag :invite_members_group_modal is disabled867 as project maintainer868 behaves like when group membership is unlocked869 is expected to have visible link "Import members" and have visible css ".project-access-select"870 behaves like when group membership is locked871 is expected to not have visible css ".invite-users-form"872 is expected to have visible css ".invite-group-form"873 as group owner874 behaves like when group membership is unlocked875 is expected to have visible link "Import members" and have visible css ".project-access-select"876 behaves like when group membership is locked877 is expected to not have visible css ".invite-users-form"878 is expected to have visible css ".invite-group-form"879Welcome screen880 when on GitLab.com881DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)882 shows the welcome page883DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)884 has validations885DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)886 allows specifying other for jobs_to_be_done887 email opt in888DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)889 does not show the email opt in checkbox when setting up for a company890DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)891 shows the email opt in checkbox when setting up for just me892Groups > Members > Maintainer/Owner can override LDAP access levels893 does not allow override on project members page894 does not allow override of inherited group members895 owner cannot override LDAP access level896 owner can override LDAP access level897Merge request > User creates MR with multiple reviewers898 behaves like multiple reviewers merge request899 creates a MR with multiple reviewers900Changes GL.com plan for group901 for group namespace902 changes the plan903 for user namespace904 changes the plan905User creates a merge request906 creates a merge request907Issue board filters908 filters by epic909 loads all the epics when opened and submit one as filter910 filters by weight911 loads all the weights when opened and submit one as filter912Epics > User uses quick actions913 on epic note914 applies quick action915 on epic form916 applies quick action917File blob > Code owners918 when there is a codeowners file919 when the feature is available920 shows the code owners related to a file921 does not show the code owners banner when there are no code owners922 when the feature is not available923 does not show the code owners related to a file924Burndown charts925 for project milestones926 presents burndown charts when available927 presents burndown charts promotion correctly928 for group milestones929 presents burndown charts when available930 presents burndown charts promotion correctly931User sees Scanner profile932 when feature is available933 shows the form934 on submit935 on cancel936 when feature is not available937 renders a 404938User sees new onboarding flow939DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)940 shows the expected behavior with no trial chosen941DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)942 shows the expected behavior with trial chosen943Merge request > User uses quick actions944 merge-request-only commands945 adding a weight from a note946 does not recognize the command nor create a note947Merge request > User sees closing issues message948 approvals are enabled while closing issues949 displays closing issue message exactly one time950User manages merge trains option951 sees unchecked merge trains checkbox952 when user enabled the checkbox953 sees enabled merge trains checkbox954 when license is insufficient955 does not see the checkbox956 when feature flag is disabled957 does not see the checkbox958Group Boards959 deletes a group issue board960GFM autocomplete EE961 assignees962 only lists users who are currently assigned to the issue when using /unassign963Group issues page964 bulk editing965 shows sidebar when clicked on "Edit issues"966 shows group milestones within "Milestone" dropdown967Admin::Emails968 when `send_emails_from_admin_area` feature is not licensed969 returns 404970 when usage ping is enabled971 when feature is activated972 returns 200973 when feature is deactivated974 returns 404975 when `send_emails_from_admin_area` feature is licensed976 when emails from admin area are not rate limited977 does not show the waiting period alertand the submit button is in enabled state978 when emails from admin area are rate limited979 shows the waiting period alertand the submit button is in disabled state980User creates iteration in a cadence981 prefills fields and allows updating all values982Service Desk Setting983 loads group, project and instance issue description templates984Skipping ./ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb[1:2] 'Service Desk Setting persists file_template_project_id on save' because it's flaky.985 persists file_template_project_id on save (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)986User deletes feature flag987 records audit event988Group or Project invitations989 when on .com990 without setup question991DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)992 bypasses the setup_for_company question993 with setup question994DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in _ee_app_views_registrations_welcome__joining_project_html_haml__2669560274007129420_273280420 at /builds/gitlab-org/gitlab/ee/app/views/registrations/welcome/_joining_project.html.haml:4)995 has the setup question996 when not on .com997 bypasses the setup_for_company question998 with admin approval on sign-up enabled999 does not sign the user in1000EE > Projects > Settings > User manages approval rule settings1001 when merge requests is not available1002 does not show approval settings1003 when merge requests is available1004 shows approval settings1005 when `code_owner_approval_required` is not available1006 does not allow the user to require code owner approval1007Blocking issues count1008 sorts by blocking1009EE > Projects > Settings > User manages issue template1010 saves issue template1011EE-specific GitLab Markdown1012 default pipeline1013 includes custom filters1014Projects > Show > Developer views empty project instructions1015 with Kerberos enabled1016 defaults to KRB51017Trial Sign In1018 on GitLab.com1019 logs the user in1020 not on GitLab.com1021 returns 4041022Signup1023 almost there page1024 when public visibility is restricted1025 hides Explore link1026 hides help link1027Knapsack report was generated. Preview:1028{1029 "ee/spec/features/protected_branches_spec.rb": 305.40933794300054,1030 "ee/spec/features/search/elastic/global_search_spec.rb": 202.46647365199988,1031 "ee/spec/features/groups/group_roadmap_spec.rb": 127.18418372699944,1032 "ee/spec/features/search/elastic/snippet_search_spec.rb": 87.07932842100035,1033 "ee/spec/features/merge_trains/user_adds_merge_request_to_merge_train_spec.rb": 96.45766983400063,1034 "ee/spec/features/boards/swimlanes/epics_swimlanes_spec.rb": 87.94752451600016,1035 "ee/spec/features/boards/user_visits_board_spec.rb": 84.94513198200002,1036 "ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb": 62.60859106099997,1037 "ee/spec/features/projects/mirror_spec.rb": 53.844268523999745,1038 "ee/spec/features/epics/epics_list_spec.rb": 55.712843839000016,1039 "ee/spec/features/groups/usage_quotas_spec.rb": 38.80224508500032,1040 "ee/spec/features/boards/user_adds_lists_to_board_spec.rb": 38.63343558700035,1041 "ee/spec/features/epics/issue_promotion_spec.rb": 34.7776079310006,1042 "ee/spec/features/labels_hierarchy_spec.rb": 31.75217016299939,1043 "ee/spec/features/merge_request/user_sees_approval_widget_spec.rb": 31.673262788999637,1044 "ee/spec/features/merge_request/user_approves_with_password_spec.rb": 24.560888309999427,1045 "ee/spec/features/merge_request/user_edits_multiple_reviewers_mr_spec.rb": 22.99341644299966,1046 "ee/spec/features/merge_request/user_edits_approval_rules_mr_spec.rb": 22.256014858000526,1047 "ee/spec/features/groups/audit_events_spec.rb": 21.076284544999908,1048 "ee/spec/features/projects/settings/user_manages_members_spec.rb": 16.494358910999836,1049 "ee/spec/features/registrations/welcome_spec.rb": 15.750363154999832,1050 "ee/spec/features/groups/members/override_ldap_memberships_spec.rb": 17.583939340999677,1051 "ee/spec/features/merge_request/user_creates_multiple_reviewers_mr_spec.rb": 12.007881260000431,1052 "ee/spec/features/admin/groups/admin_changes_plan_spec.rb": 13.921986839000056,1053 "ee/spec/features/merge_request/user_creates_merge_request_spec.rb": 14.457267650000176,1054 "ee/spec/features/boards/board_filters_spec.rb": 11.306050111000332,1055 "ee/spec/features/epics/user_uses_quick_actions_spec.rb": 12.046951715999967,1056 "ee/spec/features/projects/view_blob_with_code_owners_spec.rb": 9.930826531999628,1057 "ee/spec/features/burndown_charts_spec.rb": 10.921040659999562,1058 "ee/spec/features/projects/security/dast_scanner_profiles_spec.rb": 7.712619003999862,1059 "ee/spec/features/registrations/trial_during_signup_flow_spec.rb": 8.965433372999541,1060 "ee/spec/features/merge_request/user_uses_slash_commands_spec.rb": 7.922843489000115,1061 "ee/spec/features/merge_request/user_sees_closing_issues_message_spec.rb": 6.72806043699984,1062 "ee/spec/features/projects/settings/user_manages_merge_trains_spec.rb": 7.515496218999942,1063 "ee/spec/features/boards/group_boards/board_deletion_spec.rb": 6.39636149099988,1064 "ee/spec/features/issues/gfm_autocomplete_ee_spec.rb": 6.36744179300058,1065 "ee/spec/features/groups/issues_spec.rb": 6.769793514000412,1066 "ee/spec/features/admin/admin_emails_spec.rb": 5.8013788749995,1067 "ee/spec/features/groups/iterations/user_creates_iteration_in_cadence_spec.rb": 4.981762555000387,1068 "ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb": 4.417556015999253,1069 "ee/spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 5.3550301969999055,1070 "ee/spec/features/invites_spec.rb": 6.3095890880003935,1071 "ee/spec/features/projects/settings/user_manages_approval_settings_spec.rb": 3.6792141409996475,1072 "ee/spec/features/issues/blocking_issues_spec.rb": 4.002008456000112,1073 "ee/spec/features/projects/settings/user_manages_issues_template_spec.rb": 2.4769080780006334,1074 "ee/spec/features/markdown/markdown_spec.rb": 1.9045531700003266,1075 "ee/spec/features/projects/show/developer_views_empty_project_instructions_spec.rb": 2.070676987999832,1076 "ee/spec/features/trial_registrations/signin_spec.rb": 1.1350666159996763,1077 "ee/spec/features/users/signup_spec.rb": 0.49751604300035981078}1079Knapsack global time execution for tests: 27m 45s1080Pending: (Failures listed here are expected and do not affect your suite's status)1081 1) Value stream analytics charts Duration chart hidden stages will not appear in the duration chart dropdown1082 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1083 # ./ee/spec/features/groups/analytics/cycle_analytics/charts_spec.rb:851084 2) Merge request > User sees approval widget when merge when threads resolved is active does not show checking ability text1085 # Temporarily skipped with xit1086 # ./ee/spec/features/merge_request/user_sees_approval_widget_spec.rb:261087 3) Service Desk Setting persists file_template_project_id on save1088 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1089 # ./ee/spec/features/projects/settings/ee/service_desk_setting_spec.rb:651090Finished in 27 minutes 48 seconds (files took 1 minute 15.3 seconds to load)1091341 examples, 0 failures, 3 pending1092Failed to write to log, write log/workhorse-test.log: file already closed1093RSpec exited with 0.1094No examples to retry, congrats!1096Not uploading cache ruby-gems-v1-9 due to policy1097Not uploading cache gitaly-ruby-gems-v1-9 due to policy1099Uploading artifacts...1100coverage/: found 5 matching files and directories 1101crystalball/: found 2 matching files and directories 1102deprecations/: found 8 matching files and directories 1103knapsack/: found 3 matching files and directories 1104rspec/: found 9 matching files and directories 1105WARNING: tmp/capybara/: no matching files 1106tmp/memory_test/: found 2 matching files and directories 1107log/*.log: found 18 matching files and directories 1108Uploading artifacts as "archive" to coordinator... 201 Created id=2055931475 responseStatus=201 Created token=EXkPZoRy1109Uploading artifacts...1110rspec/junit_rspec.xml: found 1 matching files and directories 1111Uploading artifacts as "junit" to coordinator... 201 Created id=2055931475 responseStatus=201 Created token=EXkPZoRy1113Job succeeded