rspec-ee system pg12 2/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-1643991420-372d5d9c...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 | 25.74 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...43cache.zip is up to date 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 8 seconds.81$ bundle pristine pg82Installing pg 1.2.3 with native extensions83==> 'bundle pristine pg' succeeded in 12 seconds.84$ setup_db_user_only85CREATE ROLE86GRANT87==> 'setup_db_user_only' succeeded in 0 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 37 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 1 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 13 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_2_6_report.json229FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json230FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec-ee_system_pg12_2_6_report.json231NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec-ee_system_pg12_2_6_report.json232SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec-ee_system_pg12_2_6_report.txt233RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec-ee_system_pg12_2_6_report.txt234CRYSTALBALL: 235Knapsack node specs:236ee/spec/features/groups/wikis_spec.rb237ee/spec/features/admin/geo/admin_geo_projects_spec.rb238ee/spec/features/billings/billing_plans_spec.rb239ee/spec/features/boards/sidebar_spec.rb240ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb241ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb242ee/spec/features/admin/admin_dev_ops_reports_spec.rb243ee/spec/features/issues/user_bulk_edits_issues_spec.rb244ee/spec/features/boards/group_boards/multiple_boards_spec.rb245ee/spec/features/security/project/internal_access_spec.rb246ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb247ee/spec/features/groups/saml_providers_spec.rb248ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb249ee/spec/features/projects/quality/test_case_show_spec.rb250ee/spec/features/projects/iterations/user_views_iteration_spec.rb251ee/spec/features/projects/issues/user_creates_issue_spec.rb252ee/spec/features/projects/path_locks_spec.rb253ee/spec/features/trials/select_namespace_spec.rb254ee/spec/features/issues/move_issue_resource_weight_events_spec.rb255ee/spec/features/account_recovery_regular_check_spec.rb256ee/spec/features/security/group/public_access_spec.rb257ee/spec/features/groups/group_overview_spec.rb258ee/spec/features/groups/groups_security_credentials_spec.rb259ee/spec/features/projects/user_applies_custom_file_template_spec.rb260ee/spec/features/discussion_comments/epic_quick_actions_spec.rb261ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb262ee/spec/features/projects/quality/test_case_create_spec.rb263ee/spec/features/projects/settings/auto_rollback_spec.rb264ee/spec/features/analytics/code_analytics_spec.rb265ee/spec/features/merge_request/user_creates_multiple_assignees_mr_spec.rb266ee/spec/features/admin/admin_merge_requests_approvals_spec.rb267ee/spec/features/groups/new_spec.rb268ee/spec/features/admin/admin_sends_notification_spec.rb269ee/spec/features/security/project/snippet/public_access_spec.rb270ee/spec/features/google_analytics_datalayer_spec.rb271ee/spec/features/subscriptions/groups/edit_spec.rb272ee/spec/features/projects/show_project_spec.rb273ee/spec/features/projects_spec.rb274ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb275ee/spec/features/operations_nav_link_spec.rb276ee/spec/features/merge_request/sidebar_spec.rb277ee/spec/features/subscriptions_spec.rb278ee/spec/features/projects/navbar_spec.rb279ee/spec/features/projects/releases/user_views_release_spec.rb280ee/spec/features/registrations/one_trust_spec.rb281ee/spec/features/profiles/billing_spec.rb282ee/spec/features/analytics/group_analytics_spec.rb283ee/spec/features/user_unsubscribes_from_admin_notifications_spec.rb284ee/spec/features/merge_request/user_approves_spec.rb285Filter specs:286Running specs:287Running all node tests without filter288ee/spec/features/groups/wikis_spec.rb289ee/spec/features/admin/geo/admin_geo_projects_spec.rb290ee/spec/features/billings/billing_plans_spec.rb291ee/spec/features/boards/sidebar_spec.rb292ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb293ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb294ee/spec/features/admin/admin_dev_ops_reports_spec.rb295ee/spec/features/issues/user_bulk_edits_issues_spec.rb296ee/spec/features/boards/group_boards/multiple_boards_spec.rb297ee/spec/features/security/project/internal_access_spec.rb298ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb299ee/spec/features/groups/saml_providers_spec.rb300ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb301ee/spec/features/projects/quality/test_case_show_spec.rb302ee/spec/features/projects/iterations/user_views_iteration_spec.rb303ee/spec/features/projects/issues/user_creates_issue_spec.rb304ee/spec/features/projects/path_locks_spec.rb305ee/spec/features/trials/select_namespace_spec.rb306ee/spec/features/issues/move_issue_resource_weight_events_spec.rb307ee/spec/features/account_recovery_regular_check_spec.rb308ee/spec/features/security/group/public_access_spec.rb309ee/spec/features/groups/group_overview_spec.rb310ee/spec/features/groups/groups_security_credentials_spec.rb311ee/spec/features/projects/user_applies_custom_file_template_spec.rb312ee/spec/features/discussion_comments/epic_quick_actions_spec.rb313ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb314ee/spec/features/projects/quality/test_case_create_spec.rb315ee/spec/features/projects/settings/auto_rollback_spec.rb316ee/spec/features/analytics/code_analytics_spec.rb317ee/spec/features/merge_request/user_creates_multiple_assignees_mr_spec.rb318ee/spec/features/admin/admin_merge_requests_approvals_spec.rb319ee/spec/features/groups/new_spec.rb320ee/spec/features/admin/admin_sends_notification_spec.rb321ee/spec/features/security/project/snippet/public_access_spec.rb322ee/spec/features/google_analytics_datalayer_spec.rb323ee/spec/features/subscriptions/groups/edit_spec.rb324ee/spec/features/projects/show_project_spec.rb325ee/spec/features/projects_spec.rb326ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb327ee/spec/features/operations_nav_link_spec.rb328ee/spec/features/merge_request/sidebar_spec.rb329ee/spec/features/subscriptions_spec.rb330ee/spec/features/projects/navbar_spec.rb331ee/spec/features/projects/releases/user_views_release_spec.rb332ee/spec/features/registrations/one_trust_spec.rb333ee/spec/features/profiles/billing_spec.rb334ee/spec/features/analytics/group_analytics_spec.rb335ee/spec/features/user_unsubscribes_from_admin_notifications_spec.rb336ee/spec/features/merge_request/user_approves_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.048904851 seconds...342Test environment set up in 0.792483183 seconds343Group wikis344 behaves like User creates wiki page345 when wiki is empty346Starting the Capybara driver server...347Capybara starting Puma...348* Version 5.5.2 , codename: Zawgyi349* Min threads: 0, max threads: 4350* Listening on unix:///tmp/20220204-465-a69myh351 disables the submit button352 makes sure links to unknown pages work correctly353 shows non-escaped link in the pages list354 has `Create home` as a commit message355 creates a page from the home page356 creates ASCII wiki with LaTeX blocks357 creates a wiki page with Org markup358 behaves like wiki file attachments359 uploading attachments360 before uploading361 shows "Attach a file" button362 uploading is in progress363 cancels uploading on clicking to "Cancel" button364 shows "Attaching a file" message on uploading 1 file365 uploading is complete366 shows "Attach a file" button on uploading complete367 the markdown link is added to the page368 the links point to the wiki root url369 the file has been added to the wiki repository370 when wiki is not empty371 shows the emoji autocompletion dropdown372 via the `new wiki page` page373 creates a page with a single word374 creates a page with spaces in the name375 creates a page with hyphens in the name376 behaves like User deletes wiki page377 when user is the owner or maintainer378 behaves like deletes a wiki page379 deletes a page380 when user is a developer381 behaves like deletes a wiki page382 deletes a page383 behaves like User previews wiki changes384 when rendering a new wiki page385 behaves like relative links386 when there are no spaces or hyphens in the page name387 behaves like rewrites relative links388 is expected to have visible link "relative link 3" with href "/groups/group21/-/wikis/a/b/c/e/f/relative"389 when there are spaces in the page name390 behaves like rewrites relative links391 is expected to have visible link "relative link 3" with href "/groups/group22/-/wikis/a-page/b-page/c-page/e/f/relative"392 when there are hyphens in the page name393 behaves like rewrites relative links394 is expected to have visible link "relative link 3" with href "/groups/group23/-/wikis/a-page/b-page/c-page/e/f/relative"395 when previewing an existing wiki page396 renders content with CommonMark397 does not linkify double brackets inside code blocks as expected398 behaves like relative links399 when there are no spaces or hyphens in the page name400 behaves like rewrites relative links401 is expected to have visible link "relative link 3" with href "/groups/group26/-/wikis/a/b/c/e/f/relative"402 when there are spaces in the page name403 behaves like rewrites relative links404 is expected to have visible link "relative link 3" with href "/groups/group27/-/wikis/a-page/b-page/c-page/e/f/relative"405 when there are hyphens in the page name406 behaves like rewrites relative links407 is expected to have visible link "relative link 3" with href "/groups/group28/-/wikis/a-page/b-page/c-page/e/f/relative"408 behaves like User updates wiki page409 when wiki is empty410 redirects back to the home edit page411 updates a page that has a path412 behaves like wiki file attachments413 uploading attachments414 before uploading415 shows "Attach a file" button416 uploading is in progress417 cancels uploading on clicking to "Cancel" button418 shows "Attaching a file" message on uploading 1 file419 uploading is complete420 shows "Attach a file" button on uploading complete421 the markdown link is added to the page422 the links point to the wiki root url423 the file has been added to the wiki repository424 when wiki is not empty425 updates a page426 updates the commit message as the title is changed427 correctly escapes the commit message entities428 disables the submit button429 shows the emoji autocompletion dropdown430 updates a page431 focuses on the content field432 cancels editing of a page433 behaves like wiki file attachments434 uploading attachments435 before uploading436 shows "Attach a file" button437 uploading is in progress438 cancels uploading on clicking to "Cancel" button439 shows "Attaching a file" message on uploading 1 file440 uploading is complete441 shows "Attach a file" button on uploading complete442 the markdown link is added to the page443 the links point to the wiki root url444 the file has been added to the wiki repository445 when multiple people edit the page at the same time446 preserves user changes in the wiki editor447 when using the content editor448 with feature flag on449 behaves like edits content using the content editor450 formats text as bold using bubble menu451 with feature flag off452 behaves like edits content using the content editor453 formats text as bold using bubble menu454 when the page is in a subdir455 moves the page to the root folder456 moves the page to other dir457 remains in the same place if title has not changed458 can be moved to a different dir with a different name459 can be renamed and moved to the root folder460 squishes the title before creating the page461 behaves like wiki file attachments462 uploading attachments463 before uploading464 shows "Attach a file" button465 uploading is in progress466 cancels uploading on clicking to "Cancel" button467 shows "Attaching a file" message on uploading 1 file468 uploading is complete469 shows "Attach a file" button on uploading complete470 the markdown link is added to the page471 the links point to the wiki root url472 the file has been added to the wiki repository473 when an existing page exceeds the content size limit474 allows changing the title if the content does not change475 shows a validation error when trying to change the content476 behaves like User uses wiki shortcuts477 visit edit wiki page using "e" keyboard shortcut478 behaves like User views AsciiDoc page with includes479 when the file being included exists480 includes the file contents481 when there are multiple versions of the wiki pages482 viewing the latest version483 includes the latest content484 viewing the original version485 includes the content from the original version486 when the file being included does not exist487 outputs an error488 behaves like User views a wiki page489 opens a default wiki page490 when wiki is empty491 shows the history of a page that has a path492 shows an old version of a page493 when a page does not have history494 shows all the pages495 shows the creation page if file does not exist496 shows a file stored in a page497 is expected not to have visible xpath "/html"498 when a page has history499 shows the page history500 does not show the "Edit" button501 show the diff502 links to the correct diffs503 between the current and the previous version of a page504 between two old versions of a page505 for the oldest version of a page506 when a page has special characters in its title507 preserves the special characters508 when a page has XSS in its title or content509 safely displays the page510 when a page has XSS in its message511 safely displays the message512 when page has invalid content encoding513 does not show "Edit" button514 shows error515 behaves like User views wiki pages516 ordered by title517 asc518 pages are displayed in direct order519 desc520 pages are displayed in reversed order521 ordered by created_at522 asc523 pages are displayed in direct order524 desc525 pages are displayed in reversed order526 behaves like User views wiki sidebar527 when there are some existing pages528 when there is no custom sidebar529 renders a default sidebar530 can create a custom sidebar531 when there is a custom sidebar532 renders the custom sidebar instead of the default one533 can edit the custom sidebar534 when there are 15 existing pages535 shows all pages in the sidebar536 when there are more than 15 existing pages537 shows the first 15 pages in the sidebar538 behaves like User views Git access wiki page539 shows the correct clone URLs540Billing plan pages541 users profile billing page542 on free543 displays the correct call to action544 behaves like does not display the billing plans545 does not display the plans546 behaves like plan with subscription table547 displays subscription table548 on bronze plan549 shows the EoA bronze banner that can be dismissed permanently550 behaves like plan with header551 displays header552 behaves like downgradable plan553 displays the downgrade link554 behaves like upgradable plan555 displays the upgrade link556 behaves like can contact sales557 displays the in-app hand raise lead558 behaves like plan with subscription table559 displays subscription table560 when hide_deprecated_billing_plans is active561 behaves like plan with free upgrade562 displays the free upgrade563 behaves like active deprecated plan564 renders the plan card marked as Legacy565 with more than 25 users566 behaves like plan with sales-assisted upgrade567 displays the sales assisted offer568 on premium plan569 behaves like plan with header570 displays header571 behaves like downgradable plan572 displays the downgrade link573 behaves like upgradable plan574 displays the upgrade link575 behaves like can contact sales576 displays the in-app hand raise lead577 behaves like plan with subscription table578 displays subscription table579 behaves like does not display EoA banner580 does not display the banner581 on ultimate plan582 behaves like plan with header583 displays header584 behaves like downgradable plan585 displays the downgrade link586 behaves like non-upgradable plan587 does not display the upgrade link588 behaves like plan with subscription table589 displays subscription table590 behaves like does not display EoA banner591 does not display the banner592 when CustomersDot is unavailable593 renders an error page594 users profile billing page with a trial595 on free596 behaves like does not display the billing plans597 does not display the plans598 on bronze plan599 behaves like plan with header600 displays header601 behaves like downgradable plan602 displays the downgrade link603 behaves like upgradable plan604 displays the upgrade link605 behaves like can contact sales606 displays the in-app hand raise lead607 on ultimate plan608 behaves like plan with header609 displays header610 behaves like downgradable plan611 displays the downgrade link612 behaves like non-upgradable plan613 does not display the upgrade link614 group billing page615 top-most group616 on ultimate617 displays plan header618 does not display the billing plans table619 behaves like plan with subscription table620 displays subscription table621 on bronze622 displays plan header623 does display the billing plans table624 behaves like can contact sales625 displays the in-app hand raise lead626 behaves like plan with subscription table627 displays subscription table628 on free629 behaves like used seats rendering for non paid subscriptions630 displays the number of seats631 on trial632DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in force_popover_to_be_shown? at /builds/gitlab-org/gitlab/ee/app/helpers/trial_status_widget_helper.rb:61)633 displays the billing plans table634 behaves like non-upgradable plan635DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in force_popover_to_be_shown? at /builds/gitlab-org/gitlab/ee/app/helpers/trial_status_widget_helper.rb:61)636DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in force_popover_to_be_shown? at /builds/gitlab-org/gitlab/ee/app/helpers/trial_status_widget_helper.rb:61)637 does not display the upgrade link638 behaves like used seats rendering for non paid subscriptions639DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in force_popover_to_be_shown? at /builds/gitlab-org/gitlab/ee/app/helpers/trial_status_widget_helper.rb:61)640DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in force_popover_to_be_shown? at /builds/gitlab-org/gitlab/ee/app/helpers/trial_status_widget_helper.rb:61)641 displays the number of seats642 behaves like plan with subscription table643DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in force_popover_to_be_shown? at /builds/gitlab-org/gitlab/ee/app/helpers/trial_status_widget_helper.rb:61)644DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in force_popover_to_be_shown? at /builds/gitlab-org/gitlab/ee/app/helpers/trial_status_widget_helper.rb:61)645 displays subscription table646 seat refresh button647 updates seat counts on click648 with unexpected JSON649 renders no header for missing plan650 displays all plans651Issue Boards652 epic653 when the issue is not associated with an epic654 displays `None` for value of epic655 when the issue is associated with an epic656 displays name of epic and links to it657 updates the epic associated with the issue658 weight659 displays weight async660 updates weight in sidebar to 1661 updates weight in sidebar to no weight662 updates the original card when another card is clicked663 unlicensed664 hides weight665 scoped labels666 adds multiple scoped labels667 with scoped label assigned668 removes existing scoped label669 when opening sidebars670 closes card sidebar when opening settings sidebar671 closes settings sidebar when opening card sidebar672Filter issues by iteration673 project issues list674 behaves like filters by iteration675 when iterations are not available676 does not show the iteration filter option677 when iterations are available678 when passing specific iteration by title679 behaves like filters issues by iteration680 filters correct issues681 when passing Current iteration682 behaves like filters issues by iteration683 filters correct issues684 when filtering by negated iteration685 with specific iteration686 behaves like filters issues by negated iteration687 filters by negated iteration688 with current iteration689 behaves like filters issues by negated iteration690 filters by negated iteration691 behaves like shows iterations when using iteration token692 when viewing list of iterations693 shows cadence titles, and iteration titles and dates694 group issues list695 behaves like filters by iteration696 when iterations are not available697 does not show the iteration filter option698 when iterations are available699 when passing specific iteration by title700 behaves like filters issues by iteration701 filters correct issues702 when passing Current iteration703 behaves like filters issues by iteration704 filters correct issues705 when filtering by negated iteration706 with specific iteration707 behaves like filters issues by negated iteration708 filters by negated iteration709 with current iteration710 behaves like filters issues by negated iteration711 filters by negated iteration712 behaves like shows iterations when using iteration token713 when viewing list of iterations714 shows cadence titles, and iteration titles and dates715 project board716 behaves like filters by iteration717 when iterations are not available718 does not show the iteration filter option719 when iterations are available720 when passing specific iteration by title721 behaves like filters issues by iteration722 filters correct issues723 when passing Current iteration724 behaves like filters issues by iteration725 filters correct issues726 when filtering by negated iteration727 with specific iteration728 behaves like filters issues by negated iteration729 filters by negated iteration730 with current iteration731 behaves like filters issues by negated iteration732Skipping ./ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb[1:3:1:2:3:2:1:1] 'Filter issues by iteration project board behaves like filters by iteration when iterations are available when filtering by negated iteration with current iteration behaves like filters issues by negated iteration filters by negated iteration' because it's flaky.733 filters by negated iteration (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)734 group board735 behaves like filters by iteration736 when iterations are not available737 does not show the iteration filter option738 when iterations are available739 when passing specific iteration by title740 behaves like filters issues by iteration741 filters correct issues742 when passing Current iteration743 behaves like filters issues by iteration744 filters correct issues745 when filtering by negated iteration746 with specific iteration747 behaves like filters issues by negated iteration748 filters by negated iteration749 with current iteration750 behaves like filters issues by negated iteration751Skipping ./ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb[1:4:1:2:3:2:1:1] 'Filter issues by iteration group board behaves like filters by iteration when iterations are available when filtering by negated iteration with current iteration behaves like filters issues by negated iteration filters by negated iteration' because it's flaky.752 filters by negated iteration (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)753Prometheus custom metrics754 deletes a custom metric755DevOps Reports page756 with ultimate license757DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.758Falling back to an asset that may be in the public folder.759This behavior is deprecated and will be removed.760To bypass the asset pipeline and preserve this behavior,761use the `skip_pipeline: true` option.762 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)763 shows the tabbed layout764DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.765Falling back to an asset that may be in the public folder.766This behavior is deprecated and will be removed.767To bypass the asset pipeline and preserve this behavior,768use the `skip_pipeline: true` option.769 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)770 shows the correct tabs771DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.772Falling back to an asset that may be in the public folder.773This behavior is deprecated and will be removed.774To bypass the asset pipeline and preserve this behavior,775use the `skip_pipeline: true` option.776 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)777 defaults to the Overview tab778DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.779Falling back to an asset that may be in the public folder.780This behavior is deprecated and will be removed.781To bypass the asset pipeline and preserve this behavior,782use the `skip_pipeline: true` option.783 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)784 does not add the tab param when the Overview tab is selected785DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.786Falling back to an asset that may be in the public folder.787This behavior is deprecated and will be removed.788To bypass the asset pipeline and preserve this behavior,789use the `skip_pipeline: true` option.790 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)791 shows the devops core tab when the tab param is set792 behaves like displays tab content793DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.794Falling back to an asset that may be in the public folder.795This behavior is deprecated and will be removed.796To bypass the asset pipeline and preserve this behavior,797use the `skip_pipeline: true` option.798 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)799 displays the Sec tab content when selected800 behaves like displays tab content801DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.802Falling back to an asset that may be in the public folder.803This behavior is deprecated and will be removed.804To bypass the asset pipeline and preserve this behavior,805use the `skip_pipeline: true` option.806 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)807 displays the Ops tab content when selected808 behaves like displays tab content809DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.810Falling back to an asset that may be in the public folder.811This behavior is deprecated and will be removed.812To bypass the asset pipeline and preserve this behavior,813use the `skip_pipeline: true` option.814 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)815 displays the DevOps Score tab content when selected816 behaves like appends the tab param to the url817DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.818Falling back to an asset that may be in the public folder.819This behavior is deprecated and will be removed.820To bypass the asset pipeline and preserve this behavior,821use the `skip_pipeline: true` option.822 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)823 adds the ?tab=sec param when the Sec tab is selected824 behaves like appends the tab param to the url825DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.826Falling back to an asset that may be in the public folder.827This behavior is deprecated and will be removed.828To bypass the asset pipeline and preserve this behavior,829use the `skip_pipeline: true` option.830 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)831 adds the ?tab=ops param when the Ops tab is selected832 behaves like appends the tab param to the url833DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.834Falling back to an asset that may be in the public folder.835This behavior is deprecated and will be removed.836To bypass the asset pipeline and preserve this behavior,837use the `skip_pipeline: true` option.838 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)839 adds the ?tab=devops-score param when the DevOps Score tab is selected840 the devops score tab841DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.842Falling back to an asset that may be in the public folder.843This behavior is deprecated and will be removed.844To bypass the asset pipeline and preserve this behavior,845use the `skip_pipeline: true` option.846 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)847 has dismissable intro callout848 when usage ping is disabled849DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.850Falling back to an asset that may be in the public folder.851This behavior is deprecated and will be removed.852To bypass the asset pipeline and preserve this behavior,853use the `skip_pipeline: true` option.854 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)855 shows empty state856DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.857Falling back to an asset that may be in the public folder.858This behavior is deprecated and will be removed.859To bypass the asset pipeline and preserve this behavior,860use the `skip_pipeline: true` option.861 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)862 hides the intro callout863 when there is no data to display864DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.865Falling back to an asset that may be in the public folder.866This behavior is deprecated and will be removed.867To bypass the asset pipeline and preserve this behavior,868use the `skip_pipeline: true` option.869 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)870 shows empty state871 when there is data to display872DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.873Falling back to an asset that may be in the public folder.874This behavior is deprecated and will be removed.875To bypass the asset pipeline and preserve this behavior,876use the `skip_pipeline: true` option.877 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)878 shows the DevOps Score app879 without ultimate license880DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.881Falling back to an asset that may be in the public folder.882This behavior is deprecated and will be removed.883To bypass the asset pipeline and preserve this behavior,884use the `skip_pipeline: true` option.885 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:251)886 does not show the tabbed layout887Issues > Bulk edit issues888 as an allowed user889 at group level890 behaves like bulk edit option in sidebar891 is present when bulk edit is enabled892 is not present when bulk edit is disabled893 behaves like bulk edit epic894 epic895 to all issues896 updates with selected epic897 to a issue898 updates with selected epic899 behaves like bulk edit health status900 health_status901 to all issues902 updates the health statuses903 to an issue904 updates the checked issue's status905 behaves like bulk edit iteration906 iteration907 to all issues908 updates the iteration909 cannot find iteration when iterations is off910 cannot find iteration dropdown911 at project level912 behaves like bulk edit option in sidebar913 is present when bulk edit is enabled914 is not present when bulk edit is disabled915 behaves like bulk edit epic916 epic917 to all issues918 updates with selected epic919 to a issue920 updates with selected epic921 behaves like bulk edit health status922 health_status923 to all issues924 updates the health statuses925 to an issue926 updates the checked issue's status927 behaves like bulk edit iteration928 iteration929 to all issues930 updates the iteration931 cannot find iteration when iterations is off932 cannot find iteration dropdown933 behaves like cannot find iterations when project does not have a group934 cannot find iteration when group does not belong to project935 cannot find iteration dropdown936 as a guest937 at group level938 behaves like bulk edit health_status with insufficient permissions939 cannot bulk assign health_status940 at project level941 behaves like bulk edit health_status with insufficient permissions942 cannot bulk assign health_status943Multiple Issue Boards944 with multiple group issue boards disabled945 hides the link to create a new board946 does not show license warning when there is one board created947 shows a license warning when group has more than one board948 with multiple group issue boards enabled949 behaves like multiple issue boards950 authorized user951 shows current board name952 shows a list of boards953 switches current board954 creates new board without detailed configuration955 adds a list to the none default board956 maintains sidebar state over board switch957 switches current board back958 unauthorized user959 does not show action links960[EE] Internal Project Access961 GET /:project_path/insights962 is expected to be allowed for admin963 is expected to be allowed for auditor964 is expected to be allowed for owner965 is expected to be allowed for maintainer966 is expected to be allowed for developer967 is expected to be allowed for reporter968 is expected to be allowed for guest969 is expected to be allowed for user970 is expected to be denied for external971 is expected to be denied for visitor972 GET /:project_path973 is expected to be allowed for auditor974 GET /:project_path/-/tree/master975 is expected to be allowed for auditor976 GET /:project_path/-/commits/master977 is expected to be allowed for auditor978 GET /:project_path/-/commit/:sha979 is expected to be allowed for auditor980 GET /:project_path/-/compare981 is expected to be allowed for auditor982 GET /:project_path/-/project_members983 is expected to be allowed for auditor984 GET /:project_path/-/settings/repository985 is expected to be denied for auditor986 GET /:project_path/-/blob987 is expected to be allowed for auditor988 GET /:project_path/edit989 is expected to be denied for auditor990 GET /:project_path/deploy_keys991 is expected to be denied for auditor992 GET /:project_path/issues993 is expected to be allowed for auditor994 GET /:project_path/snippets995DEPRECATION 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)996 is expected to be allowed for auditor997 GET /:project_path/snippets/new998 is expected to be denied for auditor999 GET /:project_path/-/merge_requests1000 is expected to be allowed for auditor1001 GET /:project_path/-/merge_requests/new1002 is expected to be denied for auditor1003 GET /:project_path/-/branches1004 is expected to be allowed for auditor1005 GET /:project_path/-/tags1006 is expected to be allowed for auditor1007 GET /:project_path/-/settings/integrations1008 is expected to be denied for auditor1009 GET /:project_path/-/pipelines1010DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_code_quality_walkthrough_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:322)1011DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_ci_runner_templates_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:335)1012 is expected to be allowed for auditor1013 GET /:project_path/-/pipelines/:id1014 is expected to be allowed for auditor1015 GET /:project_path/builds1016 when allowed for public and internal1017 is expected to be allowed for auditor1018 when disallowed for public and internal1019 is expected to be allowed for auditor1020 GET /:project_path/builds/:id1021 when allowed for public and internal1022 is expected to be allowed for auditor1023 when disallowed for public and internal1024 is expected to be allowed for auditor1025 GET /:project_path/-/environments1026 is expected to be allowed for auditor1027 GET /:project_path/-/environments/:id1028 is expected to be allowed for auditor1029 GET /:project_path/-/environments/new1030 is expected to be denied for auditor1031 GET /:project_path/container_registry1032 is expected to be allowed for auditor1033 when license blocks changes1034 GET /:project_path/issues/new1035 is expected to be denied for maintainer1036 is expected to be denied for reporter1037 is expected to be denied for admin1038 is expected to be denied for guest1039 is expected to be denied for user1040 is expected to be denied for auditor1041 is expected to be denied for visitor1042 GET /:project_path/-/merge_requests/new1043 is expected to be denied for maintainer1044 is expected to be denied for reporter1045 is expected to be denied for admin1046 is expected to be denied for guest1047 is expected to be denied for user1048 is expected to be denied for auditor1049 is expected to be denied for visitor1050Issue boards sidebar labels using epic swimlanes1051 group boards1052 in the top-level group board1053 selecting an issue from a direct descendant project1054 when editing labels1055 displays the label from the top-level group1056 displays the label from the project1057 does not display labels from the project's siblings or their descendents1058 selecting an issue from a subgroup's project1059 when editing labels1060 displays the label from the top-level group1061 displays the label from the subgroup1062 displays the label from the project1063 does not display labels from the subgroup's siblings (project or group)1064SAML provider settings1065 settings1066 displays required information to user1067 provides metadata XML1068 allows creation of new provider1069 shows errors if fields missing1070 "Enforce SSO-only authentication for web activity for this group" checkbox1071 is checked by default1072 displays warning if unchecked1073 with existing SAML provider1074 allows provider to be disabled1075 displays user login URL1076 updates the enforced sso setting1077 enforced_group_managed_accounts enabled1078 updates the enforced_group_managed_accounts flag1079 updates the prohibited_outer_forks flag1080 enforced_group_managed_accounts disabled1081 does not render toggles1082 test button1083 displays XML validation errors1084 displays SAML Response XML1085 #sso1086 with no SAML provider configured1087 acts as if the group was not found1088 as owner1089 redirects to settings page with warning1090 with existing SAML provider1091 when not signed in1092 shows the sso page so user can sign in1093 when signed in1094 shows warning that linking accounts authorizes control over sign in1095 Authorize/link button redirects to auth flow1096 with linked account1097 sign in button redirects to auth flow1098 when user has access locked1099 warns user that their account is locked1100 with 2FA1101 warns user their account is locked1102 for a private group1103 when not signed in1104 doesn't show sso page1105 shows the sso page if the token is given1106 when signed in1107 displays sign in button1108 doesn't leak group information1109Reset namespace pipeline minutes1110 for user namespace1111 reset pipeline minutes button is visible1112 when namespace has minutes used1113 resets pipeline minutes1114 when resetting pipeline minutes fails1115 renders edit page with an error1116 when creating a new group1117 does not display reset pipeline minutes callout1118 for group namespace1119 reset pipeline minutes button is visible1120 when namespace has minutes used1121 resets pipeline minutes1122 when resetting pipeline minutes fails1123 renders edit page with an error1124Test Cases1125 test case page1126 header1127 shows status, created date and author1128 shows action buttons1129 archives test case1130 body1131 shows title, description and edit button1132 makes title and description editable on edit click1133 enters into zen mode when clicking on zen mode button1134 update title and description1135 sidebar1136 shows expand/collapse button1137 todo1138 shows todo status1139 add test case as todo1140 mark test case todo as done1141 labels1142 shows assigned labels1143 shows labels dropdown on edit click1144 applies label using labels dropdown1145 for a nonexistent test case1146 renders 404 page1147User views iteration1148 with license1149 behaves like render iteration page1150 view an iteration1151Checking 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:251152 shows iteration info1153 when grouping by label1154 behaves like iteration report group by label1155 groups by label1156 shows ungrouped issues when `Group by: None` is selected again1157 shows ungrouped issues when label `x` is clicked to remove it1158 with old routes1159 is expected to eq "/group155/project11/-/iterations/2"1160 behaves like render iteration page1161 view an iteration1162Checking 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:251163 shows iteration info1164 without license1165 shows page not found1166User creates issue1167 with weight set1168 creates issue1169 with epics1170 creates an issue with no epic1171 credates an issue with an epic1172 when new issue url has parameter1173 for inherited issue template1174 fills in with inherited template1175Path Locks1176 locking folders1177 locking files1178 unlocking files1179 managing of lock list1180Trial Select Namespace1181 when user1182 when source is not about.gitlab.com1183 shows company/individual question1184 when source is about.gitlab.com1185 hides company/individual duplicate question1186 selects create a new group1187 shows the new group name input1188 enters a valid new group name1189 when user can create groups1190 proceeds to the next step1191 when user can not create groups1192 returns 4041193 enters an existing group name1194 proceeds to the next step with a unique url1195 and does not enter a new group name1196 shows validation error1197 selects an existing group1198 without trial plan1199 does not show the new group name input1200 applies trial and redirects to dashboard1201 with trial plan1202 shows validation error1203Resource weight events1204 move issue by quick action1205 when original issue has weight events1206 creates expected weight events on the moved issue1207Account recovery regular check callout1208 when signed in1209 when user has two-factor authentication disabled1210 does not show the callout1211 when user sets up two-factor authentication1212 does not show the callout1213 when user has two-factor authentication enabled1214 shows callout if not dismissed1215 hides callout when user clicks action button1216 hides callout when user clicks close1217 shows callout on next session if user did not dismissed it1218 hides callout on next session if user dismissed it1219[EE] Public Group access1220 GET /groups/:path/-/insights1221 is expected to be allowed for admin1222 is expected to be allowed for auditor1223 is expected to be allowed for owner1224 is expected to be allowed for maintainer1225 is expected to be allowed for developer1226 is expected to be allowed for reporter1227 is expected to be allowed for guest1228 is expected to be allowed for the specified user1229 is expected to be allowed for user1230 is expected to be allowed for external1231 is expected to be allowed for visitor1232 GET /groups/:path1233 is expected to be allowed for auditor1234 GET /groups/:path/-/issues1235 is expected to be allowed for auditor1236 GET /groups/:path/-/merge_requests1237 is expected to be allowed for auditor1238 GET /groups/:path/-/group_members1239 is expected to be allowed for auditor1240 GET /groups/:path/-/edit1241 is expected to be denied for auditor1242Group information1243 when the default value of "Group information content" preference is used1244 displays the Details view1245 when Security Dashboard view is set as default1246 and Security Dashboard feature is not available for a group1247 displays the "Security Dashboard unavailable" empty state1248 qrtly reconciliation alert1249 on self-managed1250 behaves like a hidden qrtly reconciliation alert1251 does not display an alert1252 on dotcom1253 when qrtly reconciliation is available1254 behaves like a visible dismissible qrtly reconciliation alert1255 when dismissed1256 behaves like a hidden qrtly reconciliation alert1257 does not display an alert1258 when visiting again1259 behaves like a hidden qrtly reconciliation alert1260 does not display an alert1261 when qrtly reconciliation is not available1262 behaves like a hidden qrtly reconciliation alert1263 does not display an alert1264Groups::Security::Credentials1265 licensed1266 links1267 has Credentials Inventory link in sidebar1268 tabs1269 contains the relevant filter tabs1270 filtering1271 by Personal Access Tokens1272 behaves like credentials inventory personal access tokens1273 when a personal access token is active1274 shows the details1275 when a personal access token has an expiry1276 shows the details with an expiry date1277 has an expiry icon1278 when a personal access token is revoked1279 shows the details with a revoked date1280 by SSH Keys1281 behaves like credentials inventory SSH keys1282 when a SSH key is active1283 shows the details1284 shows the delete button1285 and the user clicks the delete button1286 deletes the key1287 when a SSH key has an expiry1288 shows the details with an expiry date1289 has an expiry icon1290 by GPG Keys1291 returns a 404 not found response1292 unlicensed1293 returns 4001294Project1295 Custom file templates1296 allows file creation from an instance template1297 allows file creation from a group template1298Epic quick actions1299 note with a quick action1300 previews a note with quick action1301 executes the quick action1302Feature flag issue links1303 linking a feature flag to an issue1304 user can link a feature flag to an issue1305 user sees simple form without relates to / blocks / is blocked by radio buttons1306 autocompletes issues1307 when the feature is unlicensed1308 does not show the related issues widget1309 unlinking a feature flag from an issue1310 user can unlink a feature flag from an issue1311Test Cases1312 test case create form1313 shows page title, title, description and label input fields1314 shows labels and footer actions within labels dropdown1315 shows page actions1316 creates a test case on saving form1317Automatic Deployment Rollbacks1318 when the user is not authorised1319 renders 404 page1320 when project does not have a license for auto_rollback feature1321 behaves like the auto rollback feature is not available1322 does not render the Automatic Deployment Rollbacks checkbox1323 when project has a license for auto_rollback feature1324 checks the auto rollback checkbox when the checkbox is checked1325 when the checkbox is checked1326 unchecks the auto rollback checkbox1327CodeReviewAnalytics1328 filtered search1329 renders the filtered search bar correctly1330 displays label and milestone in search hint1331 empty state1332 when a regular user is signed in1333 behaves like empty state1334 shows empty state with "New merge request" button1335 when an "Auditor" is signed in1336 when "Auditor" is a member of the project1337 behaves like empty state1338 shows empty state with "New merge request" button1339 when "Auditor" is not a member of the project1340 behaves like empty state1341 shows empty state without "New merge request" button1342 when no user is signed in1343 behaves like empty state1344 shows empty state without "New merge request" button1345Merge request > User creates MR with multiple assignees1346 behaves like multiple assignees merge request1347 creates a MR with multiple assignees1348Admin interacts with merge requests approvals settings1349 updates instance-level merge request approval settings and enforces project-level ones1350New Group page1351 toggling the invite members section1352 when selecting options from the "Who will be using this group?" question1353 toggles the invite members section1354 identity verification experiment1355 when creating a top-level group1356 does not show verification form1357 when in candidate path1358 shows verification form1359 when creating a sub-group1360 does not show verification form1361Admin sends notification1362 sends notification1363Public Project Snippets Access1364 GET /:project_path/snippets1365DEPRECATION 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)1366 is expected to be allowed for auditor1367 GET /:project_path/snippets/new1368 is expected to be denied for auditor1369 GET /:project_path/snippets/:id1370 for a public snippet1371 is expected to be allowed for auditor1372 for an internal snippet1373 is expected to be allowed for auditor1374 for a private snippet1375 is expected to be allowed for auditor1376 GET /:project_path/snippets/:id/raw1377 for a public snippet1378 is expected to be allowed for auditor1379 for an internal snippet1380 is expected to be allowed for auditor1381 for a private snippet1382 is expected to be allowed for auditor1383GitLab.com Google Analytics DataLayer1384 on account sign up pages1385 when creating a new trial registration1386 tracks form submissions in the dataLayer1387 when creating a new user1388 track form submissions in the dataLayer1389 on trial group select page1390 tracks create group events1391 on new registration groups page1392 tracks saasTrialGroup events in the dataLayer1393 on new registration projects page1394 when creating a new project through the form1395 tracks saasTrialProject events in the dataLayer1396Welcome screen1397 on GitLab.com1398 shows the group edit page without a progress bar1399 when showing for a new user1400 shows the progress bar with the correct steps1401Project show page1402 stat button existence1403 populated project1404 as a maintainer1405 "Kubernetes cluster" button linked to clusters page1406 pull mirroring information1407 for maintainer1408 displays mirrored from url1409 for guest1410 does not display mirrored from url1411Project1412 immediately deleting a project marked for deletion1413 deletes the project immediately1414User sees feature flag list1415 with new version flags1416 user updates the status toggle1417 with too many feature flags1418 stops users from adding another1419Operations dropdown navbar EE1420 has an `Operations` link1421 has an `Environments` link1422Merge Request sidebar1423 when epics available1424 does not show epics in MR sidebar1425 when epics unavailable1426 does not show epics promotion in MR sidebar1427Subscriptions Content Security Policy1428 when there is no global CSP config1429 is expected to be blank1430 when a global CSP config exists1431 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://cdn.cookielaw.org https://*.onetrust.com https://*.zuora.com"1432 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"1433 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"1434 is expected to include "connect-src https://cdn.cookielaw.org"1435 when just a default CSP config exists1436 is expected to include "default-src 'self' https://some-cdn.test"1437 is expected to include "script-src 'self' https://some-cdn.test 'unsafe-eval' https://cdn.cookielaw.org https://*.onetrust.com https://*.zuora.com"1438 is expected to include "frame-src 'self' https://some-cdn.test https://*.zuora.com"1439 is expected to include "child-src 'self' https://some-cdn.test https://*.zuora.com"1440Project navbar1441 when issue analytics is available1442 behaves like verified navigation bar1443 renders correctly1444 when security dashboard is available1445 behaves like verified navigation bar1446 renders correctly1447 when packages are available1448 when container registry is available1449 behaves like verified navigation bar1450 renders correctly1451User views Release1452 renders the group milestone1453OneTrust in the sign up flow1454 when user visits /users/sign_up/groups/new1455 behaves like one trust settings1456 has the OneTrust CSP settings1457 when user visits /users/sign_up/projects/new1458 behaves like one trust settings1459 has the OneTrust CSP settings1460 when user visits /users/sign_up/groups_projects/new1461 behaves like one trust settings1462DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from new at /builds/gitlab-org/gitlab/ee/app/controllers/registrations/groups_projects_controller.rb:19)1463 has the OneTrust CSP settings1464 when user visits /users/sign_up/welcome/trial_getting_started1465 behaves like one trust settings1466 has the OneTrust CSP settings1467Profiles > Billing1468 when CustomersDot is available1469 with a free plan1470 does not have search settings field1471GroupAnalytics1472 renders the container1473Admin unsubscribes from notification1474 unsubscribes from notifications1475Merge request > User approves1476 Approving by approvers from groups1477 when group is assigned to a project1478 I am able to approve (PENDING: Temporarily skipped with xdescribe)1479 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)1480 when group is assigned to a merge request1481 I am able to approve (PENDING: Temporarily skipped with xdescribe)1482 I am able to unapprove (PENDING: Temporarily skipped with xdescribe)1483 when CI is running but no approval given1484 I am unable to set Merge when pipeline succeeds (PENDING: Temporarily skipped with xdescribe)1485 when merge when threads resolved is active1486 does not show checking ability text (PENDING: Temporarily skipped with xdescribe)1487Knapsack report was generated. Preview:1488{1489 "ee/spec/features/groups/wikis_spec.rb": 333.14544606200025,1490 "ee/spec/features/billings/billing_plans_spec.rb": 82.71344641499991,1491 "ee/spec/features/boards/sidebar_spec.rb": 88.78234919600027,1492 "ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb": 73.17584303500007,1493 "ee/spec/features/projects/services/prometheus_custom_metrics_spec.rb": 67.80139860200006,1494 "ee/spec/features/admin/admin_dev_ops_reports_spec.rb": 55.80445228099961,1495 "ee/spec/features/issues/user_bulk_edits_issues_spec.rb": 55.49804872200002,1496 "ee/spec/features/boards/group_boards/multiple_boards_spec.rb": 46.70719125200003,1497 "ee/spec/features/security/project/internal_access_spec.rb": 33.782812193000154,1498 "ee/spec/features/boards/swimlanes/epics_swimlanes_sidebar_labels_spec.rb": 38.30435503900026,1499 "ee/spec/features/groups/saml_providers_spec.rb": 29.141649814000175,1500 "ee/spec/features/admin/admin_reset_pipeline_minutes_spec.rb": 31.586341517000164,1501 "ee/spec/features/projects/quality/test_case_show_spec.rb": 30.225712205000036,1502 "ee/spec/features/projects/iterations/user_views_iteration_spec.rb": 24.29742115399995,1503 "ee/spec/features/projects/issues/user_creates_issue_spec.rb": 26.856443835999926,1504 "ee/spec/features/projects/path_locks_spec.rb": 23.557678769000177,1505 "ee/spec/features/trials/select_namespace_spec.rb": 18.274804012999994,1506 "ee/spec/features/issues/move_issue_resource_weight_events_spec.rb": 19.63713365600006,1507 "ee/spec/features/account_recovery_regular_check_spec.rb": 17.61635047100026,1508 "ee/spec/features/security/group/public_access_spec.rb": 9.617680326000027,1509 "ee/spec/features/groups/group_overview_spec.rb": 15.226271632000135,1510 "ee/spec/features/groups/groups_security_credentials_spec.rb": 10.595949820999977,1511 "ee/spec/features/projects/user_applies_custom_file_template_spec.rb": 12.940511215999777,1512 "ee/spec/features/discussion_comments/epic_quick_actions_spec.rb": 11.314451325999926,1513 "ee/spec/features/projects/feature_flags/feature_flag_issues_spec.rb": 10.59901039999977,1514 "ee/spec/features/projects/quality/test_case_create_spec.rb": 8.685230403999867,1515 "ee/spec/features/projects/settings/auto_rollback_spec.rb": 7.917662247999942,1516 "ee/spec/features/analytics/code_analytics_spec.rb": 8.698226412999702,1517 "ee/spec/features/merge_request/user_creates_multiple_assignees_mr_spec.rb": 10.249175205000029,1518 "ee/spec/features/admin/admin_merge_requests_approvals_spec.rb": 8.519564021000406,1519 "ee/spec/features/groups/new_spec.rb": 5.270375108999815,1520 "ee/spec/features/admin/admin_sends_notification_spec.rb": 6.60185712800012,1521 "ee/spec/features/security/project/snippet/public_access_spec.rb": 4.294744575000095,1522 "ee/spec/features/google_analytics_datalayer_spec.rb": 6.127533112000037,1523 "ee/spec/features/subscriptions/groups/edit_spec.rb": 5.02735063900036,1524 "ee/spec/features/projects/show_project_spec.rb": 5.721049587999914,1525 "ee/spec/features/projects_spec.rb": 5.071029411999916,1526 "ee/spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 4.58773274799978,1527 "ee/spec/features/operations_nav_link_spec.rb": 4.190402332000303,1528 "ee/spec/features/merge_request/sidebar_spec.rb": 3.0014506420002363,1529 "ee/spec/features/subscriptions_spec.rb": 2.4808027039998706,1530 "ee/spec/features/projects/navbar_spec.rb": 2.899716346999867,1531 "ee/spec/features/projects/releases/user_views_release_spec.rb": 3.116210452999894,1532 "ee/spec/features/registrations/one_trust_spec.rb": 1.4734124950000478,1533 "ee/spec/features/profiles/billing_spec.rb": 1.4406859600003372,1534 "ee/spec/features/analytics/group_analytics_spec.rb": 1.1036561240002811,1535 "ee/spec/features/user_unsubscribes_from_admin_notifications_spec.rb": 0.90040678700006541536}1537Knapsack global time execution for tests: 21m 14s1538Pending: (Failures listed here are expected and do not affect your suite's status)1539 1) Filter issues by iteration project board behaves like filters by iteration when iterations are available when filtering by negated iteration with current iteration behaves like filters issues by negated iteration filters by negated iteration1540 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1541 # ./ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb:591542 2) Filter issues by iteration group board behaves like filters by iteration when iterations are available when filtering by negated iteration with current iteration behaves like filters issues by negated iteration filters by negated iteration1543 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1544 # ./ee/spec/features/issues/filtered_search/filter_issues_by_iteration_spec.rb:591545 3) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to approve1546 # Temporarily skipped with xdescribe1547 # ./ee/spec/features/merge_request/user_approves_spec.rb:291548 4) Merge request > User approves Approving by approvers from groups when group is assigned to a project I am able to unapprove1549 # Temporarily skipped with xdescribe1550 # ./ee/spec/features/merge_request/user_approves_spec.rb:361551 5) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to approve1552 # Temporarily skipped with xdescribe1553 # ./ee/spec/features/merge_request/user_approves_spec.rb:501554 6) Merge request > User approves Approving by approvers from groups when group is assigned to a merge request I am able to unapprove1555 # Temporarily skipped with xdescribe1556 # ./ee/spec/features/merge_request/user_approves_spec.rb:571557 7) Merge request > User approves Approving by approvers from groups when CI is running but no approval given I am unable to set Merge when pipeline succeeds1558 # Temporarily skipped with xdescribe1559 # ./ee/spec/features/merge_request/user_approves_spec.rb:731560 8) Merge request > User approves when merge when threads resolved is active does not show checking ability text1561 # Temporarily skipped with xdescribe1562 # ./ee/spec/features/merge_request/user_approves_spec.rb:991563Finished in 21 minutes 17 seconds (files took 53.86 seconds to load)1564488 examples, 0 failures, 8 pending1565Failed to write to log, write log/workhorse-test.log: file already closed1566RSpec exited with 0.1567No examples to retry, congrats!1569Not uploading cache ruby-gems-v1-9 due to policy1570Not uploading cache gitaly-ruby-gems-v1-9 due to policy1572Uploading artifacts...1573coverage/: found 5 matching files and directories 1574crystalball/: found 2 matching files and directories 1575deprecations/: found 15 matching files and directories 1576knapsack/: found 3 matching files and directories 1577rspec/: found 9 matching files and directories 1578WARNING: tmp/capybara/: no matching files 1579tmp/memory_test/: found 2 matching files and directories 1580log/*.log: found 16 matching files and directories 1581Uploading artifacts as "archive" to coordinator... 201 Created id=2055931473 responseStatus=201 Created token=Sw5Snh311582Uploading artifacts...1583rspec/junit_rspec.xml: found 1 matching files and directories 1584Uploading artifacts as "junit" to coordinator... 201 Created id=2055931473 responseStatus=201 Created token=Sw5Snh311586Job succeeded