rspec system pg12 24/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-1656569451-89c4e98b...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 | 31.54 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=BErVTxLA45Downloading artifacts for detect-tests (2660063471)...46Downloading artifacts from coordinator... ok id=2660063471 responseStatus=200 OK token=BErVTxLA47Downloading artifacts for retrieve-tests-metadata (2660063474)...48Downloading artifacts from coordinator... ok id=2660063474 responseStatus=200 OK token=BErVTxLA49Downloading artifacts for setup-test-env (2660063469)...50Downloading artifacts from coordinator... ok id=2660063469 responseStatus=200 OK token=BErVTxLA52Using 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 1 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 37 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 0 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 12 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_24_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_24_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_24_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_24_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_24_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.033811061 seconds...243Test environment set up in 0.429722652 seconds244Pipelines245Starting the Capybara driver server...246 when user is logged in247 GET /:project/-/pipelines248 scope249 when displaying all250Capybara starting Puma...251* Version 5.6.2 , codename: Birdie's Version252* Min threads: 0, max threads: 4253* Listening on unix:///tmp/20220630-465-rnisc254 contains pipeline commit short SHA255 contains branch name256 when displaying running257 contains pipeline commit short SHA258 contains branch name259 when displaying pending260 contains pipeline commit short SHA261 contains branch name262 when displaying finished263 contains pipeline commit short SHA264 contains branch name265 when displaying branches266 contains pipeline commit short SHA267 contains branch name268 header tabs269 shows a tab for All pipelines and count270 shows a tab for Finished pipelines and count271 shows a tab for Branches272 shows a tab for Tags273 updates content when tab is clicked274 navigation links275 renders "CI lint" link276 renders "Run pipeline" link277 when pipeline is cancelable278 indicates that pipeline can be canceled279 when canceling280 indicated that pipelines was canceled281 when pipeline is retryable282 indicates that pipeline can be retried283 when retrying284 shows running pipeline that is not retryable285 when pipeline is detached merge request pipeline286 behaves like detached merge request pipeline287Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.288 shows pipeline information without pipeline ref289 when source project is a forked project290 behaves like detached merge request pipeline291Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.292 shows pipeline information without pipeline ref293 when pipeline is merge request pipeline294 behaves like Correct merge request pipeline information295Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.296 does not show detached tag for the pipeline, and shows the link of the merge requestand does not show the ref of the pipeline297 when source project is a forked project298 behaves like Correct merge request pipeline information299Locator Integer:1 for selector :link must be an instance of String or Symbol. This will raise an error in a future version of Capybara.300 does not show detached tag for the pipeline, and shows the link of the merge requestand does not show the ref of the pipeline301 when pipeline has configuration errors302 contains badge that indicates errors303 contains badge with tooltip which contains error304 contains badge that indicates failure reason305 contains badge with tooltip which contains failure reason306 with manual actions307 has a dropdown with play button308 has link to the manual action309 when manual action was played310 enqueues manual action job311 when there is a delayed job312 has a dropdown for actionable jobs313 has link to the delayed job's action314 when delayed job is expired already315 shows 00:00:00 as the remaining time316 when user played a delayed job immediately317 enqueues the delayed job3191st Try error in ./spec/features/projects/pipelines/legacy_pipelines_spec.rb:359:320expected `#<Ci::Build status: "scheduled", finished_at: nil, trace: nil, created_at: "2022-06-30 08:50:29.00000...r_resource_at: nil, processed: false, scheduling_type: "stage", id: 12, stage_id: 11, tag_list: nil>.pending?` to be truthy, got false321Unexpected browser console output:322security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.323security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.324security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.325security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.326security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.327security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.328security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.329security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.330security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.331security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.332security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.333security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.334security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.335security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.336security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.337security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.338security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.339security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.340security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.341security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.342security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.343security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.344security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.345security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.346security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.347security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.348security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.349security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.350security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.351security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.352security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.353security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.354security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.355security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.356security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.357security - Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.358webpack-internal:///gzws 132:12 "[gl-modal]: Accessible name for modal missing. Please add title prop or aria-label."360RSpec::Retry: 2nd try ./spec/features/projects/pipelines/legacy_pipelines_spec.rb:359361 for generic statuses362 when preparing363 is cancelable364 shows the pipeline as preparing365 when running366 is cancelable367 has pipeline running368 when canceling369 indicates that pipeline was canceled370 when failed371 is not retryable372 has failed pipeline373 downloadable pipelines374 with artifacts375 has artifacts dropdown376 with artifacts expired377 is expected not to have visible css "[data-testid=\"artifact-item\"]"378 without artifacts379 is expected not to have visible css "[data-testid=\"artifact-item\"]"380 with trace artifact381 does not show trace artifact as artifacts382 mini pipeline graph383 renders a mini pipeline graph384 when clicking a stage badge385 opens a dropdown386 is possible to cancel pending build387 for a failed pipeline388 displays the failure reason389 with pagination390 renders pagination391 renders second page of pipelines392 shows updated content393 with pipeline key selection394 changes the Pipeline ID column for Pipeline IID395 GET /:project/-/pipelines/show396 shows a graph with grouped stages397 POST /:project/-/pipelines398 for valid commit399 with gitlab-ci.yml400Skipping ./spec/features/projects/pipelines/legacy_pipelines_spec.rb[1:1:3:1:1:1] 'Pipelines when user is logged in POST /:project/-/pipelines for valid commit with gitlab-ci.yml creates a new pipeline' because it's flaky.401 creates a new pipeline (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)402 when variables are specified403Skipping ./spec/features/projects/pipelines/legacy_pipelines_spec.rb[1:1:3:1:1:2:1] 'Pipelines when user is logged in POST /:project/-/pipelines for valid commit with gitlab-ci.yml when variables are specified creates a new pipeline with variables' because it's flaky.404 creates a new pipeline with variables (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)405 without gitlab-ci.yml406 is expected to have text "Missing CI config file"407Skipping ./spec/features/projects/pipelines/legacy_pipelines_spec.rb[1:1:3:1:2:2] 'Pipelines when user is logged in POST /:project/-/pipelines for valid commit without gitlab-ci.yml creates a pipeline after first request failed and a valid gitlab-ci.yml fileis available when trying again' because it's flaky.408 creates a pipeline after first request failed and a valid gitlab-ci.yml fileis available when trying again (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)409 Reset runner caches410 has a clear caches button411 user clicks the button412 when project already has jobs_cache_index413 increments jobs_cache_index414 when project does not have jobs_cache_index415 sets jobs_cache_index to 1416 Run Pipelines417 new pipeline page418 has field to add a new pipeline419 find pipelines420 shows filtered pipelines421 Empty State422DEPRECATION WARNING: publish_to_database is deprecated and should not be used for reporting anymore (called from block in enable_runners_availability_section_experiment at /builds/gitlab-org/gitlab/app/controllers/projects/pipelines_controller.rb:349)423 renders empty state424 when user is not logged in425 when project is public426 without pipelines427 is expected to have text "This project is not currently set up to run pipelines."428 when project is private429 redirects the user to sign_in and displays the flash alert430GFM autocomplete431 new issue page432 allows quick actions433 issue description434 updates with GFM reference435 allows quick actions436 issue comment437 triggering autocomplete438 only opens autocomplete menu when trigger character is after whitespace439 does not open label autocomplete menu after strikethrough440 xss checks441 opens autocomplete menu for Issues when field starts with text with item escaping HTML characters442 opens autocomplete menu for Username when field starts with text with item escaping HTML characters443 opens autocomplete menu for Milestone when field starts with text with item escaping HTML characters444 opens autocomplete menu for Labels when field starts with text with item escaping HTML characters445 autocomplete highlighting446 auto-selects the first item when there is a query, and only for assignees with no query447 assignees448 does not wrap with quotes for assignee values449 includes items for assignee dropdowns with non-ASCII characters in name450 searches across full name for assignees451 shows names that start with the query as the top result452 shows usernames that start with the query as the top result453 shows username when pasting then pressing Enter454 does not show `@undefined` when pressing `@` then Enter455 when /assign quick action is selected456 triggers user autocomplete and lists users who are currently not assigned to the issue457 if a selected value has special characters458 wraps the result in double quotes459 doesn't wrap for emoji values460 quick actions461 does not limit quick actions autocomplete list to 5462 labels463 allows colons when autocompleting scoped labels464 allows spaces when autocompleting multi-word labels465 only autocompletes the last label466 does not autocomplete labels if no tilde is typed467 when other notes are destroyed468 keeps autocomplete key listeners469 issues470 behaves like autocomplete suggestions471 suggests objects correctly472 merge requests473 behaves like autocomplete suggestions474 suggests objects correctly475 project snippets476 behaves like autocomplete suggestions477 suggests objects correctly478 milestone479 shows milestons list in the autocomplete menu480 shows expired milestone at the bottom of the list481 shows milestone due earliest at the top of the list482 contact483 shows contacts list in the autocomplete menu484 shows all contacts485 when typing enter for autocomplete in a markdown list486 does not create a new list item487Group integrations488 behaves like integration settings form489 displays all the integrations490User comments on a diff491 single suggestion note492Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:1:1] 'User comments on a diff single suggestion note hides suggestion popover' because it's flaky.493 hides suggestion popover (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)494Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:1:2] 'User comments on a diff single suggestion note suggestion is presented' because it's flaky.495 suggestion is presented (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)496 allows suggestions in replies497Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:1:4] 'User comments on a diff single suggestion note suggestion is appliable' because it's flaky.498 suggestion is appliable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)499 applying suggestions in batches500 can add and remove suggestions from a batch501 multi-line suggestions502Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:5:2] 'User comments on a diff multi-line suggestions suggestion is appliable' because it's flaky.503 suggestion is appliable (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)504 resolves discussion when applied505 failed to load metadata506Skipping ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb[1:6:1] 'User comments on a diff failed to load metadata displays an error' because it's flaky.507 displays an error (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)508Multi-file editor new directory509 creates directory in current directory510Project Graph511 commits graph512 behaves like page should have commits graphs513 renders commits514 languages graph515 behaves like page should have commits graphs516 renders commits517 charts graph518 behaves like page should have commits graphs519 renders commits520 chart graph with HTML escaped branch name521 HTML escapes branch name522 behaves like page should have commits graphs523 renders commits524 charts graph ref switcher525 switches ref to branch526 when CI enabled527 renders CI graphs528User creates branch and merge request on issue page529 when signed out530 doesn't show 'Create merge request' button531 when signed in532 when interacting with the dropdown533 when branch name is auto-generated534 creates a merge request535 creates a branch536 when branch name is custom537 creates a merge request538 creates a branch539 when merge requests are disabled540 shows only create branch button541 when issue is confidential542 enables the create branch button543 when related branch exists544 when user is developer545 shows related branches546 when user is guest547 does not show related branches548Projects > Show > User sees setup shortcut buttons549 empty project550 as a normal user551 project buttons are not visible552 as a maintainer553 "New file" button linked to IDE new file page554 "Add README" button linked to IDE new file populated for a README555 "Add license" button linked to IDE new file populated for a license556 Gitlab::CurrentSettings.default_branch_name is available557 "New file" button linked to IDE new file page558 populated project559 as a normal user560 when Auto DevOps is enabled561 "Auto DevOps enabled" button not linked562 when Auto DevOps is not enabled563 no Auto DevOps button if can not manage pipelines564 no Kubernetes cluster button if can not manage clusters565 as a maintainer566 no "Add CHANGELOG" button if the project already has a changelog567 no "Add license" button if the project already has a license568 no "Add CONTRIBUTING" button if the project already has a contribution guide569 README button570 when the project has a populated README571 show the "README" anchor572 when the project has an empty README573 show the "README" anchor574 when the project does not have a README575 shows the single file editor "Add README" button576 GitLab CI configuration button577 when Auto DevOps is enabled578 no "Set up CI/CD" button if the project has Auto DevOps enabled579 when Auto DevOps is not enabled580 "Set up CI/CD" button linked to new file populated for a .gitlab-ci.yml581 "Set up CI/CD" button is renamed if the project already has a .gitlab-ci.yml582 Auto DevOps button583 when Auto DevOps is enabled584 "Auto DevOps enabled" anchor linked to settings page585 when Auto DevOps is not enabled586 "Enable Auto DevOps" button linked to settings page587 no Auto DevOps button if Auto DevOps callout is shown588 no "Enable Auto DevOps" button when .gitlab-ci.yml already exists589 Kubernetes cluster button590 "Add Kubernetes cluster" button linked to clusters page591 "Kubernetes cluster" button linked to cluster page592Internal Project Snippets Access593 GET /:project_path/snippets594DEPRECATION 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)595 is expected to be allowed for admin596DEPRECATION 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)597 is expected to be allowed for owner598DEPRECATION 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)599 is expected to be allowed for maintainer600DEPRECATION 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)601 is expected to be allowed for developer602DEPRECATION 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)603 is expected to be allowed for reporter604DEPRECATION 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)605 is expected to be allowed for guest606DEPRECATION 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)607 is expected to be allowed for user608 is expected to be denied for external609 is expected to be denied for visitor610 GET /:project_path/snippets/new611 is allowed for admin when admin mode is enabled612 is denied for admin when admin mode is disabled613 is expected to be allowed for owner614 is expected to be allowed for maintainer615 is expected to be allowed for developer616 is expected to be allowed for reporter617 is expected to be denied for guest618 is expected to be denied for user619 is expected to be denied for external620 is expected to be denied for visitor621 GET /:project_path/snippets/:id622 for an internal snippet623 is expected to be allowed for admin624 is expected to be allowed for owner625 is expected to be allowed for maintainer626 is expected to be allowed for developer627 is expected to be allowed for reporter628 is expected to be allowed for guest629 is expected to be allowed for user630 is expected to be denied for external631 is expected to be denied for visitor632 for a private snippet633 is allowed for admin when admin mode is enabled634 is denied for admin when admin mode is disabled635 is expected to be allowed for owner636 is expected to be allowed for maintainer637 is expected to be allowed for developer638 is expected to be allowed for reporter639 is expected to be allowed for guest640 is expected to be denied for user641 is expected to be denied for external642 is expected to be denied for visitor643 GET /:project_path/snippets/:id/raw644 for an internal snippet645 is expected to be allowed for admin646 is expected to be allowed for owner647 is expected to be allowed for maintainer648 is expected to be allowed for developer649 is expected to be allowed for reporter650 is expected to be allowed for guest651 is expected to be allowed for user652 is expected to be denied for external653 is expected to be denied for visitor654 for a private snippet655 is allowed for admin when admin mode is enabled656 is denied for admin when admin mode is disabled657 is expected to be allowed for owner658 is expected to be allowed for maintainer659 is expected to be allowed for developer660 is expected to be allowed for reporter661 is expected to be allowed for guest662 is expected to be denied for user663 is expected to be denied for external664 is expected to be denied for visitor665Pages with Let's Encrypt666 creates new domain with Let's Encrypt enabled by default667 when the auto SSL management is initially disabled668 enables auto SSL and dynamically updates the form accordingly669 when the auto SSL management is initially enabled670 disables auto SSL and dynamically updates the form accordingly671 when we failed to obtain Let's Encrypt certificate672 user can retry obtaining certificate673 when auto_ssl is enabled for domain674 user do not see private key675 when auto_ssl is disabled for domain676 user do not see private key677 when certificate is provided by user678 user sees certificate subject679 user can delete the certificate680 when letsencrypt is disabled681 does not render the Let's Encrypt field682 when auto_ssl is enabled for domain683 user do not see private key684 when auto_ssl is disabled for domain685 user do not see private key686 when certificate is provided by user687 user sees certificate subject688 user can delete the certificate689Reportable note on commit690 a normal note691 behaves like reportable note692 has an edit button693 has a `More actions` dropdown694 dropdown has Report and Delete links695Skipping ./spec/features/reportable_note/commit_spec.rb[1:1:1:4] 'Reportable note on commit a normal note behaves like reportable note report button links to a report page' because it's flaky.696 report button links to a report page (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)697 a diff note698 behaves like reportable note699 has an edit button700 has a `More actions` dropdown701 dropdown has Report and Delete links702 report button links to a report page703User adds lists704 board_type: :project705 creates new column for label containing labeled issue706 creates new list for Backlog and closed labels707 board_type: :group708 creates new column for label containing labeled issue709 creates new list for Backlog and closed labels710create a merge request, allowing commits from members who can merge to the target branch711 allows setting possible712 shows a message when one of the projects is private713 shows a message when the source branch is protected714 when the merge request is being created within the same project715 hides the checkbox if the merge request is being created within the same project716 when a member who can merge tries to edit the option717 hides the option from members718Profile > Active Sessions719 user sees their active sessions720 user can revoke a session721Users > Terms722 shows the terms723 does not show buttons to accept, decline or sign out724 when user is a project bot725 auto accepts the terms726 when signed in727 declining the terms728 returns the user to the app729 accepting the terms730 returns the user to the app731 when the user has already accepted the terms732 allows the user to continue to the app733 terms were enforced while session is active734 redirects to terms and back to where the user was going735 redirects back to the page the user was trying to save (PENDING: Temporarily skipped with xit)736 when the terms are enforced737 signing out738 allows the user to sign out without a response739Service Desk Setting740 shows activation checkbox741 when service_desk_email is disabled742 shows incoming email but not project name suffix after activating743 when service_desk_email is enabled744 allows setting of custom address suffix745 issue description templates746 behaves like issue description templates from current project only747 loads issue description templates from the project only748Groups > User sees users dropdowns in issuables list749 issues750 Author dropdown751 only includes members of the project/group752 Assignee dropdown753 only includes members of the project/group754 merge requests755 author dropdown756 only includes members of the project/group757 assignee dropdown758 only includes members of the project/group759Infrastructure Registry760 when packages registry is not enabled761 gives 404762 when packages registry is enabled763 displays the empty message764 when there are modules765 behaves like packages list766 shows a list of packages767 details link768 navigates to the correct url769 deleting a package770 allows you to delete a module771Dashboard access772 GET /dashboard773 is expected to be allowed for admin774 is expected to be allowed for user775 is expected to be denied for visitor776 GET /dashboard/issues777 is expected to be allowed for admin778 is expected to be allowed for user779 is expected to be denied for visitor780 GET /dashboard/merge_requests781 is expected to be allowed for admin782 is expected to be allowed for user783 is expected to be denied for visitor784 GET /dashboard/projects/starred785 is expected to be allowed for admin786 is expected to be allowed for user787 is expected to be denied for visitor788 GET /help789 is expected to be allowed for admin790 is expected to be allowed for user791 is expected to be allowed for visitor792 GET /projects/new793 is expected to be allowed for admin794 is expected to be allowed for user795 is expected to be denied for visitor796 GET /groups/new797 is expected to be allowed for admin798 is expected to be allowed for user799 is expected to be denied for visitor800 GET /dashboard/groups801 is expected to be allowed for admin802 is expected to be allowed for user803 is expected to be denied for visitor804User views Release805 renders the breadcrumbs806 renders the release details807 behaves like page meta description808 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown809User sees feature flag list810 with feature flags811 shows the user the first flag812 shows the user the second flag813 shows the user the third flag814 allows the user to update the status toggle815 when there are no feature flags816 shows the empty page817viewing issues with design references818 the user has access to a public project819 behaves like successful use of design link references820 shows the issue description and design references821 the user does not have access to a private project822 redacts inaccessible design references823 the user has access to a private project824 behaves like successful use of design link references825 shows the issue description and design references826 design management is entirely disabled827 processes design links as issue references828project commit pipelines829 when no builds triggered yet830 shows the ID of the first pipeline831 with no related merge requests832 shows the correct text for no related MRs833Projects > Files > Project owner sees a link to create a license file in empty project834 allows project maintainer creates a license file from a template in Web IDE835Explore Snippets836 User837 see snippets that are not private838 shows new snippet button in header839 External user840 see only public snippets841 without snippets842 hides new snippet button843 with snippets844 hides new snippet button845 Not authenticated user846 see only public snippets847Group labels848 shows labels that belong to the group849 shows a new label button850 shows an edit label button851Search group member852 renders member users853Blob shortcuts854 On a file(blob)855 pressing "y"856 redirects to permalink with commit sha857 maintains fragment hash when redirecting858Projects > Settings > LFS settings859 LFS enabled setting860 for maintainer861 displays the correct elements862User views merged merge request from deleted fork863 correctly shows the merge request864JIRA OAuth Provider865 JIRA DVCS OAuth Authorization866 behaves like Secure OAuth Authorizations867 when user is confirmed868 asks the user to authorize the application869 when user is unconfirmed870 displays an error871Projects > Members > Owner cannot request access to their own project872 owner does not see the request access button873Knapsack report was generated. Preview:874{875 "spec/features/projects/pipelines/legacy_pipelines_spec.rb": 236.821188571,876 "spec/features/issues/gfm_autocomplete_spec.rb": 190.64000710699997,877 "spec/features/groups/integrations/group_integrations_spec.rb": 125.05276046400002,878 "spec/features/merge_request/user_suggests_changes_on_diff_spec.rb": 36.687798749999956,879 "spec/features/projects/tree/create_directory_spec.rb": 71.90713122399995,880 "spec/features/projects/graph_spec.rb": 62.210669061999965,881 "spec/features/issues/user_creates_branch_and_merge_request_spec.rb": 60.55075945400017,882 "spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb": 42.531643868999936,883 "spec/features/security/project/snippet/internal_access_spec.rb": 28.07068453199986,884 "spec/features/projects/pages/user_edits_lets_encrypt_settings_spec.rb": 37.65793077099988,885 "spec/features/reportable_note/commit_spec.rb": 31.47988717399994,886 "spec/features/boards/user_adds_lists_to_board_spec.rb": 30.473249198999838,887 "spec/features/merge_request/user_allows_commits_from_memebers_who_can_merge_spec.rb": 25.724022979999972,888 "spec/features/profiles/active_sessions_spec.rb": 19.786725966000176,889 "spec/features/users/terms_spec.rb": 21.110814897000182,890 "spec/features/projects/settings/service_desk_setting_spec.rb": 18.276217250999935,891 "spec/features/groups/user_sees_users_dropdowns_in_issuables_list_spec.rb": 13.40267857899994,892 "spec/features/projects/infrastructure_registry_spec.rb": 11.26691387599999,893 "spec/features/security/dashboard_access_spec.rb": 10.807509812999797,894 "spec/features/projects/releases/user_views_release_spec.rb": 7.930858344000171,895 "spec/features/projects/feature_flags/user_sees_feature_flag_list_spec.rb": 10.83317136300002,896 "spec/features/projects/issues/design_management/user_links_to_designs_in_issue_spec.rb": 5.229626599999847,897 "spec/features/projects/commit/builds_spec.rb": 7.309532094000133,898 "spec/features/projects/files/project_owner_sees_link_to_create_license_file_in_empty_project_spec.rb": 7.0907597079999505,899 "spec/features/snippets/explore_spec.rb": 6.384741580000082,900 "spec/features/groups/labels/index_spec.rb": 4.597716670999944,901 "spec/features/groups/members/search_members_spec.rb": 4.295812765999926,902 "spec/features/refactor_blob_viewer_disabled/projects/blobs/shortcuts_blob_spec.rb": 4.297464905999959,903 "spec/features/projects/settings/lfs_settings_spec.rb": 3.245500063999998,904 "spec/features/merge_request/user_views_merge_request_from_deleted_fork_spec.rb": 2.493339648000074,905 "spec/features/jira_oauth_provider_authorize_spec.rb": 1.32346974699999,906 "spec/features/projects/members/owner_cannot_request_access_to_his_project_spec.rb": 2.173087502000044907}908Knapsack global time execution for tests: 19m 01s909Pending: (Failures listed here are expected and do not affect your suite's status)910 1) Pipelines when user is logged in POST /:project/-/pipelines for valid commit with gitlab-ci.yml creates a new pipeline911 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example912 # ./spec/features/projects/pipelines/legacy_pipelines_spec.rb:690913 2) Pipelines when user is logged in POST /:project/-/pipelines for valid commit with gitlab-ci.yml when variables are specified creates a new pipeline with variables914 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example915 # ./spec/features/projects/pipelines/legacy_pipelines_spec.rb:701916 3) Pipelines when user is logged in POST /:project/-/pipelines for valid commit without gitlab-ci.yml creates a pipeline after first request failed and a valid gitlab-ci.yml fileis available when trying again917 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example918 # ./spec/features/projects/pipelines/legacy_pipelines_spec.rb:726919 4) User comments on a diff single suggestion note hides suggestion popover920 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example921 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:36922 5) User comments on a diff single suggestion note suggestion is presented923 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example924 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:48925 6) User comments on a diff single suggestion note suggestion is appliable926 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example927 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:93928 7) User comments on a diff multi-line suggestions suggestion is appliable929 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example930 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:358931 8) User comments on a diff failed to load metadata displays an error932 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example933 # ./spec/features/merge_request/user_suggests_changes_on_diff_spec.rb:409934 9) Reportable note on commit a normal note behaves like reportable note report button links to a report page935 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example936 # ./spec/support/shared_examples/features/reportable_note_shared_examples.rb:32937 10) Users > Terms when signed in terms were enforced while session is active redirects back to the page the user was trying to save938 # Temporarily skipped with xit939 # ./spec/features/users/terms_spec.rb:116940Finished in 19 minutes 5 seconds (files took 1 minute 12.51 seconds to load)941319 examples, 0 failures, 10 pending942Failed to write to log, write log/workhorse-test.log: file already closed943RSpec exited with 0.944No examples to retry, congrats!946Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy947Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy949Uploading artifacts...950coverage/: found 5 matching files and directories 951crystalball/: found 2 matching files and directories 952deprecations/: found 9 matching files and directories 953knapsack/: found 3 matching files and directories 954rspec/: found 9 matching files and directories 955tmp/capybara/: found 3 matching files and directories 956log/*.log: found 18 matching files and directories 957WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063535/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com958WARNING: Retrying... context=artifacts-uploader error=request redirected959Uploading artifacts as "archive" to coordinator... 201 Created id=2660063535 responseStatus=201 Created token=BErVTxLA960Uploading artifacts...961rspec/junit_rspec.xml: found 1 matching files and directories 962WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063535/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com963WARNING: Retrying... context=artifacts-uploader error=request redirected964Uploading artifacts as "junit" to coordinator... 201 Created id=2660063535 responseStatus=201 Created token=BErVTxLA966Job succeeded