rspec system pg12-as-if-foss single-db 17/24
Passed Started
by
@leetickett

Lee Tickett
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...18Running on runner-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1656912490-6cdc22e1...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 115982, done. 25remote: Counting objects: 100% (115982/115982), done. 26remote: Compressing objects: 100% (81017/81017), done. 27remote: Total 115982 (delta 48513), reused 75504 (delta 30561), pack-reused 0 28Receiving objects: 100% (115982/115982), 108.44 MiB | 29.36 MiB/s, done.29Resolving deltas: 100% (48513/48513), done.31 * [new ref] refs/pipelines/579176392 -> refs/pipelines/57917639232Checking out 204b4379 as refs/merge-requests/91556/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets as-if-foss (2673336707)...44Downloading artifacts from coordinator... ok id=2673336707 responseStatus=200 OK token=i6j6H9jg45Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=i6j6H9jg47Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=i6j6H9jg49Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=i6j6H9jg52Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...53$ echo $FOSS_ONLY54155$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb56$ export GOPATH=$CI_PROJECT_DIR/.go57$ mkdir -p $GOPATH58$ source scripts/utils.sh59$ source scripts/prepare_build.sh603.2.3361Bundler version 2.2.3362Successfully installed bundler-2.3.15631 gem installed64production:development65Settings are listed in order of priority. The top value will be used.66clean67Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true68frozen69Set via BUNDLE_FROZEN: true70install_flags71Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"72path73Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"74without75Set via BUNDLE_WITHOUT: [:production, :development]76$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check77Don't run Bundler as root. Bundler can ask for sudo if it is needed, and78installing your bundle as root will break this application for all non-root79users on this machine.80The Gemfile's dependencies are satisfied81==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.82$ bundle pristine pg83Installing pg 1.3.5 with native extensions84==> 'bundle pristine pg' succeeded in 11 seconds.85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 0 seconds.89$ bundle exec rake db:drop db:create db:schema:load db:migrate90Dropped database 'gitlabhq_test'91Created database 'gitlabhq_test'92==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 28 seconds.93$ setup_db_praefect94SELECT pg_catalog.set_config('search_path', '', false);95CREATE DATABASE praefect_test ENCODING 'UTF8';96==> 'setup_db_praefect' succeeded in 1 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 0 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 directory105Don't run Bundler as root. Bundler can ask for sudo if it is needed, and106installing your bundle as root will break this application for all non-root107users on this machine.108Using abstract_type 0.0.7109Using concurrent-ruby 1.1.10110Using i18n 1.10.0111Using minitest 5.15.0112Using tzinfo 2.0.4113Using zeitwerk 2.5.4114Using activesupport 6.1.4.7115Using builder 3.2.4116Using erubi 1.10.0117Using mini_portile2 2.8.0118Using racc 1.6.0119Using nokogiri 1.13.6 (x86_64-linux)120Using rails-dom-testing 2.0.3121Using crass 1.0.6122Using loofah 2.16.0123Using rails-html-sanitizer 1.4.2124Using actionview 6.1.4.7125Using rack 2.2.3126Using rack-test 1.1.0127Using actionpack 6.1.4.7128Using ice_nine 0.11.2129Using thread_safe 0.3.6130Using memoizable 0.4.2131Using adamantium 0.2.0132Using public_suffix 4.0.6133Using addressable 2.7.0134Using ast 2.4.2135Using binding_ninja 0.2.3136Using bundler 2.3.15137Using charlock_holmes 0.7.7138Using coderay 1.1.2139Using equalizer 0.0.11140Using concord 0.1.5141Using diff-lcs 1.3142Using dotenv 2.7.6143Using escape_utils 1.2.1144Using factory_bot 5.0.2145Using multipart-post 2.1.1146Using faraday 1.0.1147Using ffi 1.15.3148Using json 2.5.1149Using gemojione 3.3.0150Using mini_mime 1.0.2151Using rugged 1.2.0152Using github-linguist 7.12.1153Using github-markup 1.7.0154Using mime-types-data 3.2020.1104155Using mime-types 3.3.1156Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1157Using rouge 3.27.0158Using sanitize 6.0.0159Using stringex 2.8.5160Using gitlab-gollum-lib 4.2.7.10.gitlab.2161Using google-protobuf 3.19.1 (x86_64-linux)162Using googleapis-common-protos-types 1.3.0163Using grpc 1.42.0 (x86_64-linux)164Using opentracing 0.5.0165Using thrift 0.15.0166Using jaeger-client 1.1.0167Using pg_query 2.1.1168Using redis 4.4.0169Using gitlab-labkit 0.23.0170Using rubyzip 2.3.2171Using thor 1.1.0172Using tomlrb 2.0.1173Using with_env 1.1.0174Using rexml 3.2.5175Using xml-simple 1.1.9176Using gitlab-license_finder 6.14.2.1177Using gitlab-markup 1.7.1178Using grpc-tools 1.42.0179Using sawyer 0.8.2180Using octokit 4.20.0181Using reverse_markdown 1.4.0182Using licensee 9.14.1183Using method_source 0.9.2184Using msgpack 1.3.3185Using optimist 3.0.1186Using parallel 1.19.2187Using parser 3.0.3.2188Using procto 0.0.3189Using unparser 0.4.7190Using proc_to_ast 0.1.0191Using pry 0.12.2192Using rainbow 3.0.0193Using rbtrace 0.4.14194Using rdoc 6.3.2195Using regexp_parser 1.8.1196Using rspec-support 3.8.0197Using rspec-core 3.8.0198Using rspec-expectations 3.8.3199Using rspec-mocks 3.8.0200Using rspec 3.8.0201Using rspec-parameterized 0.4.2202Using rubocop-ast 0.2.0203Using ruby-progressbar 1.10.1204Using unicode-display_width 1.7.0205Using rubocop 0.86.0206Using sentry-raven 3.0.4207Using timecop 0.9.1208Bundle complete! 22 Gemfile dependencies, 100 gems now installed.209Gems in the groups 'production' and 'development' were not installed.210Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`211Checking gitaly-ruby Gemfile...212Checking gitaly-ruby bundle...213The Gemfile's dependencies are satisfied214Trying to connect to gitaly: ........................................ OK215Trying to connect to gitaly2: ............................................................ OK216Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK217==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.218$ source ./scripts/rspec_helpers.sh219$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"220SKIP_FLAKY_TESTS_AUTOMATICALLY: true221RETRY_FAILED_TESTS_IN_NEW_PROCESS: true222KNAPSACK_GENERATE_REPORT: 223FLAKY_RSPEC_GENERATE_REPORT: 224KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb225KNAPSACK_LOG_LEVEL: debug226KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12-as-if-foss_single-db_17_24_report.json227FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json228FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12-as-if-foss_single-db_17_24_report.json229NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12-as-if-foss_single-db_17_24_report.json230SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12-as-if-foss_single-db_17_24_report.txt231RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12-as-if-foss_single-db_17_24_report.txt232CRYSTALBALL: 233DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call234/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here235 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)236Run options: exclude {:quarantine=>true, :level=>"migration"}237Test environment set up in 0.351686973 seconds238User edit profile239 changes user profile240 does not set secondary emails without user input241Starting the Capybara driver server...242Capybara starting Puma...243* Version 5.6.2 , codename: Birdie's Version244* Min threads: 0, max threads: 4245* Listening on unix:///tmp/20220704-447-1x73njw246 shows an error if the full name contains an emoji247 shows an error if the website url is not valid248 when I change my email249 will prompt to confirm my password250 clears the reset password token251 when prompted to confirm password252 with the correct password successfully updates253 with the incorrect password fails to update254 user avatar255 changes user avatar256/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil257 removes user avatar258 user status259 profile edit form260 shows the user status form261 adds emoji to user status262 adds message to user status263 adds message and emoji to user status264 clears the user status265 displays a default emoji if only message is entered266 sets the users status to busy267 with user status set to busy268 shows author as busy in the assignee dropdown269 displays the assignee busy status270 user menu271 shows the "Set status" menu item in the user menu272 shows the "Edit status" menu item in the user menu273 shows user status modal274 adds emoji to user status275 sets the users status to busy276 opens the emoji modal again after closing it277 does not update the awards panel emoji278 adds message to user status279 adds message and emoji to user status280 clears the user status with the "X" button281 displays a default emoji if only message is entered282 Remove status button283 clears the user status with the "Remove status" button284 shows the "Set status" menu item in the user menu285 note header286 displays the status emoji287 clears the status emoji288 User time preferences289 shows the user time preferences form290 allows the user to select a time zone from a dropdown list of options291 timezone defaults to empty292 work information293 when job title and organziation are entered294 shows job title and organzation on user's profile295 when only job title is entered296 shows only job title on user's profile297 when only organization is entered298 shows only organization on user's profile299User activates issue tracker300 behaves like external issue tracker activation301 user sets and activates the integration302 when the connection test succeeds303 activates the integration304 shows the link in the menu305 when the connection test fails306 activates the integration307 user disables the integration308 saves but does not activate the integration309 does not show the external tracker link in the menu310 behaves like external issue tracker activation311 user sets and activates the integration312 when the connection test succeeds313 activates the integration314 shows the link in the menu315 when the connection test fails316 activates the integration317 user disables the integration318 saves but does not activate the integration319 does not show the external tracker link in the menu320 behaves like external issue tracker activation321 user sets and activates the integration322 when the connection test succeeds323Skipping ./spec/features/projects/integrations/user_activates_issue_tracker_spec.rb[1:3:1:1:1] 'User activates issue tracker behaves like external issue tracker activation user sets and activates the integration when the connection test succeeds activates the integration' because it's flaky.324 activates the integration (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)325 shows the link in the menu326 when the connection test fails327 activates the integration328 user disables the integration329 saves but does not activate the integration330 does not show the external tracker link in the menu331 behaves like external issue tracker activation332 user sets and activates the integration333 when the connection test succeeds334 activates the integration335 shows the link in the menu3371st Try error in ./spec/features/projects/integrations/user_activates_issue_tracker_spec.rb:40:338expected to find text "Connection successful." in "Skip to content GitLab Menu Help P project6 Project information Issues 0 CI/CD Security & Compliance Deployments Packages & Registries Infrastructure Monitor Analytics Wiki Snippets Settings General Integrations Webhooks Access Tokens Repository CI/CD Monitor Usage Quotas Collapse sidebar Sidney Jones46 project6 Integration Settings Custom issue tracker Custom issue tracker Use a custom issue tracker that is not in the integration list. Learn more. Enable integration Active Project URL The URL to the project in the external issue tracker. Issue URL The URL to view an issue in the external issue tracker. Must contain :id. New issue URL The URL to create an issue in the external issue tracker. Save changes Test settings Cancel"339Unexpected browser console output:340security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.341security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.342security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.343security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.344security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.345security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.346security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.347security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.348security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.349security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.350security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.351security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.352security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.353security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.354security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.355security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.356security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.357security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.358security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.359security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.360security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.361security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.362security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.363security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.364security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.365security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.366security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.367security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.368security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.369security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.370security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.371security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.372security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.373security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.374security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.375security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.376security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.377security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.378security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.379security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.380security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.381security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.382security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.383security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.384security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.385security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.386security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.387security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.388security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.389security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.390security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.391security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.392security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.393security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.394security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.395security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.396security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.397security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.398security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.399security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.400security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.401security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.402security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.403security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.404security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.405security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.406security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.407security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.408security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.409security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.410security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.411security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.412security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.413security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.414security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.415webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"416http://127.0.0.1:36373/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CRoot>"417security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.418security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.419security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.420security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.421webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"422http://127.0.0.1:36373/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CRoot>"423webpack-internal:///cmjF 46:20 "Avatar size should be one of [96,64,48,32,24,16], received: 40"424http://127.0.0.1:36373/assets/webpack/dll.2a824f2386c5/vendor.dll.bundle.js 329235:14 "[Vue warn]: Invalid prop: custom validator check failed for prop \"size\".\n\nfound in\n\n---> \u003CGlAvatar>\n \u003CUserAvatarImageNew> at vue_shared/components/user_avatar/user_avatar_image_new.vue\n \u003CUserAvatarImage> at vue_shared/components/user_avatar/user_avatar_image.vue\n \u003CBLink>\n \u003CGlLink>\n \u003CAvatarLink>\n \u003CUserAvatarLinkNew> at vue_shared/components/user_avatar/user_avatar_link_new.vue\n \u003CUserAvatarLink> at vue_shared/components/user_avatar/user_avatar_link.vue\n \u003CTimelineEntryItem> at vue_shared/components/notes/timeline_entry_item.vue\n \u003CPlaceholderNote> at vue_shared/components/notes/placeholder_note.vue\n \u003CNotesApp> at notes/components/notes_app.vue\n \u003CRoot>"425security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.426security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.427security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.428security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.429security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.430security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.431security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.432security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.433security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.434security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.435security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.436security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.437security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.438security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.439security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.440security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.441security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.442security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.443security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.444security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.445security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.446security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.447security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.448security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.449security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.450security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.451security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.452security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.453security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.454security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.455security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.456security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.457security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.458security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.459security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.460security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.461security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.462security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.463security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.464security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.465security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.466security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.467security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.468security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.469security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.470security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.471security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.472security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.473security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.474security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.475security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.476security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.477security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.478security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.479security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.480security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.481security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.482security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.483http://127.0.0.1:36373/namespace6/project6/-/settings/integrations/custom_issue_tracker/test - Failed to load resource: the server responded with a status of 429 (Too Many Requests)485RSpec::Retry: 2nd try ./spec/features/projects/integrations/user_activates_issue_tracker_spec.rb:40486 when the connection test fails487Skipping ./spec/features/projects/integrations/user_activates_issue_tracker_spec.rb[1:4:1:2:1] 'User activates issue tracker behaves like external issue tracker activation user sets and activates the integration when the connection test fails activates the integration' because it's flaky.488 activates the integration (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)489 user disables the integration490 saves but does not activate the integration491 does not show the external tracker link in the menu492 behaves like external issue tracker activation493 user sets and activates the integration494 when the connection test succeeds495 activates the integration496 shows the link in the menu497 when the connection test fails498 activates the integration499 user disables the integration500 saves but does not activate the integration501 does not show the external tracker link in the menu502Issues > Labels bulk assignment503 as an allowed user504 sidebar505 is present when bulk edit is enabled506 is not present when bulk edit is disabled507 can bulk assign508 a label509 to all issues510 is expected not to have text "frontend"511 to some issues512 is expected not to have text "frontend"513 to an issue514 is expected not to have text "frontend"515 to an issue by selecting the label first516 is expected not to have text "frontend"517 multiple labels518 to all issues519 is expected to have text "feature"520 to a issue521 is expected not to have text "feature"522 can assign a label to all issues when label is present523 is expected to have text "bug"524 can bulk un-assign525 all labels to all issues526 is expected not to have text "feature"527 a label to a issue528 is expected to have text "feature"529 a label and keep the others label530 is expected to have text "feature"531 toggling a milestone532 setting a milestone533 keeps labels534 setting a milestone and adding another label535 keeps existing label and new label is present536 setting a milestone and removing existing label537 keeps existing label and new label is present538 unsetting a milestone539 keeps labels540 toggling checked issues541 is expected to have text "feature"542 mark previously toggled label543 is expected to have text "feature"544 unmarking common label545 applies label from filtered results546 as a guest547 cannot bulk assign labels548 is expected not to have visible field "Issue 1" that is not disabled that is not checked549Value Stream Analytics550 as an allowed user551 when project is new552DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.553Falling back to an asset that may be in the public folder.554This behavior is deprecated and will be removed.555To bypass the asset pipeline and preserve this behavior,556use the `skip_pipeline: true` option.557 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)558 displays metrics with relevant values559DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.560Falling back to an asset that may be in the public folder.561This behavior is deprecated and will be removed.562To bypass the asset pipeline and preserve this behavior,563use the `skip_pipeline: true` option.564 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)565 shows active stage with empty message566 when there's value stream analytics data567DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.568Falling back to an asset that may be in the public folder.569This behavior is deprecated and will be removed.570To bypass the asset pipeline and preserve this behavior,571use the `skip_pipeline: true` option.572 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)573 displays metrics574DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.575Falling back to an asset that may be in the public folder.576This behavior is deprecated and will be removed.577To bypass the asset pipeline and preserve this behavior,578use the `skip_pipeline: true` option.579 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)580 can filter the issues by date581DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.582Falling back to an asset that may be in the public folder.583This behavior is deprecated and will be removed.584To bypass the asset pipeline and preserve this behavior,585use the `skip_pipeline: true` option.586 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)587 can filter the metrics by date588DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.589Falling back to an asset that may be in the public folder.590This behavior is deprecated and will be removed.591To bypass the asset pipeline and preserve this behavior,592use the `skip_pipeline: true` option.593 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)594 paginates the results595DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.596Falling back to an asset that may be in the public folder.597This behavior is deprecated and will be removed.598To bypass the asset pipeline and preserve this behavior,599use the `skip_pipeline: true` option.600 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)601DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.602Falling back to an asset that may be in the public folder.603This behavior is deprecated and will be removed.604To bypass the asset pipeline and preserve this behavior,605use the `skip_pipeline: true` option.606 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)607 can navigate directly to a value stream stream stage with filters applied608 as a guest609DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.610Falling back to an asset that may be in the public folder.611This behavior is deprecated and will be removed.612To bypass the asset pipeline and preserve this behavior,613use the `skip_pipeline: true` option.614 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)615 does not show the commit stats616DEPRECATION WARNING: The asset "page_bundles/cycle_analytics.css" is not present in the asset pipeline.617Falling back to an asset that may be in the public folder.618This behavior is deprecated and will be removed.619To bypass the asset pipeline and preserve this behavior,620use the `skip_pipeline: true` option.621 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)622 needs permissions to see restricted stages623User views branches624 all branches625 shows branches626 displays a disabled button with a tooltip for the default branch that cannot be deleted627 protected branches628 shows branches629Projects tree630 renders tree table without errors631 renders tree table for a subtree without errors632 renders tree table with non-ASCII filenames without errors633 with a tree that contains pathspec characters634 renders tree table without errors635 gravatar disabled636 renders last commit637 for signed commit638 displays a GPG badge639 on a directory that has not changed recently640 displays a GPG badge641 LFS642 renders LFS badge on blob item643 web IDE644 opens folder in IDE645 for subgroups646 renders tree table without errors647 for signed commit648 displays a GPG badge649 ref switcher650 switches ref to branch651Batch diffs652 assigns discussions to diff files across multiple batch pages653 when user visits a URL with a link directly to to a discussion654 which is in the first batched page of diffs655 scrolls to the correct discussion656 when user switches view styles657 has the correct discussions applied to files across batched pages658Internal Project Snippets Access659 GET /:project_path/snippets660DEPRECATION 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)661 is expected to be allowed for admin662DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 6.2. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from snippet_counts at /builds/gitlab-org/gitlab/app/services/snippets/count_service.rb:73)663 is expected to be allowed for owner664DEPRECATION 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)665 is expected to be allowed for maintainer666DEPRECATION 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)667 is expected to be allowed for developer668DEPRECATION 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)669 is expected to be allowed for reporter670DEPRECATION 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)671 is expected to be allowed for guest672DEPRECATION 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)673 is expected to be allowed for user674 is expected to be denied for external675 is expected to be denied for visitor676 GET /:project_path/snippets/new677 is allowed for admin when admin mode is enabled678 is denied for admin when admin mode is disabled679 is expected to be allowed for owner680 is expected to be allowed for maintainer681 is expected to be allowed for developer682 is expected to be allowed for reporter683 is expected to be denied for guest684 is expected to be denied for user685 is expected to be denied for external686 is expected to be denied for visitor687 GET /:project_path/snippets/:id688 for an internal snippet689 is expected to be allowed for admin690 is expected to be allowed for owner691 is expected to be allowed for maintainer692 is expected to be allowed for developer693 is expected to be allowed for reporter694 is expected to be allowed for guest695 is expected to be allowed for user696 is expected to be denied for external697 is expected to be denied for visitor698 for a private snippet699 is allowed for admin when admin mode is enabled700 is denied for admin when admin mode is disabled701 is expected to be allowed for owner702 is expected to be allowed for maintainer703 is expected to be allowed for developer704 is expected to be allowed for reporter705 is expected to be allowed for guest706 is expected to be denied for user707 is expected to be denied for external708 is expected to be denied for visitor709 GET /:project_path/snippets/:id/raw710 for an internal snippet711 is expected to be allowed for admin712 is expected to be allowed for owner713 is expected to be allowed for maintainer714 is expected to be allowed for developer715 is expected to be allowed for reporter716 is expected to be allowed for guest717 is expected to be allowed for user718 is expected to be denied for external719 is expected to be denied for visitor720 for a private snippet721 is allowed for admin when admin mode is enabled722 is denied for admin when admin mode is disabled723 is expected to be allowed for owner724 is expected to be allowed for maintainer725 is expected to be allowed for developer726 is expected to be allowed for reporter727 is expected to be allowed for guest728 is expected to be denied for user729 is expected to be denied for external730 is expected to be denied for visitor731Sort Issuable List732 for merge requests733 default sort order734 in the "merge requests" tab735 is "last created"736 in the "merge requests / open" tab737 is "created date"738 in the "merge requests / merged" tab739 is "updated date"740 in the "merge requests / closed" tab741 is "updated date"742 in the "merge requests / all" tab743 is "created date"744 custom sorting745 supports sorting in asc and desc order746 for issues747 default sort order748 in the "issues" tab749 is "created date"750 in the "issues / open" tab751 is "created date"752 in the "issues / closed" tab753 is "updated date"754 in the "issues / all" tab755 is "created date"756 when the sort in the URL is created_date757 shows the sort order as created date758 custom sorting759 supports sorting in asc and desc order760Import multiple repositories by uploading a manifest file761 parses manifest file and list repositories762 imports a project successfully763 renders an error if the remote url scheme starts with javascript764 renders an error if invalid file was provided765viewing an issue with cross project references766 shows all information related to the cross project reference767 shows a link to the confidential issue in the same project768 does not show the link to a cross project confidential issue when the user does not have access769 shows the link to a cross project confidential issue when the user has access770 when an external authorization service is enabled771 only hits the external service for the project the user is viewing772 shows only the link to the cross project references773 does not link a cross project confidential issue if the user does not have access774 links a cross project confidential issue without exposing information when the user has access775 shows a link to the confidential issue in the same project776Projects > Snippets > Project snippet777 behaves like show and render proper snippet blob778 Ruby file779 displays the blob780 Markdown file781 visiting directly782 displays the blob using the rich viewer783 switching to the simple viewer784 displays the blob using the simple viewer785 switching to the rich viewer again786 displays the blob using the rich viewer787 visiting with a line number anchor788 displays the blob using the simple viewer789 behaves like does not show New Snippet button790 is expected not to have visible link "New snippet"791Merge Requests > User filters792 by "approved by"793 filtering by approved-by:none794 applies the filter795 filtering by approved-by:any796 applies the filter797 filtering by approved-by:@username798 applies the filter799 filtering by an approver from a group800 applies the filter801Developer deletes tag802 from the tags list page803 deletes the tag804 protected tags805 can not delete protected tags806 from a specific tag page807 deletes the tag808 when pre-receive hook fails809 shows the error message810Service Desk Setting811 shows activation checkbox812 when service_desk_email is disabled813 shows incoming email but not project name suffix after activating814 when service_desk_email is enabled815 allows setting of custom address suffix816 issue description templates817 behaves like issue description templates from current project only818 loads issue description templates from the project only819User interacts with deploy keys820 viewing deploy keys821 when project has keys822 shows deploy keys823 when another project has keys824 shows deploy keys825 when there are public deploy keys826 shows public deploy keys827 adding deploy keys828 adds new key829 attaching existing keys830 from another project831 behaves like attaches a key832 attaches key833 when keys are public834 behaves like attaches a key835 attaches key836User views tags837 with html838 behaves like renders the tag index page839 is expected to have text "stable"840 when tag name contains a slash841 behaves like renders the tag index page842 is expected to have text "stable/v0.1"843 rss844 when project public845 when user signed in846 behaves like it has an RSS button with current_user's feed token847 shows the RSS button with current_user's feed token848 behaves like an autodiscoverable RSS feed with current_user's feed token849 has an RSS autodiscovery link tag with current_user's feed token850 behaves like has access to the tags RSS feed851 is expected to respond with numeric status code ok852 when user signed out853 behaves like it has an RSS button without a feed token854 shows the RSS button without a feed token855 behaves like an autodiscoverable RSS feed without a feed token856 has an RSS autodiscovery link tag without a feed token857 behaves like has access to the tags RSS feed858 is expected to respond with numeric status code ok859 when project is not public860 when user signed in861 behaves like has access to the tags RSS feed862 is expected to respond with numeric status code ok863 when user signed out864 behaves like does not have access to the tags RSS feed865 is expected to have current path "/users/sign_in"866User visits the profile preferences page867 shows correct menu item868 User changes their syntax highlighting theme869 updates their preference870 User changes their default dashboard871 creates a flash message872 updates their preference873 User changes their language874 updates their preference875 User changes whitespace in code876 updates their preference877Dashboard Archived Project878 renders non archived projects879 renders all projects880 renders only archived projects881 searches archived projects882Projects > Files > Find file keyboard shortcuts883 opens file when pressing enter key884 navigates files with arrow keys885User searches for comments886 when search times out887 renders timeout information888 sets tab count to 0889 when a comment is in commits890 when comment belongs to an invalid commit891 finds a commit892 when a comment is in a snippet893 finds a snippet894Snippets tab on a user profile895 when the user has snippets896 pagination897 behaves like paginated snippets898 is limited to 20 items per page899 clicking on the link to the second page900 shows the remaining snippets901 list content902 contains only internal and public snippets of a user when a user is logged in903 contains only public snippets of a user when a user is not logged in904User views diffs file-by-file905 shows diffs file-by-file906Dashboard Group907 defaults sort dropdown to last created908 creates new group909Merge Requests > Exports as CSV910 button is clicked911 shows a success message912Admin::Projects913 GET /admin/projects914 is expected to be denied for user915 is expected to be denied for visitor916 when admin mode is enabled917 is expected to be allowed for admin918 when admin mode is disabled919 is expected to be denied for admin920 GET /admin/users921 is expected to be denied for user922 is expected to be denied for visitor923 when admin mode is enabled924 is expected to be allowed for admin925 when admin mode is disabled926 is expected to be denied for admin927 GET /admin/hooks928 is expected to be denied for user929 is expected to be denied for visitor930 when admin mode is enabled931 is expected to be allowed for admin932 when admin mode is disabled933 is expected to be denied for admin934Import/Export - GitLab migration history935 successfully displays import history936User uploads new design937 when the feature is available938Skipping ./spec/features/projects/issues/design_management/user_uploads_designs_spec.rb[1:1:1] 'User uploads new design when the feature is available uploads designs' because it's flaky.939 uploads designs (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)940 when the feature is not available941 shows the message about requirements942Product Analytics > Graphs943 shows graphs944User searches Alert Management alerts945 when a developer displays the alert list and the alert service is enabled they can search an alert946 shows the incident table with an incident for a valid search filter bar947User sees feature flag user list details948 displays the list name949IDE Clientside Preview CSP950 behaves like setting CSP951 when no CSP config952 does not add CSP directives953 when a CSP config exists for frame-src954 when feature is enabled955 appends to frame-src956 when feature is disabled957 keeps original frame-src958 when a CSP config exists for default-src but not frame-src959 when feature is enabled960 uses default-src values in frame-src961 when feature is disabled962 does not add frame-src963 when a CSP config exists for font-src but not frame-src964 when feature is enabled965 uses default-src values in frame-src966 when feature is disabled967 does not add frame-src968Projects > Wiki > User views wiki in project page969 when repository is disabled for project970 when wiki homepage contains a link971 displays the correct URL for the link972Pending: (Failures listed here are expected and do not affect your suite's status)973 1) User activates issue tracker behaves like external issue tracker activation user sets and activates the integration when the connection test succeeds activates the integration974 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example975 # ./spec/features/projects/integrations/user_activates_issue_tracker_spec.rb:35976 2) User activates issue tracker behaves like external issue tracker activation user sets and activates the integration when the connection test fails activates the integration977 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example978 # ./spec/features/projects/integrations/user_activates_issue_tracker_spec.rb:48979 3) User uploads new design when the feature is available uploads designs980 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example981 # ./spec/features/projects/issues/design_management/user_uploads_designs_spec.rb:21982Finished in 20 minutes 47 seconds (files took 35.09 seconds to load)983278 examples, 0 failures, 3 pending984Failed to write to log, write log/workhorse-test.log: file already closed985RSpec exited with 0.986No examples to retry, congrats!988Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy989Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy991Uploading artifacts...992coverage/: found 5 matching files and directories 993crystalball/: found 2 matching files and directories 994deprecations/: found 7 matching files and directories 995knapsack/: found 3 matching files and directories 996rspec/: found 7 matching files and directories 997tmp/capybara/: found 3 matching files and directories 998log/*.log: found 19 matching files and directories 999WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337792/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1000WARNING: Retrying... context=artifacts-uploader error=request redirected1001Uploading artifacts as "archive" to coordinator... 201 Created id=2673337792 responseStatus=201 Created token=i6j6H9jg1002Uploading artifacts...1003rspec/junit_rspec.xml: found 1 matching files and directories 1004WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337792/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1005WARNING: Retrying... context=artifacts-uploader error=request redirected1006Uploading artifacts as "junit" to coordinator... 201 Created id=2673337792 responseStatus=201 Created token=i6j6H9jg1008Job succeeded