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

Lee Tickett
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)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/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-gasd-s1f-project-278964-concurrent-0 via runner-gasd-s1f-private-1656913190-6b155016...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 | 35.39 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...40Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 41Successfully extracted cache43Downloading artifacts for compile-test-assets as-if-foss (2673336707)...44Downloading artifacts from coordinator... ok id=2673336707 responseStatus=200 OK token=vczF1j2U45Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=vczF1j2U47Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=vczF1j2U49Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=vczF1j2U52Using 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 1 seconds.82$ bundle pristine pg83Installing pg 1.3.5 with native extensions84==> 'bundle pristine pg' succeeded in 9 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 23 seconds.93$ setup_db_praefect94SELECT pg_catalog.set_config('search_path', '', false);95CREATE DATABASE praefect_test ENCODING 'UTF8';96==> 'setup_db_praefect' succeeded in 0 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 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 11 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_20_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_20_24_report.json229NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12-as-if-foss_single-db_20_24_report.json230SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12-as-if-foss_single-db_20_24_report.txt231RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12-as-if-foss_single-db_20_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.382937674 seconds238Project issue boards sidebar239Starting the Capybara driver server...240 behaves like issue boards sidebar241Capybara starting Puma...242* Version 5.6.2 , codename: Birdie's Version243* Min threads: 0, max threads: 4244* Listening on unix:///tmp/20220704-448-g0u310245 shows sidebar when clicking issue246 closes sidebar when clicking issue247 shows issue details when sidebar is open248 when clicking close button249 unhighlights the active issue card250 closes sidebar when clicking close button251 editing issue milestone252 behaves like milestone sidebar widget253 editing milestone254 shows milestones list in the dropdown255 shows expired milestone at the bottom of the list and milestone due earliest at the top of the list256 adds a milestone257 removes a milestone258 editing issue due date259 behaves like date sidebar widget260 editing due date261 displays "None" when there is no due date262 updates due date263 editing issue labels264 behaves like labels sidebar widget265 editing labels266 shows labels list in the dropdown267 adds a label268 removes a label269 adds first label by pressing enter when search270 escapes XSS when viewing issuable labels271 shows option to create a label272 creating a label273 shows dropdown switches to "create label" section274 creates new label275 shows error message if label title is taken276 in notifications subscription277 displays notifications toggle278 shows toggle as on then as off as user toggles to subscribe and unsubscribe279 when notifications have been disabled280 displays a message that notifications have been disabled281 confidentiality282 make issue confidential283 in time tracking284 displays time tracking feature with default message285 when only spent time is recorded286 shows the total time spent only287 when only estimated time is recorded288 shows the estimated time only289 when estimated and spent times are available290 shows time tracking progress bar291 shows both estimated and spent time text292 when limitedToHours instance option is turned on293 shows the total time spent only294Admin Runners295 Admin Runners page296 runners registration297 behaves like shows and resets runner registration token298 has a registration token299 shows registration instructions300 opens runner installation modal301 dismisses runner installation modal302 reset registration token303 changes registration token304 when there are runners305 shows a job count306 sorts by last contact date307 with an instance runner308Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:3] 'Admin Runners Admin Runners page when there are runners with an instance runner shows an instance badge' because it's flaky.309 shows an instance badge (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)310 behaves like shows runner in list311 does not show empty state312Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:1:2] 'Admin Runners Admin Runners page when there are runners with an instance runner behaves like shows runner in list shows runner row' because it's flaky.313 shows runner row (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)314 behaves like pauses, resumes and deletes a runner315Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:2:1] 'Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner pauses and resumes runner' because it's flaky.316 pauses and resumes runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)317 deletes runner318Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:2:2:1] 'Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner deletes runner shows a confirmation modal' because it's flaky.319 shows a confirmation modal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)320Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:2:2:2] 'Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner deletes runner deletes a runner' because it's flaky.321 deletes a runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)322Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:1:2:2:3] 'Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner deletes runner cancels runner deletion' because it's flaky.323 cancels runner deletion (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)324 with multiple runners325 has all necessary texts326 search327 runner types tabs have total counts and can be selected328Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:4:2] 'Admin Runners Admin Runners page when there are runners search shows runners' because it's flaky.329 shows runners (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)330Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:4:3] 'Admin Runners Admin Runners page when there are runners search shows correct runner when description matches' because it's flaky.331 shows correct runner when description matches (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)332 when description does not match333 shows no runner334 behaves like shows no runners found335Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:4:4:1:1] 'Admin Runners Admin Runners page when there are runners search when description does not match behaves like shows no runners found shows "no runners" message' because it's flaky.336 shows "no runners" message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)337 filter by paused338 shows all runners339 shows paused runners340Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:5:3] 'Admin Runners Admin Runners page when there are runners filter by paused shows active runners' because it's flaky.341 shows active runners (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)342 filter by status343 shows all runners344 shows correct runner when status matches345Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:6:3] 'Admin Runners Admin Runners page when there are runners filter by status shows correct runner when status is selected and search term is entered' because it's flaky.346 shows correct runner when status is selected and search term is entered (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)347 shows correct runner when status filter is entered348 when status does not match349 shows no runner350 behaves like shows no runners found351 shows "no runners" message352 filter by type353 "All" tab is selected by default354 shows correct runner when type matches355Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:3] 'Admin Runners Admin Runners page when there are runners filter by type show the same counts after selecting another tab' because it's flaky.356 show the same counts after selecting another tab (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)357 shows correct runner when type is selected and search term is entered358Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:5] 'Admin Runners Admin Runners page when there are runners filter by type maintains the same filter when switching between runner types' because it's flaky.359 maintains the same filter when switching between runner types (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)360 when type does not match361Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:6:2] 'Admin Runners Admin Runners page when there are runners filter by type when type does not match shows no runner' because it's flaky.362 shows no runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)363 behaves like shows no runners found364Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:7:6:1:1] 'Admin Runners Admin Runners page when there are runners filter by type when type does not match behaves like shows no runners found shows "no runners" message' because it's flaky.365 shows "no runners" message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)366 filter by tag367 shows tags suggestions368 shows correct runner when tag matches369 shows correct runner when tag is selected and search term is entered370 when tag does not match371 shows no runner372 behaves like shows no runners found373Skipping ./spec/features/admin/admin_runners_spec.rb[1:1:2:8:4:1:1] 'Admin Runners Admin Runners page when there are runners filter by tag when tag does not match behaves like shows no runners found shows "no runners" message' because it's flaky.374 shows "no runners" message (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)375 when there are no runners376 shows tabs with total counts equal to 0377 behaves like shows no runners registered378 shows counts with 0379 shows "no runners" message380 when visiting outdated URLs381 updates ACTIVE runner status to paused=false382 updates PAUSED runner status to paused=true383 Runner show page384 shows runner details385 runner show page breadcrumbs386 contains the current runner id and token387 when a runner is deleted388Skipping ./spec/features/admin/admin_runners_spec.rb[1:2:3:1] 'Admin Runners Runner show page when a runner is deleted deletes runner' because it's flaky.389 deletes runner (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)390 redirects to runner list391 Runner edit page392 runner edit page breadcrumbs393 contains the current runner id and token394 runner header395Skipping ./spec/features/admin/admin_runners_spec.rb[1:3:2:1] 'Admin Runners Runner edit page runner header contains the runner status, type and id' because it's flaky.396 contains the runner status, type and id (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)397 when a runner is updated398Skipping ./spec/features/admin/admin_runners_spec.rb[1:3:3:1] 'Admin Runners Runner edit page when a runner is updated show success alert' because it's flaky.399 show success alert (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)400 redirects to runner page401 projects402 contains project names403 search404 contains name of correct project405 enable/create406 with specific runner407 behaves like assignable runner408 enables a runner for a project409 with locked runner410 behaves like assignable runner411 enables a runner for a project412 disable/destroy413 removed specific runner from project414Triggers415 when ci_pipeline_triggers_settings_vue_ui is enabled416 behaves like triggers page417 create trigger workflow418 prevents adding new trigger with no description419 adds new trigger with description420 edit trigger workflow421 click on edit trigger opens edit trigger page422 edit trigger and save423 trigger "Revoke" workflow424 button "Revoke" has correct alert425 revoke trigger426 show triggers workflow427 contains trigger description placeholder428 show "invalid" badge for trigger with owner having insufficient permissions429 do not show "Edit" or full token for not owned trigger430 show "Edit" and full token for owned trigger431 when ci_pipeline_triggers_settings_vue_ui is disabled432 behaves like triggers page433 create trigger workflow434 prevents adding new trigger with no description435 adds new trigger with description436 edit trigger workflow437 click on edit trigger opens edit trigger page438 edit trigger and save439 trigger "Revoke" workflow440 button "Revoke" has correct alert441 revoke trigger442 show triggers workflow443 contains trigger description placeholder444 show "invalid" badge for trigger with owner having insufficient permissions445 do not show "Edit" or full token for not owned trigger446 show "Edit" and full token for owned trigger447User edits snippet448 displays the snippet blob path and content449 updates the snippet450 updates the snippet with files attached451 updates the snippet to make it internal452 updates the snippet to make it public453 when the git operation fails454 renders edit page and displays the error455Admin Groups456 list457 renders groups458 create a group459 creates new group460 shows the visibility level radio populated with the default value461 when entered in group name, it auto filled the group path462 auto populates the group path with the group name463 when entering in group path, group name does not change anymore464 with expected fields465 renders from as expected466 show a group467 shows the group468 has a link to the group469 has a note if one is available470 when group has open access requests471 shows access requests with link to manage access472 group edit473 shows the visibility level radio populated with the group visibility_level value474 shows the subgroup creation level dropdown populated with the group subgroup_creation_level value475 edit group path does not change group name476 adding an admin note to group without one477 editing an existing group admin note478 add user into a group479 behaves like adds user into a group480 is expected to have text "Reporter"481 behaves like adds user into a group482 is expected to have text "Reporter"483 when membership is set to expire484 renders relative time485 renders absolute time486 add admin himself to a group487Skipping ./spec/features/admin/admin_groups_spec.rb[1:6:1] 'Admin Groups add admin himself to a group adds admin a to a group as developer' because it's flaky.488 adds admin a to a group as developer (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)489 admin removes themself from a group490 removes admin from the group491 shared projects492 renders shared project493User views diffs494 shows diffs495 hides loading spinner after load496 when in the inline view497 unfolds diffs upwards498 unfolds diffs in the middle499 unfolds diffs downwards500 unfolds diffs to the end501 when in the side-by-side view502 shows diffs in parallel503 toggles container class504 unfolds diffs upwards505 unfolds diffs in the middle506 unfolds diffs downwards507 unfolds diffs to the end508issue move to another project509 user does not have permission to move issue510 moving issue to another project not allowed511 user has permission to move issue512 moving issue to another project513 searching project dropdown514 user does not have permission to move the issue to a project515 browsing projects in projects select516 issue has been already moved517 user wants to move issue that has already been moved518 service desk issue moved to a project with service desk disabled519 shows an alert after being moved520 does not show an alert after being dismissed521User creates snippet522 authenticated user creates a snippet523 uploads a file when dragging into textarea524 shows validation errors525 previews a snippet with file526 when the git operation fails527 renders the new page and displays the error528 when snippets default visibility level is restricted529 creates a snippet using the lowest available visibility level as default530 behaves like personal snippet with references531 when using references to resources532 behaves like handles resource links533 with access to the resource534 converts the reference to a link535 without access to the resource536 does not convert the reference to a link537 when using links to resources538 behaves like handles resource links539 with access to the resource540 converts the reference to a link541 without access to the resource542 does not convert the reference to a link543Project Badges544 shows a list of badges545 adding a badge546 user can preview a badge547 is expected to eq "http://127.0.0.1:36047/group18/project75/badges/master/pipeline.svg"548 editing a badge549 form is shown when clicking edit button in list550 updates a badge when submitting the edit form551 deleting a badge552 shows a modal when deleting a badge553 deletes a badge when confirming the modal554Admin mode555 application setting :admin_mode is enabled556 when not in admin mode557 has no leave admin mode button558 can open pages not in admin scope559 is necessary to provide credentials again before opening pages in admin scope560 can enter admin mode561 on a read-only instance562Skipping ./spec/features/admin/admin_mode_spec.rb[1:1:1:5:1] 'Admin mode application setting :admin_mode is enabled when not in admin mode on a read-only instance can enter admin mode' because it's flaky.563 can enter admin mode (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)564 when in admin_mode565 contains link to leave admin mode566 can leave admin mode using main dashboard link567 can open pages not in admin scope568 nav bar569 shows admin dashboard links on bigger screen570 on a read-only instance571 can leave admin mode572 application setting :admin_mode is disabled573 shows no admin mode buttons in navbar574Projects > Members > Tabs575 tabs576 tab: "Members", count: 3577 renders Members tab578 tab: "Invited", count: 2579 renders Invited tab580 tab: "Groups", count: 2581 renders Groups tab582 tab: "Access requests", count: 2583 renders Access requests tab584 displays "Members" tab by default585 behaves like active "Members" tab586 displays "Members" tab587 when searching "Groups"588 displays "Groups" tab589 and then searching "Members"590 behaves like active "Members" tab591 displays "Members" tab592Admin > Users > Impersonation Tokens593 token creation594 allows creation of a token595 active tokens596 only shows impersonation tokens597 shows absolute times598 inactive tokens599 allows revocation of an active impersonation token600 removes expired tokens from 'active' section601 impersonation disabled state602 does not show impersonation tokens tab603Internal references604 when referencing to open issue605 from private project606 from merge request607 when user has access to private project608 shows references609 when referencing to open merge request610 from private project611 from merge request612 when user has access to private project613 shows references614User comments on commit615 when adding new comment616 adds comment617 when editing comment618 edits comment619 when deleting comment620 deletes comment621 when checking task lists622 allows the tasks to be checked623Manually create a todo item from issue624 creates todo when clicking button625 marks a todo as done626Populate new pipeline CI variables with url params627 var[key1]=value1 populates env_var variable correctly628 file_var[key2]=value2 populates file variable correctly629Projects > Members > Maintainer manages access requests630 behaves like Maintainer manages access requests631 maintainer can see access requests632 maintainer can grant access633 maintainer can deny access634Admin Jobs635 GET /admin/jobs636 All tab637 when have jobs638 shows all jobs639 when have no jobs640 shows a message641 Pending tab642 when have pending jobs643 shows pending jobs644 when have no jobs pending645 shows a message646 Running tab647 when have running jobs648 shows running jobs649 when have no jobs running650 shows a message651 Finished tab652 when have finished jobs653 shows finished jobs654 when have no jobs finished655 shows a message656Projects > Snippets > User deletes a snippet657DEPRECATION 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)658 deletes a snippet659Group share with group lock660 with a subgroup661 when enabling the parent group share with group lock662 the subgroup share with group lock becomes enabled663 when disabling the parent group share with group lock (which was already enabled)664 and the subgroup share with group lock is enabled665 the subgroup share with group lock does not change666 but the subgroup share with group lock is disabled667 the subgroup share with group lock does not change668User edit preferences profile669 allows the user to toggle their time format preference670 allows the user to toggle their time display preference671 User changes tab width to acceptable value672 shows success message673 saves the value674 User changes tab width to unacceptable value675 shows error message676Internal Snippets677 normal user678 sees internal snippets679 sees raw internal snippets680Merge Requests > User filters by draft681 filters results682 does not allow filtering by is not equal683Disable individual triggers684 integration has multiple supported events685 shows trigger checkboxes686 integrations only has one supported event687 doesn't show unnecessary Trigger checkboxes688Admin Health Check689 #show690 has a health check access token691 reload access token692 changes the access token693 when services are up694 shows healthy status695 when a service is down696 shows unhealthy status697Merge request > User locks discussion698 when the discussion is locked699 when a user is a team member700Skipping ./spec/features/merge_request/user_locks_discussion_spec.rb[1:1:1:1] 'Merge request > User locks discussion when the discussion is locked when a user is a team member the user can create a comment' because it's flaky.701 the user can create a comment (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)702 when a user is not a team member703 the user can not create a comment704Edit group label705 update label with new title706 allows user to delete label707Projects > Settings > Repository > Branch rules settings708 for developer709 is not allowed to view710 for maintainer711 Branch rules712 renders branch rules page713 branch_rules feature flag disabled714 does not render branch rules content715Snippets716 when the project has snippets717 behaves like paginated snippets718DEPRECATION 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)719 is limited to 20 items per page720 clicking on the link to the second page721DEPRECATION 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)722DEPRECATION 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)723 shows the remaining snippets724 rendering engine725 renders Vue application726User promotes label727 when user can admin group labels728 shows label promote button729 when user cannot admin group labels730 does not show label promote button731User RSS732 when signed in733 behaves like it has an RSS button with current_user's feed token734 shows the RSS button with current_user's feed token735 when signed out736 behaves like it has an RSS button without a feed token737 shows the RSS button without a feed token738OAuth Provider739 Standard OAuth Authorization740 behaves like Secure OAuth Authorizations741 when user is confirmed742 asks the user to authorize the application743 when user is unconfirmed744 displays an error745Groups > Labels > User sees links to issuables746 shows links to MRs and issues747Pending: (Failures listed here are expected and do not affect your suite's status)748 1) Admin Runners Admin Runners page when there are runners with an instance runner shows an instance badge749 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example750 # ./spec/features/admin/admin_runners_spec.rb:51751 2) Admin Runners Admin Runners page when there are runners with an instance runner behaves like shows runner in list shows runner row752 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example753 # ./spec/support/shared_examples/features/runners_shared_examples.rb:88754 3) Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner pauses and resumes runner755 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example756 # ./spec/support/shared_examples/features/runners_shared_examples.rb:100757 4) Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner deletes runner shows a confirmation modal758 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example759 # ./spec/support/shared_examples/features/runners_shared_examples.rb:123760 5) Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner deletes runner deletes a runner761 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example762 # ./spec/support/shared_examples/features/runners_shared_examples.rb:128763 6) Admin Runners Admin Runners page when there are runners with an instance runner behaves like pauses, resumes and deletes a runner deletes runner cancels runner deletion764 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example765 # ./spec/support/shared_examples/features/runners_shared_examples.rb:137766 7) Admin Runners Admin Runners page when there are runners search shows runners767 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example768 # ./spec/features/admin/admin_runners_spec.rb:103769 8) Admin Runners Admin Runners page when there are runners search shows correct runner when description matches770 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example771 # ./spec/features/admin/admin_runners_spec.rb:108772 9) Admin Runners Admin Runners page when there are runners search when description does not match behaves like shows no runners found shows "no runners" message773 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example774 # ./spec/support/shared_examples/features/runners_shared_examples.rb:78775 10) Admin Runners Admin Runners page when there are runners filter by paused shows active runners776 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example777 # ./spec/features/admin/admin_runners_spec.rb:156778 11) Admin Runners Admin Runners page when there are runners filter by status shows correct runner when status is selected and search term is entered779 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example780 # ./spec/features/admin/admin_runners_spec.rb:197781 12) Admin Runners Admin Runners page when there are runners filter by type show the same counts after selecting another tab782 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example783 # ./spec/features/admin/admin_runners_spec.rb:272784 13) Admin Runners Admin Runners page when there are runners filter by type maintains the same filter when switching between runner types785 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example786 # ./spec/features/admin/admin_runners_spec.rb:304787 14) Admin Runners Admin Runners page when there are runners filter by type when type does not match shows no runner788 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example789 # ./spec/features/admin/admin_runners_spec.rb:336790 15) Admin Runners Admin Runners page when there are runners filter by type when type does not match behaves like shows no runners found shows "no runners" message791 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example792 # ./spec/support/shared_examples/features/runners_shared_examples.rb:78793 16) Admin Runners Admin Runners page when there are runners filter by tag when tag does not match behaves like shows no runners found shows "no runners" message794 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example795 # ./spec/support/shared_examples/features/runners_shared_examples.rb:78796 17) Admin Runners Runner show page when a runner is deleted deletes runner797 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example798 # ./spec/features/admin/admin_runners_spec.rb:506799 18) Admin Runners Runner edit page runner header contains the runner status, type and id800 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example801 # ./spec/features/admin/admin_runners_spec.rb:537802 19) Admin Runners Runner edit page when a runner is updated show success alert803 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example804 # ./spec/features/admin/admin_runners_spec.rb:548805 20) Admin Groups add admin himself to a group adds admin a to a group as developer806 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example807 # ./spec/features/admin/admin_groups_spec.rb:263808 21) Admin mode application setting :admin_mode is enabled when not in admin mode on a read-only instance can enter admin mode809 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example810 # ./spec/features/admin/admin_mode_spec.rb:63811 22) Merge request > User locks discussion when the discussion is locked when a user is a team member the user can create a comment812 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example813 # ./spec/features/merge_request/user_locks_discussion_spec.rb:25814Finished in 17 minutes 59 seconds (files took 29.1 seconds to load)815254 examples, 0 failures, 22 pending816Failed to write to log, write log/workhorse-test.log: file already closed817RSpec exited with 0.818No examples to retry, congrats!820Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy821Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy823Uploading artifacts...824coverage/: found 5 matching files and directories 825crystalball/: found 2 matching files and directories 826deprecations/: found 10 matching files and directories 827knapsack/: found 3 matching files and directories 828rspec/: found 7 matching files and directories 829WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 830log/*.log: found 16 matching files and directories 831WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337798/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com832WARNING: Retrying... context=artifacts-uploader error=request redirected833Uploading artifacts as "archive" to coordinator... 201 Created id=2673337798 responseStatus=201 Created token=vczF1j2U834Uploading artifacts...835rspec/junit_rspec.xml: found 1 matching files and directories 836WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337798/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com837WARNING: Retrying... context=artifacts-uploader error=request redirected838Uploading artifacts as "junit" to coordinator... 201 Created id=2673337798 responseStatus=201 Created token=vczF1j2U840Job succeeded