rspec system pg12 9/24
Passed Started
by
@lamportsapprentice

Hannes Moser
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-1656912362-4103cab1...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: 116039, done. 25remote: Counting objects: 100% (116039/116039), done. 26remote: Compressing objects: 100% (81230/81230), done. 27remote: Total 116039 (delta 48550), reused 75347 (delta 30398), pack-reused 0 28Receiving objects: 100% (116039/116039), 108.46 MiB | 28.68 MiB/s, done.29Resolving deltas: 100% (48550/48550), done.31 * [new ref] refs/pipelines/579240176 -> refs/pipelines/57924017632Checking out ad477312 as refs/merge-requests/90914/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...37Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/ruby-gems-debian-bullseye-ruby-2.7-10 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 (2673682644)...44Downloading artifacts from coordinator... ok id=2673682644 responseStatus=200 OK token=HR9xsy-145Downloading artifacts for detect-tests (2673682683)...46Downloading artifacts from coordinator... ok id=2673682683 responseStatus=200 OK token=HR9xsy-147Downloading artifacts for retrieve-tests-metadata (2673682698)...48Downloading artifacts from coordinator... ok id=2673682698 responseStatus=200 OK token=HR9xsy-149Downloading artifacts for setup-test-env (2673682668)...50Downloading artifacts from coordinator... ok id=2673682668 responseStatus=200 OK token=HR9xsy-152Using 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_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 13 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)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'91Dropped database 'gitlabhq_test_ci'92Dropped database 'gitlabhq_geo_test'93Created database 'gitlabhq_test'94Created database 'gitlabhq_test_ci'95Created database 'gitlabhq_geo_test'96==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 38 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 1 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.23.0174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: ......................................... OK219Trying to connect to gitaly2: ......................................................... OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK221==> 'scripts/gitaly-test-spawn' succeeded in 11 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_9_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_9_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_9_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_9_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_9_24_report.txt236CRYSTALBALL: 237Knapsack report generator started!238DEPRECATION 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 call239/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 here240 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)241Run options: exclude {:quarantine=>true, :level=>"migration"}242Test environment set up in 0.495575812 seconds243Internal Project Access244 Project should be internal245 #internal?246 is expected to be truthy247 GET /:project_path248 is expected to be allowed for admin249 is expected to be allowed for owner250 is expected to be allowed for maintainer251 is expected to be allowed for developer252 is expected to be allowed for reporter253 is expected to be allowed for guest254 is expected to be allowed for user255 is expected to be denied for external256 is expected to be denied for visitor257 GET /:project_path/-/tree/master258 is expected to be allowed for admin259 is expected to be allowed for owner260 is expected to be allowed for maintainer261 is expected to be allowed for developer262 is expected to be allowed for reporter263 is expected to be allowed for guest264 is expected to be allowed for user265 is expected to be denied for external266 is expected to be denied for visitor267 GET /:project_path/-/commits/master268 is expected to be allowed for admin269 is expected to be allowed for owner270 is expected to be allowed for maintainer271 is expected to be allowed for developer272 is expected to be allowed for reporter273 is expected to be allowed for guest274 is expected to be allowed for user275 is expected to be denied for external276 is expected to be denied for visitor277 GET /:project_path/-/commit/:sha278 is expected to be allowed for admin279 is expected to be allowed for owner280 is expected to be allowed for maintainer281 is expected to be allowed for developer282 is expected to be allowed for reporter283 is expected to be allowed for guest284 is expected to be allowed for user285 is expected to be denied for external286 is expected to be denied for visitor287 GET /:project_path/-/compare288 is expected to be allowed for admin289 is expected to be allowed for owner290 is expected to be allowed for maintainer291 is expected to be allowed for developer292 is expected to be allowed for reporter293 is expected to be allowed for guest294 is expected to be allowed for user295 is expected to be denied for external296 is expected to be denied for visitor297 GET /:project_path/-/project_members298 is expected to be allowed for admin299 is expected to be allowed for owner300 is expected to be allowed for maintainer301 is expected to be allowed for developer302 is expected to be allowed for reporter303 is expected to be allowed for guest304 is expected to be allowed for user305 is expected to be denied for visitor306 is expected to be denied for external307 GET /:project_path/-/settings/ci_cd308 is allowed for admin when admin mode is enabled309 is denied for admin when admin mode is disabled310 is expected to be allowed for owner311 is expected to be allowed for maintainer312 is expected to be denied for developer313 is expected to be denied for reporter314 is expected to be denied for guest315 is expected to be denied for user316 is expected to be denied for visitor317 is expected to be denied for external318 GET /:project_path/-/settings/repository319 is allowed for admin when admin mode is enabled320 is denied for admin when admin mode is disabled321 is expected to be allowed for owner322 is expected to be allowed for maintainer323 is expected to be denied for developer324 is expected to be denied for reporter325 is expected to be denied for guest326 is expected to be denied for user327 is expected to be denied for visitor328 is expected to be denied for external329 GET /:project_path/-/blob330 is expected to be allowed for admin331 is expected to be allowed for owner332 is expected to be allowed for maintainer333 is expected to be allowed for developer334 is expected to be allowed for reporter335 is expected to be allowed for guest336 is expected to be allowed for user337 is expected to be denied for external338 is expected to be denied for visitor339 GET /:project_path/edit340 is allowed for admin when admin mode is enabled341 is denied for admin when admin mode is disabled342 is expected to be allowed for owner343 is expected to be allowed for maintainer344 is expected to be denied for developer345 is expected to be denied for reporter346 is expected to be denied for guest347 is expected to be denied for user348 is expected to be denied for external349 is expected to be denied for visitor350 GET /:project_path/deploy_keys351 is allowed for admin when admin mode is enabled352 is denied for admin when admin mode is disabled353 is expected to be allowed for owner354 is expected to be allowed for maintainer355 is expected to be denied for developer356 is expected to be denied for reporter357 is expected to be denied for guest358 is expected to be denied for user359 is expected to be denied for external360 is expected to be denied for visitor361 GET /:project_path/issues362 is expected to be allowed for admin363 is expected to be allowed for owner364 is expected to be allowed for maintainer365 is expected to be allowed for developer366 is expected to be allowed for reporter367 is expected to be allowed for guest368 is expected to be allowed for user369 is expected to be denied for external370 is expected to be denied for visitor371 GET /:project_path/issues/:id/edit372 is allowed for admin when admin mode is enabled373 is denied for admin when admin mode is disabled374 is expected to be allowed for owner375 is expected to be allowed for maintainer376 is expected to be allowed for developer377 is expected to be allowed for reporter378 is expected to be denied for guest379 is expected to be denied for user380 is expected to be denied for external381 is expected to be denied for visitor382 GET /:project_path/snippets383DEPRECATION 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)384 is expected to be allowed for admin385DEPRECATION 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)386 is expected to be allowed for owner387DEPRECATION 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)388 is expected to be allowed for maintainer389DEPRECATION 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)390 is expected to be allowed for developer391DEPRECATION 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)392 is expected to be allowed for reporter393DEPRECATION 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)394 is expected to be allowed for guest395DEPRECATION 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)396 is expected to be allowed for user397 is expected to be denied for external398 is expected to be denied for visitor399 GET /:project_path/snippets/new400 is allowed for admin when admin mode is enabled401 is denied for admin when admin mode is disabled402 is expected to be allowed for owner403 is expected to be allowed for maintainer404 is expected to be allowed for developer405 is expected to be allowed for reporter406 is expected to be denied for guest407 is expected to be denied for user408 is expected to be denied for external409 is expected to be denied for visitor410 GET /:project_path/-/merge_requests411 is expected to be allowed for admin412 is expected to be allowed for owner413 is expected to be allowed for maintainer414 is expected to be allowed for developer415 is expected to be allowed for reporter416 is expected to be allowed for guest417 is expected to be allowed for user418 is expected to be denied for external419 is expected to be denied for visitor420 GET /:project_path/-/merge_requests/new421 is allowed for admin when admin mode is enabled422 is denied for admin when admin mode is disabled423 is expected to be allowed for owner424 is expected to be allowed for maintainer425 is expected to be allowed for developer426 is expected to be denied for reporter427 is expected to be denied for guest428 is expected to be denied for user429 is expected to be denied for external430 is expected to be denied for visitor431 GET /:project_path/-/branches432 is expected to be allowed for admin433 is expected to be allowed for owner434 is expected to be allowed for maintainer435 is expected to be allowed for developer436 is expected to be allowed for reporter437 is expected to be allowed for guest438 is expected to be allowed for user439 is expected to be denied for external440 is expected to be denied for visitor441 GET /:project_path/-/tags442 is expected to be allowed for admin443 is expected to be allowed for owner444 is expected to be allowed for maintainer445 is expected to be allowed for developer446 is expected to be allowed for reporter447 is expected to be allowed for guest448 is expected to be allowed for user449 is expected to be denied for external450 is expected to be denied for visitor451 GET /:project_path/-/settings/integrations452 is allowed for admin when admin mode is enabled453 is denied for admin when admin mode is disabled454 is expected to be allowed for owner455 is expected to be allowed for maintainer456 is expected to be denied for developer457 is expected to be denied for reporter458 is expected to be denied for guest459 is expected to be denied for user460 is expected to be denied for external461 is expected to be denied for visitor462 GET /:project_path/pipelines463 is expected to be allowed for admin464 is expected to be allowed for owner465 is expected to be allowed for maintainer466 is expected to be allowed for developer467 is expected to be allowed for reporter468 is expected to be allowed for guest469 is expected to be allowed for user470 is expected to be denied for external471 is expected to be denied for visitor472 GET /:project_path/pipelines/:id473 is expected to be allowed for admin474 is expected to be allowed for owner475 is expected to be allowed for maintainer476 is expected to be allowed for developer477 is expected to be allowed for reporter478 is expected to be allowed for guest479 is expected to be allowed for user480 is expected to be denied for external481 is expected to be denied for visitor482 GET /:project_path/builds483 when allowed for public and internal484 is expected to be allowed for admin485 is expected to be allowed for owner486 is expected to be allowed for maintainer487 is expected to be allowed for developer488 is expected to be allowed for reporter489 is expected to be allowed for guest490 is expected to be allowed for user491 is expected to be denied for external492 is expected to be denied for visitor493 when disallowed for public and internal494 is allowed for admin when admin mode is enabled495 is denied for admin when admin mode is disabled496 is expected to be allowed for owner497 is expected to be allowed for maintainer498 is expected to be allowed for developer499 is expected to be allowed for reporter500 is expected to be denied for guest501 is expected to be denied for user502 is expected to be denied for external503 is expected to be denied for visitor504 GET /:project_path/builds/:id505 when allowed for public and internal506 is expected to be allowed for admin507 is expected to be allowed for owner508 is expected to be allowed for maintainer509 is expected to be allowed for developer510 is expected to be allowed for reporter511 is expected to be allowed for guest512 is expected to be allowed for user513 is expected to be denied for external514 is expected to be denied for visitor515 when disallowed for public and internal516 is allowed for admin when admin mode is enabled517 is denied for admin when admin mode is disabled518 is expected to be allowed for owner519 is expected to be allowed for maintainer520 is expected to be allowed for developer521 is expected to be allowed for reporter522 is expected to be denied for guest523 is expected to be denied for user524 is expected to be denied for external525 is expected to be denied for visitor526 GET /:project_path/builds/:id/trace527 when allowed for public and internal528 is expected to be allowed for admin529 is expected to be allowed for owner530 is expected to be allowed for maintainer531 is expected to be allowed for developer532 is expected to be allowed for reporter533 is expected to be allowed for guest534 is expected to be allowed for user535 is expected to be denied for external536 is expected to be denied for visitor537 when disallowed for public and internal538 is allowed for admin when admin mode is enabled539 is denied for admin when admin mode is disabled540 is expected to be allowed for owner541 is expected to be allowed for maintainer542 is expected to be allowed for developer543 is expected to be allowed for reporter544 is expected to be denied for guest545 is expected to be denied for user546 is expected to be denied for external547 is expected to be denied for visitor548 GET /:project_path/pipeline_schedules549 is allowed for admin when admin mode is enabled550 is allowed for admin when admin mode is disabled551 is expected to be allowed for owner552 is expected to be allowed for maintainer553 is expected to be allowed for developer554 is expected to be allowed for reporter555 is expected to be allowed for guest556 is expected to be allowed for user557 is expected to be denied for external558 is expected to be denied for visitor559 GET /:project_path/-/environments560 is allowed for admin when admin mode is enabled561 is allowed for admin when admin mode is disabled562 is expected to be allowed for owner563 is expected to be allowed for maintainer564 is expected to be allowed for developer565 is expected to be allowed for reporter566 is expected to be allowed for guest567 is expected to be allowed for user568 is expected to be denied for external569 is expected to be denied for visitor570 GET /:project_path/-/environments/:id571 is allowed for admin when admin mode is enabled572 is allowed for admin when admin mode is disabled573 is expected to be allowed for owner574 is expected to be allowed for maintainer575 is expected to be allowed for developer576 is expected to be allowed for reporter577 is expected to be allowed for guest578 is expected to be allowed for user579 is expected to be denied for external580 is expected to be denied for visitor581 GET /:project_path/-/environments/:id/deployments582 is allowed for admin when admin mode is enabled583 is allowed for admin when admin mode is disabled584 is expected to be allowed for owner585 is expected to be allowed for maintainer586 is expected to be allowed for developer587 is expected to be allowed for reporter588 is expected to be allowed for guest589 is expected to be allowed for user590 is expected to be denied for external591 is expected to be denied for visitor592 GET /:project_path/-/environments/new593 is allowed for admin when admin mode is enabled594 is denied for admin when admin mode is disabled595 is expected to be allowed for owner596 is expected to be allowed for maintainer597 is expected to be allowed for developer598 is expected to be denied for reporter599 is expected to be denied for guest600 is expected to be denied for user601 is expected to be denied for external602 is expected to be denied for visitor603 GET /:project_path/container_registry604 is expected to be allowed for admin605 is expected to be allowed for owner606 is expected to be allowed for maintainer607 is expected to be allowed for developer608 is expected to be allowed for reporter609 is expected to be allowed for guest610 is expected to be allowed for user611 is expected to be denied for external612 is expected to be denied for visitor613Projects > Members > Manage members614Starting the Capybara driver server...615Capybara starting Puma...616* Version 5.6.2 , codename: Birdie's Version617* Min threads: 0, max threads: 4618* Listening on unix:///tmp/20220704-465-4e93vh619 show members from project and group620 show user once if member of both group and project621 update user access level622 remove user from project623 when owner624 uses ProjectMember access_level_roles for the invite members modal access option625 when maintainer626 uses ProjectMember access_level_roles for the invite members modal access option627 behaves like inviting members628 adds user as member629 invites user by email630 invites user by username and invites user by email631 when member is already a member by username632 updates the member for that user633 when member is already a member by email634 fails with an error635 when inviting a parent group member to the sub-entity636 when role is higher than parent group membership637 adds the user as a member on sub-entity with higher access level638 when role is lower than parent group membership639 fails with an error640 when there are multiple users invited with errors641 only shows the first user error642 member search results643 does not show project_bots644 as a signed out visitor viewing a public project645 does not show the Invite members button when not signed in646 project bots647 does not show form used to change roles and "Expiration date" or the remove user button648 when user has 2FA enabled649 shows 2FA badge to user with "Maintainer" access level650 shows 2FA badge to admins651 does not show 2FA badge to users with access level below "Maintainer"652 shows 2FA badge to themselves653User squashes a merge request654 when the MR has only one commit655 when squash message differs from existing commit message656 squashes the commits into a single commit, and adds a merge commit657 when squash message is the same as existing commit message658 accepts the merge request without squashing659 when squash is enabled on merge request creation660 shows the squash checkbox as checked661 when accepting with squash checked662 squashes the commits into a single commit, and adds a merge commit663 when accepting and unchecking squash664 accepts the merge request without squashing665 when squash is not enabled on merge request creation666 shows the squash checkbox as unchecked667 when accepting and checking squash668 squashes the commits into a single commit, and adds a merge commit669 when accepting with squash unchecked670 accepts the merge request without squashing671User uses shortcuts672 disabling shortcuts673 can disable shortcuts from help menu674 re-enables shortcuts675 when navigating to the Project pages676 redirects to the project page677 redirects to the activity page678 when navigating to the Repository pages679 redirects to the repository files page680 redirects to the repository commits page681 redirects to the repository graph page682 redirects to the repository charts page683 when navigating to the Issues pages684 redirects to the issues list page685 redirects to the issue board page686 redirects to the new issue page687 when navigating to the Merge Requests pages688 redirects to the merge requests page689 when navigating to the CI/CD pages690 redirects to the Jobs page691 when navigating to the Deployments page692 redirects to the Environments page693 when navigating to the Monitor pages694 redirects to the Metrics page695 when navigating to the Infrastructure pages696 redirects to the Kubernetes page697 when navigating to the Snippets pages698DEPRECATION 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)699 redirects to the snippets page700 when navigating to the Wiki pages701 redirects to the wiki page702Merge request > User edits MR703 non-fork merge request704 behaves like an editable merge request705 updates merge request706 description has autocomplete707 description has quick action autocomplete708 has class js-quick-submit in form709 warns about version conflict710 preserves description textarea height711 when "Remove source branch" is set712 allows to unselect "Remove source branch"713 for a forked project714 behaves like an editable merge request715 updates merge request716 description has autocomplete717 description has quick action autocomplete718 has class js-quick-submit in form719 warns about version conflict720 preserves description textarea height721 when "Remove source branch" is set722 allows to unselect "Remove source branch"723Project variables724 with disabled ff `ci_variable_settings_graphql725Skipping ./spec/features/project_variables_spec.rb[1:1:2] 'Project variables with disabled ff `ci_variable_settings_graphql adds a new variable with an environment scope' because it's flaky.726 adds a new variable with an environment scope (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)727 behaves like variable list728 shows a list of variables729Skipping ./spec/features/project_variables_spec.rb[1:1:1:2] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list adds a new CI variable' because it's flaky.730 adds a new CI variable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)731 adds a new protected variable732 defaults to unmasked733Skipping ./spec/features/project_variables_spec.rb[1:1:1:5] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list reveals and hides variables' because it's flaky.734 reveals and hides variables (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)735 deletes a variable736 edits a variable737 edits a variable to be unmasked738Skipping ./spec/features/project_variables_spec.rb[1:1:1:9] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list edits a variable to be masked' because it's flaky.739 edits a variable to be masked (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)740 shows a validation error box about duplicate keys741 prevents a variable to be added if no values are provided when a variable is set to masked742 shows validation error box about unmaskable values743 handles multiple edits and a deletion744 defaults to the application setting745 application setting is true746Skipping ./spec/features/project_variables_spec.rb[1:1:1:14:1:1] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is true defaults to protected' because it's flaky.747 defaults to protected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)748 shows a message regarding the changed default749 application setting is false750Skipping ./spec/features/project_variables_spec.rb[1:1:1:14:2:1] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is false defaults to unprotected' because it's flaky.751 defaults to unprotected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)752 does not show a message regarding the default753Projects > Show > User sees setup shortcut buttons754 empty project755 as a normal user756 project buttons are not visible757 as a maintainer758 "New file" button linked to IDE new file page759 "Add README" button linked to IDE new file populated for a README760 "Add license" button linked to IDE new file populated for a license761 Gitlab::CurrentSettings.default_branch_name is available762 "New file" button linked to IDE new file page763 populated project764 as a normal user765 when Auto DevOps is enabled766 "Auto DevOps enabled" button not linked767 when Auto DevOps is not enabled768 no Auto DevOps button if can not manage pipelines769 no Kubernetes cluster button if can not manage clusters770 as a maintainer771 no "Add CHANGELOG" button if the project already has a changelog772 no "Add license" button if the project already has a license773 no "Add CONTRIBUTING" button if the project already has a contribution guide774 README button775 when the project has a populated README776 show the "README" anchor777 when the project has an empty README778 show the "README" anchor779 when the project does not have a README780 shows the single file editor "Add README" button781 GitLab CI configuration button782 when Auto DevOps is enabled783 no "Set up CI/CD" button if the project has Auto DevOps enabled784 when Auto DevOps is not enabled785 "Set up CI/CD" button linked to new file populated for a .gitlab-ci.yml786 "Set up CI/CD" button is renamed if the project already has a .gitlab-ci.yml787 Auto DevOps button788 when Auto DevOps is enabled789 "Auto DevOps enabled" anchor linked to settings page790 when Auto DevOps is not enabled791 "Enable Auto DevOps" button linked to settings page792 no Auto DevOps button if Auto DevOps callout is shown793 no "Enable Auto DevOps" button when .gitlab-ci.yml already exists794 Kubernetes cluster button795 "Add Kubernetes cluster" button linked to clusters page796 "Kubernetes cluster" button linked to cluster page797issue move to another project798 user does not have permission to move issue799 moving issue to another project not allowed800 user has permission to move issue801 moving issue to another project802 searching project dropdown803 user does not have permission to move the issue to a project804 browsing projects in projects select805 issue has been already moved806 user wants to move issue that has already been moved807 service desk issue moved to a project with service desk disabled808 shows an alert after being moved809 does not show an alert after being dismissed810issue header811 when user has permission to update812 within the issue actions dropdown menu813 shows the "New related issue", "Report abuse", and "Delete issue" items814 when the issue is open815 has a "Close issue" button816 when the issue is closed817 has a "Reopen issue" button818 when the issue is closed and locked819 does not have a "Reopen issue" button820 when the current user is the issue author821 does not show "Report abuse" link in dropdown822 when user is admin and the project is set up for spam823 within the issue actions dropdown menu824 has "Submit as spam" item825 when user does not have permission to update826 within the issue actions dropdown menu827 only shows the "New related issue" and "Report abuse" items828 when the issue is open829 does not have a "Close issue" button830 when the issue is closed831 does not have a "Reopen issue" button832 when the issue is closed and locked833 does not have a "Reopen issue" button834 when the current user is the issue author835 does not show "Report abuse" link in dropdown836Admin > Admin sees background migrations837 can navigate to background migrations838 can click on a specific migration839 can view failed jobs840Locator Integer:2 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.841 can click on a specific job842 can view queued migrations and pause and resume them843 can view finished migrations844 can change tabs and retain database param845 can view documentation from Learn more link846 when there are no failed jobs847 dos not display failed jobs848 when there are failed migrations849 can fire an action with a database param850 can view and retry them851 selected database toggle852 when multi database is not enabled853 does not render the database listbox (PENDING: Skipping because multiple databases are set up)854 when multi database is enabled855 does render the database listbox856 defaults to main when no parameter is passed857 shows correct database when a parameter is passed858Skipping ./spec/features/admin/admin_sees_background_migrations_spec.rb[1:11:2:4] 'Admin > Admin sees background migrations selected database toggle when multi database is enabled updates the path to correct database when clicking on listbox option' because it's flaky.859 updates the path to correct database when clicking on listbox option (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)860User merges a merge request861 ff-only merge862 when branch is rebased863 behaves like fast forward merge a merge request864 merges a merge request865 when branch is merged866 behaves like fast forward merge a merge request867 merges a merge request868 sidebar merge requests counter869 decrements the open MR count870User page871 shows the status if there was one872 shows the pronouns of the user if there was one873 shows the pronunctiation of the user if there was one874 with public profile875 shows all the tabs876 does not show private profile message877 work information878 shows job title and organization details879 shows job title880 shows organization details881 location882 when location is set883 shows location884 when location is not set885 does not show location886 timezone887 when timezone is set888 shows local time889 when timezone is not set890 does not show local time891 when timezone is invalid892 shows local time using the configured default timezone (UTC in this case)893 follow/unfollow and followers/following894 does not show link to follow895 shows 0 followers and 0 following896WARNING: Active Record does not support composite primary key.897user_follow_users has composite primary key. Composite primary key is ignored.898 shows 1 followers and 1 following899 does show link to follow900 does show link to unfollow901 with private profile902 shows no tab903 shows private profile message904 shows own tabs905 with blocked profile906 shows no tab907 shows blocked message908 shows user name as blocked909 shows no additional fields910 shows username911 behaves like default brand title page meta description912 renders the page with description, og:description, and twitter:description meta tags with the default brand title913 with unconfirmed user914 when visited by an authenticated user915 behaves like unconfirmed user profile916 shows user name as unconfirmed917 shows no tab918 shows no additional fields919 shows private profile message920 behaves like default brand title page meta description921 renders the page with description, og:description, and twitter:description meta tags with the default brand title922 when visited by an unauthenticated user923 behaves like unconfirmed user profile924 shows user name as unconfirmed925 shows no tab926 shows no additional fields927 shows private profile message928 behaves like default brand title page meta description929 renders the page with description, og:description, and twitter:description meta tags with the default brand title930 signup disabled931 shows the sign in link932 signup enabled933 shows the sign in and register link934 most recent activity935 shows the most recent activity936 when external authorization is enabled937 hides the most recent activity938 page description939 behaves like page meta description940 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown941 with a bot user942 feature flag enabled943 only shows Overview and Activity tabs944 feature flag disabled945 only shows Overview and Activity tabs946 structured markup947 shows Person structured markup948 GPG keys949 when user has verified GPG keys950 shows link to public GPG keys951 when user does not have verified GPG keys952 does not show link to public GPG keys953a maintainer edits files on a source-branch of an MR from a fork954 mentions commits will go to the source branch955 allows committing to the source branch956DevOps Report page957 with devops_adoption feature flag disabled958DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.959Falling back to an asset that may be in the public folder.960This behavior is deprecated and will be removed.961To bypass the asset pipeline and preserve this behavior,962use the `skip_pipeline: true` option.963 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)964 has dismissable intro callout965 when usage ping is disabled966DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.967Falling back to an asset that may be in the public folder.968This behavior is deprecated and will be removed.969To bypass the asset pipeline and preserve this behavior,970use the `skip_pipeline: true` option.971 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)972 shows empty state973DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.974Falling back to an asset that may be in the public folder.975This behavior is deprecated and will be removed.976To bypass the asset pipeline and preserve this behavior,977use the `skip_pipeline: true` option.978 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)979 hides the intro callout980 when there is no data to display981DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.982Falling back to an asset that may be in the public folder.983This behavior is deprecated and will be removed.984To bypass the asset pipeline and preserve this behavior,985use the `skip_pipeline: true` option.986 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)987 shows empty state988 when there is data to display989DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.990Falling back to an asset that may be in the public folder.991This behavior is deprecated and will be removed.992To bypass the asset pipeline and preserve this behavior,993use the `skip_pipeline: true` option.994 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)995 shows the DevOps Score app996User follows pipeline suggest nudge spec when feature is enabled997 viewing the new blob page998 when the page is loaded from the link using the suggest_gitlab_ci_yml param999 pre-fills .gitlab-ci.yml for file name1000 chooses the .gitlab-ci.yml Template Type1001 displays suggest_gitlab_ci_yml popover1002 sets the commit cookie when the Commit button is clicked1003 when the page is visited without the param1004 does not pre-fill .gitlab-ci.yml for file name1005 does not choose the .gitlab-ci.yml Template Type1006 does not display suggest_gitlab_ci_yml popover1007Ensure Boards do not show stale data on browser back1008 authorized user1009 created issue is listed on board1010Admin Mode Logout1011 disable removes admin mode and redirects to root page1012 disable shows flash notice1013 on a read-only instance1014 disable removes admin mode and redirects to root page1015User removes labels1016 when one label1017 removes label1018 when many labels1019 removes all labels1020Admin::Users1021 Tabs1022 links to the Users tab1023 links to the Cohorts tab1024 redirects legacy route1025 Cohorts tab content1026 shows users count per month1027 prompt user about registration features1028 does not render registration features CTA when service ping is enabled1029 with no license and service ping disabled1030 renders registration features CTA1031User filters Alert Management table by status1032 when a developer displays the alert list and the alert service is enabled they can filter the table by an alert status1033 shows the alert table items with alert status of Open by default1034 shows the alert table items with alert status of Acknowledged1035 shows the alert table items with alert status of Triggered1036 shows the an empty table for a status with no alerts1037Merge request > User sees system notes1038 when logged-in as a member of the private project1039 shows the system note1040 when not logged-in1041 hides the system note1042Issue rebalancing1043 when issue rebalancing is in progress1044 shows an alert in project boards1045 shows an alert in group boards1046 shows an alert in project issues list with manual sort1047 shows an alert in group issues list with manual sort1048 does not show an alert in project issues list with other sorts1049 does not show an alert in group issues list with other sorts1050Merge requests > User merges immediately1051 when there is active pipeline for merge request1052 enables merge immediately1053Logout/Sign out1054 sign out redirects to sign in page1055 sign out does not show signed out flash notice1056 on a read-only instance1057 sign out redirects to sign in page1058Projects > Members > Group requester cannot request access to project1059 group requester does not see the request access / withdraw access request button1060User views diffs file-by-file1061 shows diffs file-by-file1062User triggers manual job with variables1063 passes values correctly1064Cluster agent registration1065 allows the user to select an agent to install, and displays the resulting agent token1066User uploads avatar to group1067 they see the new avatar1068Upload a maven package1069 behaves like handling file uploads1070 with object storage disabled1071 behaves like for a maven package1072 creates package files1073 is expected to eq 2001074 behaves like handling file uploads1075 with object storage disabled1076 behaves like for a maven sha11077 is expected to eq 2041078 behaves like handling file uploads1079 with object storage disabled1080 behaves like for a maven md51081 is expected to eq 2001082 with an encoded project ID1083 behaves like handling file uploads1084 with object storage disabled1085 behaves like for a maven package1086 creates package files1087 is expected to eq 2001088Projects > Members > Owner cannot leave project1089 user does not see a "Leave project" link1090Upload ci artifact1091 behaves like handling file uploads1092 with object storage disabled1093 behaves like for ci artifact1094 is expected to change `::Ci::JobArtifact.count` by 21095 is expected to eq 2011096OneTrust1097 almost there page1098 when OneTrust is enabled1099 has the OneTrust CSP settings1100Knapsack report was generated. Preview:1101{1102 "spec/features/security/project/internal_access_spec.rb": 278.1691528479987,1103 "spec/features/projects/members/manage_members_spec.rb": 115.42153826300091,1104 "spec/features/merge_request/user_squashes_merge_request_spec.rb": 137.24110889799886,1105 "spec/features/projects/user_uses_shortcuts_spec.rb": 112.03299815500031,1106 "spec/features/merge_request/user_edits_mr_spec.rb": 97.8779467739987,1107 "spec/features/project_variables_spec.rb": 66.5585324879994,1108 "spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb": 54.94074644399916,1109 "spec/features/issues/move_spec.rb": 72.86633657799939,1110 "spec/features/issues/issue_header_spec.rb": 54.74526238399994,1111 "spec/features/admin/admin_sees_background_migrations_spec.rb": 33.19350297299934,1112 "spec/features/merge_request/user_merges_merge_request_spec.rb": 35.9288641309995,1113 "spec/features/users/show_spec.rb": 18.43450306200066,1114 "spec/features/merge_request/maintainer_edits_fork_spec.rb": 31.780261837999205,1115 "spec/features/admin/admin_dev_ops_reports_spec.rb": 23.44135698699938,1116 "spec/features/projects/blobs/user_follows_pipeline_suggest_nudge_spec.rb": 24.96102955099923,1117 "spec/features/boards/reload_boards_on_browser_back_spec.rb": 18.39995839599942,1118 "spec/features/admin/admin_mode/logout_spec.rb": 18.64403495999977,1119 "spec/features/projects/labels/user_removes_labels_spec.rb": 14.943358872000317,1120 "spec/features/admin/admin_users_spec.rb": 8.790059575001578,1121 "spec/features/alert_management/user_filters_alerts_by_status_spec.rb": 10.505408879000242,1122 "spec/features/merge_request/user_sees_system_notes_spec.rb": 13.322348867999608,1123 "spec/features/issue_rebalancing_spec.rb": 9.491310563000297,1124 "spec/features/merge_request/user_merges_immediately_spec.rb": 8.472665388000678,1125 "spec/features/users/logout_spec.rb": 7.996304246998989,1126 "spec/features/projects/members/group_requester_cannot_request_access_to_project_spec.rb": 7.749502912000025,1127 "spec/features/merge_request/user_views_diffs_file_by_file_spec.rb": 8.519694672999321,1128 "spec/features/projects/jobs/user_triggers_manual_job_with_variables_spec.rb": 5.082555755998328,1129 "spec/features/clusters/create_agent_spec.rb": 5.415890301999752,1130 "spec/features/uploads/user_uploads_avatar_to_group_spec.rb": 4.019203395999284,1131 "spec/features/file_uploads/maven_package_spec.rb": 3.1623989550007536,1132 "spec/features/projects/members/owner_cannot_leave_project_spec.rb": 1.941058909998901,1133 "spec/features/file_uploads/ci_artifact_spec.rb": 1.898193283999717,1134 "spec/features/one_trust_spec.rb": 0.42002806700111251135}1136Knapsack global time execution for tests: 21m 46s1137Pending: (Failures listed here are expected and do not affect your suite's status)1138 1) Project variables with disabled ff `ci_variable_settings_graphql adds a new variable with an environment scope1139 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1140 # ./spec/features/project_variables_spec.rb:271141 2) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list adds a new CI variable1142 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1143 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:101144 3) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list reveals and hides variables1145 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1146 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:541147 4) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list edits a variable to be masked1148 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1149 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:1231150 5) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is true defaults to protected1151 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1152 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:2511153 6) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is false defaults to unprotected1154 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1155 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:2711156 7) Admin > Admin sees background migrations selected database toggle when multi database is not enabled does not render the database listbox1157 # Skipping because multiple databases are set up1158 # ./spec/features/admin/admin_sees_background_migrations_spec.rb:2041159 8) Admin > Admin sees background migrations selected database toggle when multi database is enabled updates the path to correct database when clicking on listbox option1160 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1161 # ./spec/features/admin/admin_sees_background_migrations_spec.rb:2401162Finished in 21 minutes 50 seconds (files took 1 minute 6.38 seconds to load)1163566 examples, 0 failures, 8 pending1164Failed to write to log, write log/workhorse-test.log: file already closed1165RSpec exited with 0.1166No examples to retry, congrats!1168Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1169Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1171Uploading artifacts...1172coverage/: found 5 matching files and directories 1173crystalball/: found 2 matching files and directories 1174deprecations/: found 9 matching files and directories 1175knapsack/: found 3 matching files and directories 1176rspec/: found 9 matching files and directories 1177WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1178log/*.log: found 18 matching files and directories 1179WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673683006/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1180WARNING: Retrying... context=artifacts-uploader error=request redirected1181Uploading artifacts as "archive" to coordinator... 201 Created id=2673683006 responseStatus=201 Created token=HR9xsy-11182Uploading artifacts...1183rspec/junit_rspec.xml: found 1 matching files and directories 1184WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673683006/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1185WARNING: Retrying... context=artifacts-uploader error=request redirected1186Uploading artifacts as "junit" to coordinator... 201 Created id=2673683006 responseStatus=201 Created token=HR9xsy-11188Job succeeded