rspec system pg12 11/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-4.shared-gitlab-org.runners-manager.gitlab.com/default 8cwZ3F433 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:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...18Running on runner-8cwz3f43-project-278964-concurrent-0 via runner-8cwz3f43-shared-gitlab-org-1656569453-261a7c8e...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: 114186, done. 25remote: Counting objects: 100% (114186/114186), done. 26remote: Compressing objects: 100% (80208/80208), done. 27remote: Total 114186 (delta 47125), reused 74152 (delta 29592), pack-reused 0 28Receiving objects: 100% (114186/114186), 108.04 MiB | 34.18 MiB/s, done.29Resolving deltas: 100% (47125/47125), done.31 * [new ref] refs/pipelines/576623504 -> refs/pipelines/57662350432Checking out fb40c27e as refs/merge-requests/91304/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 (2660063458)...44Downloading artifacts from coordinator... ok id=2660063458 responseStatus=200 OK token=zB9Kqexs45Downloading artifacts for detect-tests (2660063471)...46Downloading artifacts from coordinator... ok id=2660063471 responseStatus=200 OK token=zB9Kqexs47Downloading artifacts for retrieve-tests-metadata (2660063474)...48Downloading artifacts from coordinator... ok id=2660063474 responseStatus=200 OK token=zB9Kqexs49Downloading artifacts for setup-test-env (2660063469)...50Downloading artifacts from coordinator... ok id=2660063469 responseStatus=200 OK token=zB9Kqexs52Using docker image sha256:1c23a0bd0711f9f7944305c4b25ce8e4301c16167671a7873aad77579270806d 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:d0052322332df372b949caf19e910c0ce6859c1e7ed29ff609ebec91b1dead87 ...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 9 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 34 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.21.2174Using 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_11_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_11_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_11_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_11_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_11_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"}242==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.045157344 seconds...243Test environment set up in 0.545929458 seconds244Public Project Access245 Project should be public246 #public?247 is expected to be truthy248 GET /:project_path249 is expected to be allowed for admin250 is expected to be allowed for owner251 is expected to be allowed for maintainer252 is expected to be allowed for developer253 is expected to be allowed for reporter254 is expected to be allowed for guest255 is expected to be allowed for user256 is expected to be allowed for external257 is expected to be allowed for visitor258 GET /:project_path/-/tree/master259 is expected to be allowed for admin260 is expected to be allowed for owner261 is expected to be allowed for maintainer262 is expected to be allowed for developer263 is expected to be allowed for reporter264 is expected to be allowed for guest265 is expected to be allowed for user266 is expected to be allowed for external267 is expected to be allowed for visitor268 GET /:project_path/-/commits/master269 is expected to be allowed for admin270 is expected to be allowed for owner271 is expected to be allowed for maintainer272 is expected to be allowed for developer273 is expected to be allowed for reporter274 is expected to be allowed for guest275 is expected to be allowed for user276 is expected to be allowed for external277 is expected to be allowed for visitor278 GET /:project_path/-/commit/:sha279 is expected to be allowed for admin280 is expected to be allowed for owner281 is expected to be allowed for maintainer282 is expected to be allowed for developer283 is expected to be allowed for reporter284 is expected to be allowed for guest285 is expected to be allowed for user286 is expected to be allowed for external287 is expected to be allowed for visitor288 GET /:project_path/-/compare289 is expected to be allowed for admin290 is expected to be allowed for owner291 is expected to be allowed for maintainer292 is expected to be allowed for developer293 is expected to be allowed for reporter294 is expected to be allowed for guest295 is expected to be allowed for user296 is expected to be allowed for external297 is expected to be allowed for visitor298 GET /:project_path/-/project_members299 is expected to be allowed for admin300 is expected to be allowed for owner301 is expected to be allowed for maintainer302 is expected to be allowed for developer303 is expected to be allowed for reporter304 is expected to be allowed for guest305 is expected to be allowed for user306 is expected to be allowed for visitor307 is expected to be allowed for external308 GET /:project_path/-/settings/ci_cd309 is allowed for admin when admin mode is enabled310 is denied for admin when admin mode is disabled311 is expected to be allowed for owner312 is expected to be allowed for maintainer313 is expected to be denied for developer314 is expected to be denied for reporter315 is expected to be denied for guest316 is expected to be denied for user317 is expected to be denied for visitor318 is expected to be denied for external319 GET /:project_path/-/settings/repository320 is allowed for admin when admin mode is enabled321 is denied for admin when admin mode is disabled322 is expected to be allowed for owner323 is expected to be allowed for maintainer324 is expected to be denied for developer325 is expected to be denied for reporter326 is expected to be denied for guest327 is expected to be denied for user328 is expected to be denied for visitor329 is expected to be denied for external330 GET /:project_path/pipelines331 is expected to be allowed for admin332 is expected to be allowed for owner333 is expected to be allowed for maintainer334 is expected to be allowed for developer335 is expected to be allowed for reporter336 is expected to be allowed for guest337 is expected to be allowed for user338 is expected to be allowed for external339 is expected to be allowed for visitor340 GET /:project_path/pipelines/:id341 is expected to be allowed for admin342 is expected to be allowed for owner343 is expected to be allowed for maintainer344 is expected to be allowed for developer345 is expected to be allowed for reporter346 is expected to be allowed for guest347 is expected to be allowed for user348 is expected to be allowed for external349 is expected to be allowed for visitor350 GET /:project_path/builds351 when allowed for public352 is expected to be allowed for admin353 is expected to be allowed for owner354 is expected to be allowed for maintainer355 is expected to be allowed for developer356 is expected to be allowed for reporter357 is expected to be allowed for guest358 is expected to be allowed for user359 is expected to be allowed for external360 is expected to be allowed for visitor361 when disallowed for public362 is allowed for admin when admin mode is enabled363 is denied for admin when admin mode is disabled364 is expected to be allowed for owner365 is expected to be allowed for maintainer366 is expected to be allowed for developer367 is expected to be allowed for reporter368 is expected to be denied for guest369 is expected to be denied for user370 is expected to be denied for external371 is expected to be denied for visitor372 GET /:project_path/builds/:id373 when allowed for public374 is expected to be allowed for admin375 is expected to be allowed for owner376 is expected to be allowed for maintainer377 is expected to be allowed for developer378 is expected to be allowed for reporter379 is expected to be allowed for guest380 is expected to be allowed for user381 is expected to be allowed for external382 is expected to be allowed for visitor383 when disallowed for public384 is allowed for admin when admin mode is enabled385 is denied for admin when admin mode is disabled386 is expected to be allowed for owner387 is expected to be allowed for maintainer388 is expected to be allowed for developer389 is expected to be allowed for reporter390 is expected to be denied for guest391 is expected to be denied for user392 is expected to be denied for external393 is expected to be denied for visitor394 GET /:project_path/builds/:id/trace395 when allowed for public396 is expected to be allowed for admin397 is expected to be allowed for owner398 is expected to be allowed for maintainer399 is expected to be allowed for developer400 is expected to be allowed for reporter401 is expected to be allowed for guest402 is expected to be allowed for user403 is expected to be allowed for external404 is expected to be allowed for visitor405 when disallowed for public406 is allowed for admin when admin mode is enabled407 is denied for admin when admin mode is disabled408 is expected to be allowed for owner409 is expected to be allowed for maintainer410 is expected to be allowed for developer411 is expected to be allowed for reporter412 is expected to be denied for guest413 is expected to be denied for user414 is expected to be denied for external415 is expected to be denied for visitor416 GET /:project_path/pipeline_schedules417 is allowed for admin when admin mode is enabled418 is allowed for admin when admin mode is disabled419 is expected to be allowed for owner420 is expected to be allowed for maintainer421 is expected to be allowed for developer422 is expected to be allowed for reporter423 is expected to be allowed for guest424 is expected to be allowed for user425 is expected to be allowed for external426 is expected to be allowed for visitor427 GET /:project_path/-/environments428 is allowed for admin when admin mode is enabled429 is allowed for admin when admin mode is disabled430 is expected to be allowed for owner431 is expected to be allowed for maintainer432 is expected to be allowed for developer433 is expected to be allowed for reporter434 is expected to be allowed for guest435 is expected to be allowed for user436 is expected to be allowed for external437 is expected to be allowed for visitor438 GET /:project_path/-/environments/:id439 is allowed for admin when admin mode is enabled440 is allowed for admin when admin mode is disabled441 is expected to be allowed for owner442 is expected to be allowed for maintainer443 is expected to be allowed for developer444 is expected to be allowed for reporter445 is expected to be allowed for guest446 is expected to be allowed for user447 is expected to be allowed for external448 is expected to be allowed for visitor449 GET /:project_path/-/environments/:id/deployments450 is allowed for admin when admin mode is enabled451 is allowed for admin when admin mode is disabled452 is expected to be allowed for owner453 is expected to be allowed for maintainer454 is expected to be allowed for developer455 is expected to be allowed for reporter456 is expected to be allowed for guest457 is expected to be allowed for user458 is expected to be allowed for external459 is expected to be allowed for visitor460 GET /:project_path/-/environments/new461 is allowed for admin when admin mode is enabled462 is denied for admin when admin mode is disabled463 is expected to be allowed for owner464 is expected to be allowed for maintainer465 is expected to be allowed for developer466 is expected to be denied for reporter467 is expected to be denied for guest468 is expected to be denied for user469 is expected to be denied for external470 is expected to be denied for visitor471 GET /:project_path/-/blob472 is expected to be allowed for admin473 is expected to be allowed for owner474 is expected to be allowed for maintainer475 is expected to be allowed for developer476 is expected to be allowed for reporter477 is expected to be allowed for guest478 is expected to be allowed for user479 is expected to be allowed for visitor480 GET /:project_path/edit481 is allowed for admin when admin mode is enabled482 is denied for admin when admin mode is disabled483 is expected to be allowed for owner484 is expected to be allowed for maintainer485 is expected to be denied for developer486 is expected to be denied for reporter487 is expected to be denied for guest488 is expected to be denied for user489 is expected to be denied for external490 is expected to be denied for visitor491 GET /:project_path/deploy_keys492 is allowed for admin when admin mode is enabled493 is denied for admin when admin mode is disabled494 is expected to be allowed for owner495 is expected to be allowed for maintainer496 is expected to be denied for developer497 is expected to be denied for reporter498 is expected to be denied for guest499 is expected to be denied for user500 is expected to be denied for external501 is expected to be denied for visitor502 GET /:project_path/issues503 is expected to be allowed for admin504 is expected to be allowed for owner505 is expected to be allowed for maintainer506 is expected to be allowed for developer507 is expected to be allowed for reporter508 is expected to be allowed for guest509 is expected to be allowed for user510 is expected to be allowed for external511 is expected to be allowed for visitor512 GET /:project_path/issues/:id/edit513 is allowed for admin when admin mode is enabled514 is denied for admin when admin mode is disabled515 is expected to be allowed for owner516 is expected to be allowed for maintainer517 is expected to be allowed for developer518 is expected to be allowed for reporter519 is expected to be denied for guest520 is expected to be denied for user521 is expected to be denied for external522 is expected to be denied for visitor523 GET /:project_path/snippets524DEPRECATION 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)525 is expected to be allowed for admin526DEPRECATION 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)527 is expected to be allowed for owner528DEPRECATION 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)529 is expected to be allowed for maintainer530DEPRECATION 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)531 is expected to be allowed for developer532DEPRECATION 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)533 is expected to be allowed for reporter534DEPRECATION 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)535 is expected to be allowed for guest536DEPRECATION 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)537 is expected to be allowed for user538DEPRECATION 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)539 is expected to be allowed for external540DEPRECATION 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)541 is expected to be allowed for visitor542 GET /:project_path/snippets/new543 is allowed for admin when admin mode is enabled544 is denied for admin when admin mode is disabled545 is expected to be allowed for owner546 is expected to be allowed for maintainer547 is expected to be allowed for developer548 is expected to be allowed for reporter549 is expected to be denied for guest550 is expected to be denied for user551 is expected to be denied for external552 is expected to be denied for visitor553 GET /:project_path/-/merge_requests554 is expected to be allowed for admin555 is expected to be allowed for owner556 is expected to be allowed for maintainer557 is expected to be allowed for developer558 is expected to be allowed for reporter559 is expected to be allowed for guest560 is expected to be allowed for user561 is expected to be allowed for external562 is expected to be allowed for visitor563 GET /:project_path/-/merge_requests/new564 is allowed for admin when admin mode is enabled565 is denied for admin when admin mode is disabled566 is expected to be allowed for owner567 is expected to be allowed for maintainer568 is expected to be allowed for developer569 is expected to be denied for reporter570 is expected to be denied for guest571 is expected to be denied for user572 is expected to be denied for external573 is expected to be denied for visitor574 GET /:project_path/-/branches575 is expected to be allowed for admin576 is expected to be allowed for owner577 is expected to be allowed for maintainer578 is expected to be allowed for developer579 is expected to be allowed for reporter580 is expected to be allowed for guest581 is expected to be allowed for user582 is expected to be allowed for external583 is expected to be allowed for visitor584 GET /:project_path/-/tags585 is expected to be allowed for admin586 is expected to be allowed for owner587 is expected to be allowed for maintainer588 is expected to be allowed for developer589 is expected to be allowed for reporter590 is expected to be allowed for guest591 is expected to be allowed for user592 is expected to be allowed for external593 is expected to be allowed for visitor594 GET /:project_path/-/settings/integrations595 is allowed for admin when admin mode is enabled596 is denied for admin when admin mode is disabled597 is expected to be allowed for owner598 is expected to be allowed for maintainer599 is expected to be denied for developer600 is expected to be denied for reporter601 is expected to be denied for guest602 is expected to be denied for user603 is expected to be denied for external604 is expected to be denied for visitor605 GET /:project_path/container_registry606 is expected to be allowed for admin607 is expected to be allowed for owner608 is expected to be allowed for maintainer609 is expected to be allowed for developer610 is expected to be allowed for reporter611 is expected to be allowed for guest612 is expected to be allowed for user613 is expected to be allowed for external614 is expected to be allowed for visitor615Pipeline Schedules616Starting the Capybara driver server...617 logged in as the pipeline schedule owner618 GET /projects/pipeline_schedules619Capybara starting Puma...620* Version 5.6.2 , codename: Birdie's Version621* Min threads: 0, max threads: 4622* Listening on unix:///tmp/20220630-465-dperfr623 edits the pipeline624 PATCH /projects/pipelines_schedules/:id/edit625 displays existing properties626 edits the scheduled pipeline627 when ref is nil628 shows the pipeline schedule with default ref629 when ref is empty630 shows the pipeline schedule with default ref631 logged in as a project maintainer632 GET /projects/pipeline_schedules633 The view634 displays the required information description635 creates a new scheduled pipeline636 changes ownership of the pipeline637 deletes the pipeline638 when ref is nil639 shows a list of the pipeline schedules with empty ref column640 when ref is empty641 shows a list of the pipeline schedules with empty ref column642 POST /projects/pipeline_schedules/new643 sets defaults for timezone and target branch644 creates a new scheduled pipeline645 prevents an invalid form from being submitted646 when user creates a new pipeline schedule with variables647 user sees the new variable in edit window648 when user edits a variable of a pipeline schedule649 user sees the updated variable in edit window650 when user removes a variable of a pipeline schedule651 user does not see the removed variable in edit window652 when active is true and next_run_at is NULL653 user edit and recover the problematic pipeline schedule654 logged in as non-member655 GET /projects/pipeline_schedules656 The view657 does not show create schedule button658 not logged in659 GET /projects/pipeline_schedules660 The view661 does not show create schedule button662User squashes a merge request663 when the MR has only one commit664 when squash message differs from existing commit message665 squashes the commits into a single commit, and adds a merge commit666 when squash message is the same as existing commit message667 accepts the merge request without squashing668 when squash is enabled on merge request creation669 shows the squash checkbox as checked670 when accepting with squash checked671 squashes the commits into a single commit, and adds a merge commit672 when accepting and unchecking squash673 accepts the merge request without squashing674 when squash is not enabled on merge request creation675 shows the squash checkbox as unchecked676 when accepting and checking squash677 squashes the commits into a single commit, and adds a merge commit678 when accepting with squash unchecked679 accepts the merge request without squashing680User edits snippet681 displays the snippet blob path and content682 updates the snippet683 updates the snippet with files attached684 updates the snippet to make it internal685 updates the snippet to make it public686 when the git operation fails687 renders edit page and displays the error688Project > Members > Manage groups689 displays the invite group button690 does not display the button when visiting the page not signed in691 Share with group lock692 for a project in a root group693 when the group has "Share with group lock" disabled694 the project can be shared with another group695 behaves like the project can be shared with groups696 the "Invite a group" button exists697 when the group has "Share with group lock" enabled698 behaves like the project cannot be shared with groups699 the "Invite a group" button does not exist700 for a project in a subgroup701 when the root_group has "Share with group lock" disabled702 when the subgroup has "Share with group lock" disabled703 behaves like the project can be shared with groups704 the "Invite a group" button exists705 when the subgroup has "Share with group lock" enabled706 behaves like the project cannot be shared with groups707 the "Invite a group" button does not exist708 when the root_group has "Share with group lock" enabled709 when the subgroup has "Share with group lock" disabled (parent overridden)710 behaves like the project can be shared with groups711 the "Invite a group" button exists712 when the subgroup has "Share with group lock" enabled713 behaves like the project cannot be shared with groups714 the "Invite a group" button does not exist715 setting an expiration date for a group link716 the group link shows the expiration time with a warning class717 group search results718 behaves like inviting groups search results719 with instance admin considerations720 when user is an admin721 shows groups where the admin has no direct membership722 shows groups where the admin has at least guest level membership723 when user is not an admin724 does not show groups where the user has no direct membership725 shows groups where the user has at least guest level membership726 when user is not an admin and there are hierarchy considerations727 does not show self or ancestors728 when sharing with groups outside the hierarchy is enabled729 shows groups within and outside the hierarchy in search results730 when sharing with groups outside the hierarchy is disabled731 shows only groups within the hierarchy in search results732 for a project in a nested group733 does not show the groups inherited from projects734 does not show the ancestors or project group735Project variables736 with disabled ff `ci_variable_settings_graphql737 adds a new variable with an environment scope738 behaves like variable list739 shows a list of variables740Skipping ./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.741 adds a new CI variable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)742 adds a new protected variable743Skipping ./spec/features/project_variables_spec.rb[1:1:1:4] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to unmasked' because it's flaky.744 defaults to unmasked (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)745 reveals and hides variables746 deletes a variable747 edits a variable748 edits a variable to be unmasked749 edits a variable to be masked750 shows a validation error box about duplicate keys751Skipping ./spec/features/project_variables_spec.rb[1:1:1:11] 'Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list prevents a variable to be added if no values are provided when a variable is set to masked' because it's flaky.752 prevents a variable to be added if no values are provided when a variable is set to masked (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)753 shows validation error box about unmaskable values754 handles multiple edits and a deletion755 defaults to the application setting756 application setting is true757Skipping ./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.758 defaults to protected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)759 shows a message regarding the changed default760 application setting is false761Skipping ./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.762 defaults to unprotected (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)763 does not show a message regarding the default764Merge request > User selects branches for new MR765 selects the source branch sha when a tag with the same name exists766 selects the target branch sha when a tag with the same name exists767 generates a diff for an orphaned branch768 allows filtering multiple dropdowns769 populates source branch button770 allows to change the diff view771 does not allow non-existing branches772 does not show error messages on initial form773 when target project cannot be viewed by the current user774 does not leak the private project name & namespace775 when source project cannot be viewed by the current user776 does not leak the private project name & namespace777 when a branch contains commits that both delete and add the same image778 renders the diff successfully779 when a new merge request has a pipeline780 shows pipelines for a new merge request781 with special characters in branch names782 escapes quotes in branch names783 does not escape unicode in branch names784Group Packages785 when feature is not available786 packages feature is disabled by config787 gives 404788 when feature is available789 sidebar menu is open790 when there are packages791 allows you to navigate to the project page792 behaves like packages list793 shows a list of packages794 behaves like package details link795 navigates to the correct url796 sorting797 behaves like shared package sorting798 behaves like correctly sorted packages list799 ordered by Type and ascending false800 behaves like packages list801 shows a list of packages802 behaves like correctly sorted packages list803 ordered by Type and ascending true804 behaves like packages list805 shows a list of packages806 behaves like correctly sorted packages list807 ordered by Name and ascending false808 behaves like packages list809 shows a list of packages810 behaves like correctly sorted packages list811 ordered by Name and ascending true812 behaves like packages list813 shows a list of packages814 behaves like correctly sorted packages list815 ordered by Version and ascending false816 behaves like packages list817 shows a list of packages818 behaves like correctly sorted packages list819 ordered by Version and ascending true820 behaves like packages list821 shows a list of packages822 behaves like correctly sorted packages list823 ordered by Published and ascending false824 behaves like packages list825 shows a list of packages826 behaves like correctly sorted packages list827 ordered by Published and ascending true828 behaves like packages list829 shows a list of packages830 behaves like correctly sorted packages list831 ordered by Project and ascending false832 behaves like packages list833 shows a list of packages834 behaves like correctly sorted packages list835 ordered by Project and ascending true836 behaves like packages list837 shows a list of packages838 behaves like when there are no packages839 displays the empty message840issue header841 when user has permission to update842 within the issue actions dropdown menu843 shows the "New related issue", "Report abuse", and "Delete issue" items844 when the issue is open845 has a "Close issue" button846 when the issue is closed847 has a "Reopen issue" button848 when the issue is closed and locked849 does not have a "Reopen issue" button850 when the current user is the issue author851 does not show "Report abuse" link in dropdown852 when user is admin and the project is set up for spam853 within the issue actions dropdown menu854 has "Submit as spam" item855 when user does not have permission to update856 within the issue actions dropdown menu857 only shows the "New related issue" and "Report abuse" items858 when the issue is open859 does not have a "Close issue" button860 when the issue is closed861 does not have a "Reopen issue" button862 when the issue is closed and locked863 does not have a "Reopen issue" button864 when the current user is the issue author865 does not show "Report abuse" link in dropdown866Clusterable > Show page867 when clusterable is a project868 behaves like show page869 displays cluster type label870Skipping ./spec/features/clusters/cluster_detail_page_spec.rb[1:1:1:2] 'Clusterable > Show page when clusterable is a project behaves like show page allow the user to set domain' because it's flaky.871 allow the user to set domain (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)872 does not show the environments tab873 behaves like editing a GCP cluster874 is not able to edit the name, API url, CA certificate nor token875 displays GKE information876 behaves like editing a user-provided cluster877 is able to edit the name, API url, CA certificate and token878 does not display GKE information879 when clusterable is a group880 behaves like show page881 displays cluster type label882Skipping ./spec/features/clusters/cluster_detail_page_spec.rb[1:2:1:2] 'Clusterable > Show page when clusterable is a group behaves like show page allow the user to set domain' because it's flaky.883 allow the user to set domain (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)884 does not show the environments tab885 behaves like editing a GCP cluster886 is not able to edit the name, API url, CA certificate nor token887 displays GKE information888 behaves like editing a user-provided cluster889 is able to edit the name, API url, CA certificate and token890 does not display GKE information891 when clusterable is an instance892 behaves like show page893 displays cluster type label894Skipping ./spec/features/clusters/cluster_detail_page_spec.rb[1:3:1:2] 'Clusterable > Show page when clusterable is an instance behaves like show page allow the user to set domain' because it's flaky.895 allow the user to set domain (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)896 does not show the environments tab897 behaves like editing a GCP cluster898 is not able to edit the name, API url, CA certificate nor token899 displays GKE information900 behaves like editing a user-provided cluster901 is able to edit the name, API url, CA certificate and token902 does not display GKE information903Merge Request Discussion Lock904 moved sidebar flag disabled905 when a user is a team member906 when the discussion is unlocked907 the user can lock the merge_request908 when the discussion is locked909 the user can unlock the merge_request910 when a user is not a team member911 when the discussion is unlocked912 the user can not lock the merge_request913 when the discussion is locked914 the user can not unlock the merge_request915 moved sidebar flag enabled916 when the discussion is unlocked917 the user can lock the merge_request918 when the discussion is locked919 the user can unlock the merge_request920Profile > Account921 Social sign-in922 when an identity does not exist923 allows the user to connect924 when an identity already exists925 allows the user to disconnect when there is an existing identity926 shows active for a provider that is not allowed to unlink927 Change username928 the user is accessible via the new path929 the old user path redirects to the new path930 with a project931 the project is accessible via the new path932 the old project path redirects to the new path933 Delete account934 when there are no personal projects935 does not show personal projects removal message936 when one personal project exists937 does show personal project removal message938 when more than one personal projects exists939 shows pluralized personal project removal message940Group Boards941 Creates an issue942 adds an issue to the backlog943 when user is a Reporter in one of the group's projects944 allows user to move issue of project where they are a Reporter945 does not allow user to move issue of project where they are a Guest946 does not allow user to re-position lists947DevOps Report page948 with devops_adoption feature flag disabled949DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.950Falling back to an asset that may be in the public folder.951This behavior is deprecated and will be removed.952To bypass the asset pipeline and preserve this behavior,953use the `skip_pipeline: true` option.954 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)955 has dismissable intro callout956 when usage ping is disabled957DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.958Falling back to an asset that may be in the public folder.959This behavior is deprecated and will be removed.960To bypass the asset pipeline and preserve this behavior,961use the `skip_pipeline: true` option.962 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)963 shows empty state964DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.965Falling back to an asset that may be in the public folder.966This behavior is deprecated and will be removed.967To bypass the asset pipeline and preserve this behavior,968use the `skip_pipeline: true` option.969 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)970 hides the intro callout971 when there is no data to display972DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.973Falling back to an asset that may be in the public folder.974This behavior is deprecated and will be removed.975To bypass the asset pipeline and preserve this behavior,976use the `skip_pipeline: true` option.977 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)978 shows empty state979 when there is data to display980DEPRECATION WARNING: The asset "page_bundles/dev_ops_report.css" is not present in the asset pipeline.981Falling back to an asset that may be in the public folder.982This behavior is deprecated and will be removed.983To bypass the asset pipeline and preserve this behavior,984use the `skip_pipeline: true` option.985 (called from stylesheet_link_tag_defer at /builds/gitlab-org/gitlab/app/helpers/application_helper.rb:272)986 shows the DevOps Score app987Import/Export - Connect to another instance988 when the user provides valid credentials989 successfully connects to remote instance990 when the user provides invalid url991 reports an error992 when the user does not fill in source URL993 reports an error994 when the user does not fill in access token995 reports an error996View on environment997 when the branch has a route map998 and an active deployment999 when visiting a comparison for the branch1000 has a "View on env" button1001 when visiting a comparison for the commit1002 has a "View on env" button1003 when visiting a blob on the branch1004 has a "View on env" button1005 when visiting a blob on the commit1006 has a "View on env" button1007 when visiting the commit1008 has a "View on env" button1009User manages subscription1010 moved sidebar flag disabled1011 toggles subscription1012 moved sidebar flag enabled1013 toggles subscription1014Projects > Snippets > User views snippets1015 snippets list1016DEPRECATION 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)1017 shows snippets1018 pagination1019 behaves like paginated snippets1020DEPRECATION 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)1021 is limited to 20 items per page1022 clicking on the link to the second page1023DEPRECATION 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)1024DEPRECATION 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)1025 shows the remaining snippets1026 filtering by visibility1027 behaves like tabs with counts1028DEPRECATION 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)1029 shows a tab for All snippets and count1030DEPRECATION 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)1031 shows a tab for Private snippets and count1032DEPRECATION 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)1033 shows a tab for Internal snippets and count1034DEPRECATION 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)1035 shows a tab for Public snippets and count1036 when current user is a guest1037 when snippets list is empty1038DEPRECATION 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)1039 hides New Snippet button1040 when project has snippets1041DEPRECATION 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)1042 hides New Snippet button1043 when current user is not a guest1044 when snippets list is empty1045DEPRECATION 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)1046 shows New Snippet button1047 when project has snippets1048DEPRECATION 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)1049 shows New Snippet button1050admin visits dashboard1051 counting forks1052 correctly counts 2 forks of a project1053 Users statistic1054 shows correct amounts of users1055 Version check1056 shows badge on CE1057Admin::Users1058 Tabs1059 links to the Users tab1060 links to the Cohorts tab1061 redirects legacy route1062 Cohorts tab content1063 shows users count per month1064 prompt user about registration features1065 does not render registration features CTA when service ping is enabled1066 with no license and service ping disabled1067 renders registration features CTA1068Mini Pipeline Graph in Commit View1069 when commit has pipelines1070 display icon with status1071 displays a mini pipeline graph1072 when commit does not have pipelines1073 does not display a mini pipeline graph1074Profile > Emails1075 user removes email1076 user confirms email1077 user re-sends confirmation email1078 old unconfirmed emails show Send Confirmation button1079 User adds an email1080 saves the new email1081 does not add an email that is the primary email of another user1082 adds an email that is the primary email of the same user1083 does not add an invalid email1084Usage stats consent1085 when signed in1086 hides the banner permanently when sets usage stats1087 shows banner on next session if user did not set usage stats1088Dashboard > Milestones1089 as anonymous user1090 is redirected to sign-in page1091 as logged-in user1092 sees milestones1093 new milestones dropdown1094 takes user to a new milestone page1095 with merge requests disabled1096 does not see milestones1097Project Commits RSS1098 when signed in1099 behaves like it has an RSS button with current_user's feed token1100 shows the RSS button with current_user's feed token1101 behaves like an autodiscoverable RSS feed with current_user's feed token1102 has an RSS autodiscovery link tag with current_user's feed token1103 when signed out1104 behaves like it has an RSS button without a feed token1105 shows the RSS button without a feed token1106 behaves like an autodiscoverable RSS feed without a feed token1107 has an RSS autodiscovery link tag without a feed token1108Alert integrations settings form1109 when viewing alert integrations as a maintainer1110 with the default page permissions1111 shows the alerts setting form title1112 shows the integrations list title1113 when viewing alert integrations as a developer1114 does not have rights to access the setting form1115Groups > sidebar1116 Package menu1117 when container registry is enabled1118 shows main menu1119 has container registry link1120 when container registry is disabled1121 does not have container registry link1122User deletes feature flag1123 user does not see feature flag1124View error index page1125 with error tracking settings disabled1126 renders call to action1127 with current user as project guest1128 renders not found1129Product Analytics > Graphs1130 shows graphs1131Projects > Raw > User interacts with raw endpoint1132 when user access a raw file1133 renders the page successfully1134 when user goes over the rate requests limit1135 returns too many requests1136read-only message1137 when database is read-only1138 behaves like Read-only instance1139 shows read-only banner1140 when database is in read-write mode1141 behaves like Read-write instance1142 does not show read-only banner1143User visits the profile account page1144 shows correct menu item1145Knapsack report was generated. Preview:1146{1147 "spec/features/security/project/public_access_spec.rb": 286.12470257999996,1148 "spec/features/projects/pipeline_schedules_spec.rb": 154.9242804270001,1149 "spec/features/merge_request/user_squashes_merge_request_spec.rb": 131.496961533,1150 "spec/features/snippets/user_edits_snippet_spec.rb": 94.22168760500006,1151 "spec/features/projects/members/manage_groups_spec.rb": 81.43293504100006,1152 "spec/features/project_variables_spec.rb": 70.42835124299995,1153 "spec/features/merge_request/user_selects_branches_for_new_mr_spec.rb": 68.11160878199985,1154 "spec/features/groups/packages_spec.rb": 50.65638981300003,1155 "spec/features/issues/issue_header_spec.rb": 50.560393561999945,1156 "spec/features/clusters/cluster_detail_page_spec.rb": 36.1824744380001,1157 "spec/features/merge_request/merge_request_discussion_lock_spec.rb": 35.293971091,1158 "spec/features/profiles/account_spec.rb": 25.357358048999913,1159 "spec/features/groups/board_spec.rb": 22.83047134000003,1160 "spec/features/admin/admin_dev_ops_reports_spec.rb": 21.966659240000126,1161 "spec/features/groups/import_export/connect_instance_spec.rb": 20.01272337399996,1162 "spec/features/projects/view_on_env_spec.rb": 19.604635149999922,1163 "spec/features/merge_request/user_manages_subscription_spec.rb": 15.729147743000112,1164 "spec/features/projects/snippets/user_views_snippets_spec.rb": 11.307046636999985,1165 "spec/features/admin/dashboard_spec.rb": 13.360511470999882,1166 "spec/features/admin/admin_users_spec.rb": 8.897739056000091,1167 "spec/features/projects/commit/mini_pipeline_graph_spec.rb": 9.476481735000107,1168 "spec/features/profiles/emails_spec.rb": 6.377516274999834,1169 "spec/features/usage_stats_consent_spec.rb": 6.474956078999867,1170 "spec/features/dashboard/milestones_spec.rb": 7.671984177000013,1171 "spec/features/projects/commits/rss_spec.rb": 7.71353896200003,1172 "spec/features/alerts_settings/user_views_alerts_settings_spec.rb": 6.165607223000052,1173 "spec/features/groups/user_sees_package_sidebar_spec.rb": 3.2819437660000403,1174 "spec/features/projects/feature_flags/user_deletes_feature_flag_spec.rb": 4.508157076999851,1175 "spec/features/error_tracking/user_sees_error_index_spec.rb": 2.998971501999904,1176 "spec/features/projects/product_analytics/graphs_spec.rb": 3.78495389800014,1177 "spec/features/projects/raw/user_interacts_with_raw_endpoint_spec.rb": 2.3023627800000668,1178 "spec/features/read_only_spec.rb": 1.058010940999793,1179 "spec/features/profiles/user_visits_profile_account_page_spec.rb": 0.69391722099999241180}1181Knapsack global time execution for tests: 21m 21s1182Pending: (Failures listed here are expected and do not affect your suite's status)1183 1) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list adds a new CI variable1184 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1185 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:101186 2) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to unmasked1187 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1188 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:391189 3) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list prevents a variable to be added if no values are provided when a variable is set to masked1190 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1191 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:1721192 4) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is true defaults to protected1193 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1194 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:2511195 5) Project variables with disabled ff `ci_variable_settings_graphql behaves like variable list defaults to the application setting application setting is false defaults to unprotected1196 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1197 # ./spec/support/shared_examples/features/variable_list_shared_examples.rb:2711198 6) Clusterable > Show page when clusterable is a project behaves like show page allow the user to set domain1199 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1200 # ./spec/features/clusters/cluster_detail_page_spec.rb:231201 7) Clusterable > Show page when clusterable is a group behaves like show page allow the user to set domain1202 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1203 # ./spec/features/clusters/cluster_detail_page_spec.rb:231204 8) Clusterable > Show page when clusterable is an instance behaves like show page allow the user to set domain1205 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example1206 # ./spec/features/clusters/cluster_detail_page_spec.rb:231207Finished in 21 minutes 24 seconds (files took 1 minute 0.42 seconds to load)1208547 examples, 0 failures, 8 pending1209Failed to write to log, write log/workhorse-test.log: file already closed1210RSpec exited with 0.1211No examples to retry, congrats!1213Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1214Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy1216Uploading artifacts...1217coverage/: found 5 matching files and directories 1218crystalball/: found 2 matching files and directories 1219deprecations/: found 14 matching files and directories 1220knapsack/: found 3 matching files and directories 1221rspec/: found 9 matching files and directories 1222WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 1223log/*.log: found 18 matching files and directories 1224WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063514/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com1225WARNING: Retrying... context=artifacts-uploader error=request redirected1226Uploading artifacts as "archive" to coordinator... 201 Created id=2660063514 responseStatus=201 Created token=zB9Kqexs1227Uploading artifacts...1228rspec/junit_rspec.xml: found 1 matching files and directories 1229WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063514/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com1230WARNING: Retrying... context=artifacts-uploader error=request redirected1231Uploading artifacts as "junit" to coordinator... 201 Created id=2660063514 responseStatus=201 Created token=zB9Kqexs1233Job succeeded