rspec system pg12 14/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-1656569452-4173eca3...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 | 32.30 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=Z-MNwrbX45Downloading artifacts for detect-tests (2660063471)...46Downloading artifacts from coordinator... ok id=2660063471 responseStatus=200 OK token=Z-MNwrbX47Downloading artifacts for retrieve-tests-metadata (2660063474)...48Downloading artifacts from coordinator... ok id=2660063474 responseStatus=200 OK token=Z-MNwrbX49Downloading artifacts for setup-test-env (2660063469)...50Downloading artifacts from coordinator... ok id=2660063469 responseStatus=200 OK token=Z-MNwrbX52Using 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 42 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 13 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_14_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_14_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_14_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_14_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_14_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.044390886 seconds...243Test environment set up in 0.533192568 seconds244Merge request > User sees merge widget245Starting the Capybara driver server...246 new merge request247Capybara starting Puma...248* Version 5.6.2 , codename: Birdie's Version249* Min threads: 0, max threads: 4250* Listening on unix:///tmp/20220630-465-19hgifw251 shows widget status after creating new merge request252 view merge request253 shows environments link254 shows green accept merge request button255 allows me to merge, see cherry-pick modal and load branches list256 view merge request with external CI service257 has merge button with confirm variant while waiting for external CI status258 view merge request with failed GitLab CI pipelines259 has merge button that shows modal when pipeline does not succeeded260 allows me to merge with a failed pipeline261 when merge request is in the blocked pipeline state and pipeline must succeed262 shows information about blocked pipeline263 when merge request has a branch pipeline as the head pipeline264 shows head pipeline information265 when merge request has a detached merge request pipeline as the head pipeline266 shows head pipeline information267 when source project is a forked project268 shows head pipeline information269 when merge request has a merge request pipeline as the head pipeline270 shows head pipeline information271 when source project is a forked project272 shows head pipeline information273 view merge request with MWBS button274 has confirm button when MWBS button275 view merge request where there is no pipeline yet276 has pipeline loading state277 view merge request in project with only-mwps setting enabled but no CI is set up278 is allowed to merge279 view merge request with MWPS enabled but automatically merge fails280 shows information about the merge error281 view merge request with MWPS enabled but automatically merge fails282 shows information about the merge error283 view merge request where fast-forward merge is not possible284 shows information about the merge error285 merge error286Skipping ./spec/features/merge_request/user_sees_merge_widget_spec.rb[1:15:1] 'Merge request > User sees merge widget merge error updates the MR widget' because it's flaky.287 updates the MR widget (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)288 user can merge into target project but cannot push to fork289 user can merge into the target project290 user cannot remove source branch291 user cannot merge project and cannot push to fork292 user cannot remove source branch293 ongoing merge process294 shows Merging state295 exposed artifacts296 when merge request has exposed artifacts297 when result has not been parsed yet298 shows parsing status299 when result has been parsed300 shows the parsed results301 when merge request does not have exposed artifacts302 does not show parsing status303 when merge request has test reports304 when result has not been parsed yet305 shows parsing status306 when result has already been parsed307 when JUnit xml is correctly formatted308 shows parsed results309 when JUnit xml is corrupted310 shows the error state311 when test reports have been parsed correctly312 when a new failures exists313 shows test reports summary which includes the new failure314 when user clicks the new failure315 shows the test report detail316 when an existing failure exists317 shows test reports summary which includes the existing failure318 when user clicks the existing failure319 shows test report detail of it320 when a resolved failure exists321 shows test reports summary which includes the resolved failure322 when user clicks the resolved failure323 shows test report detail of it324 when a new error exists325 shows test reports summary which includes the new error326 when user clicks the new error327 shows the test report detail328 when an existing error exists329 shows test reports summary which includes the existing error330 when user clicks the existing error331 shows test report detail of it332 when a resolved error exists333 shows test reports summary which includes the resolved error334 when user clicks the resolved error335 shows test report detail of it336 properly truncates the report337 shows test reports summary which includes the resolved failure338 when MR has pipeline but user does not have permission339 renders a CI pipeline loading state340Merge request > Batch comments341 adds draft note342 publishes review343 deletes draft note344 edits draft note345 with image and file draft note346 does not show in overview347 adding single comment to review348 at first does not show `Add to review` and `Add comment now` buttons349 when review has started350 can add comment to review351 can add comment right away352 in parallel diff353 adds draft comments to both sides354 thread is unresolved355 publishes comment right away and resolves the thread356 publishes review and resolves the thread357 thread is resolved358 publishes comment right away and unresolves the thread359 publishes review and unresolves the thread360Issues > Labels bulk assignment361 as an allowed user362 sidebar363 is present when bulk edit is enabled364 is not present when bulk edit is disabled365 can bulk assign366 a label367 to all issues368 is expected not to have text "frontend"369 to some issues370 is expected not to have text "frontend"371 to an issue372 is expected not to have text "frontend"373 to an issue by selecting the label first374 is expected not to have text "frontend"375 multiple labels376 to all issues377 is expected to have text "feature"378 to a issue379 is expected not to have text "feature"380 can assign a label to all issues when label is present381 is expected to have text "bug"382 can bulk un-assign383 all labels to all issues384 is expected not to have text "feature"385 a label to a issue386 is expected to have text "feature"387 a label and keep the others label388 is expected to have text "feature"389 toggling a milestone390 setting a milestone391 keeps labels392 setting a milestone and adding another label393 keeps existing label and new label is present394 setting a milestone and removing existing label395 keeps existing label and new label is present396 unsetting a milestone397 keeps labels398 toggling checked issues399 is expected to have text "feature"400 mark previously toggled label401 is expected to have text "feature"402 unmarking common label403 applies label from filtered results404 as a guest405 cannot bulk assign labels406 is expected not to have visible field "Issue 1" that is not disabled that is not checked407Spam detection on issue creation408 spam handling409 DISALLOW: spam_flagged=true, captcha_enabled=true, allow_possible_spam=true410 behaves like allows issue creation without CAPTCHA411 allows issue creation without need to solve CAPTCHA412 behaves like creates a spam_log record413 creates a spam_log record414 CONDITIONAL_ALLOW: spam_flagged=true, captcha_enabled=true, allow_possible_spam=false415 behaves like allows issue creation with CAPTCHA416 allows issue creation417 behaves like creates a spam_log record418 creates a spam_log record419 OVERRIDE_VIA_ALLOW_POSSIBLE_SPAM: spam_flagged=true, captcha_enabled=true, allow_possible_spam=true420 behaves like allows issue creation without CAPTCHA421 allows issue creation without need to solve CAPTCHA422 behaves like creates a spam_log record423 creates a spam_log record424 OVERRIDE_VIA_ALLOW_POSSIBLE_SPAM: spam_flagged=true, captcha_enabled=false, allow_possible_spam=true425 behaves like allows issue creation without CAPTCHA426 allows issue creation without need to solve CAPTCHA427 behaves like creates a spam_log record428 creates a spam_log record429 ALLOW: spam_flagged=false, captcha_enabled=true, allow_possible_spam=false430 behaves like allows issue creation without CAPTCHA431 allows issue creation without need to solve CAPTCHA432 behaves like does not create a spam_log record433 does not creates a spam_log record434Merge request > User edits MR435 non-fork merge request436 behaves like an editable merge request437 updates merge request438 description has autocomplete439 description has quick action autocomplete440 has class js-quick-submit in form441 warns about version conflict442 preserves description textarea height443 when "Remove source branch" is set444 allows to unselect "Remove source branch"445 for a forked project446 behaves like an editable merge request447 updates merge request448 description has autocomplete449 description has quick action autocomplete450 has class js-quick-submit in form451 warns about version conflict452 preserves description textarea height453 when "Remove source branch" is set454 allows to unselect "Remove source branch"455Broadcast Messages456 banner type457 is not dismissable458 does not replace placeholders459 behaves like a Broadcast Messages460 shows broadcast message461 renders styled links462 dismissable banner type463 behaves like a Broadcast Messages464 shows broadcast message465 renders styled links466 behaves like a dismissable Broadcast Messages467Skipping ./spec/features/broadcast_messages_spec.rb[1:2:2:1] 'Broadcast Messages dismissable banner type behaves like a dismissable Broadcast Messages hides broadcast message after dismiss' because it's flaky.468 hides broadcast message after dismiss (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)469Skipping ./spec/features/broadcast_messages_spec.rb[1:2:2:2] 'Broadcast Messages dismissable banner type behaves like a dismissable Broadcast Messages broadcast message is still hidden after refresh' because it's flaky.470 broadcast message is still hidden after refresh (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)471 notification type472 replaces placeholders473 behaves like a Broadcast Messages474 shows broadcast message475 renders styled links476 behaves like a dismissable Broadcast Messages477Skipping ./spec/features/broadcast_messages_spec.rb[1:3:2:1] 'Broadcast Messages notification type behaves like a dismissable Broadcast Messages hides broadcast message after dismiss' because it's flaky.478 hides broadcast message after dismiss (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)479Skipping ./spec/features/broadcast_messages_spec.rb[1:3:2:2] 'Broadcast Messages notification type behaves like a dismissable Broadcast Messages broadcast message is still hidden after refresh' because it's flaky.480 broadcast message is still hidden after refresh (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)481User searches for issues482 when signed in483 does not show top right search form484 finds an issue485 hides confidential icon for non-confidential issues486 shows confidential icon for confidential issues487 shows correct badge for open issues488 shows correct badge for closed issues489 sorts by created date490 when search times out491 renders timeout information492 sets tab count to 0493 when on a project page494 finds an issue495 when signed out496 when block_anonymous_global_searches is disabled497 does not show top right search form498 finds an issue499 when block_anonymous_global_searches is enabled500 is redirected to login page501Pages edits pages settings502 when user is the owner503 does not see anything to destroy504 when pages deployed505 renders Access pages506 does not render access control warning507 when pages are disabled in the project settings508 renders disabled warning509 when access control is enabled in gitlab settings510 renders access control warning511 when pages are public512 does not render access control warning513 when support for external domains is disabled514 renders message that support is disabled515 project settings page516 renders "Pages" tab517 when pages are disabled518 does not render "Pages" tab519 HTTPS settings520 tries to change the setting521 setting could not be updated522 tries to change the setting523 non-HTTPS domain exists524 the setting is disabled525 HTTPS pages are disabled526 the setting is unavailable527 Remove page528 when pages are deployed529 removes the pages530Admin disables Git access protocol531 with HTTP disabled532Skipping ./spec/features/admin/admin_disables_git_access_protocol_spec.rb[1:1:1] 'Admin disables Git access protocol with HTTP disabled shows only SSH url' because it's flaky.533 shows only SSH url (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)534 mobile component535 shows only the SSH clone information536 with SSH disabled537Skipping ./spec/features/admin/admin_disables_git_access_protocol_spec.rb[1:2:1] 'Admin disables Git access protocol with SSH disabled shows only HTTP url' because it's flaky.538 shows only HTTP url (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)539 mobile component540 shows only the HTTP clone information541 with nothing disabled542 shows default SSH url and protocol selection dropdown543 mobile component544 shows both SSH and HTTP clone information545Projects > Settings > For a forked project546 Sidebar > Monitor547 renders the menu in the sidebar548 Settings > Monitor549 Incidents550 renders form for incident management551 sets correct default values552 updates form values553 error tracking settings form554 when project dropdown is loaded555 successfully fills and submits the form556 when project dropdown fails to load557 displays error message558 with integrated error tracking backend559 successfully fills and submits the form560 grafana integration settings form561 successfully fills and completes the form562Projects > Snippets > Project snippet563 behaves like show and render proper snippet blob564 Ruby file565 displays the blob566 Markdown file567 visiting directly568 displays the blob using the rich viewer569 switching to the simple viewer570 displays the blob using the simple viewer571 switching to the rich viewer again572 displays the blob using the rich viewer573 visiting with a line number anchor574 displays the blob using the simple viewer575 behaves like does not show New Snippet button576 is expected not to have visible link "New snippet"577Issue notes polling578 creates579 displays the new comment580 updates581 when from own user582 displays the updated content583 when editing but have not changed anything, and an update comes in, show warning and does not update the note584Skipping ./spec/features/issues/note_polling_spec.rb[1:2:1:3] 'Issue notes polling updates when from own user when editing but you changed some things, an update comes in, and you press cancel, show the updated content' because it's flaky.585 when editing but you changed some things, an update comes in, and you press cancel, show the updated content (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)586 when from another user587 displays the updated content588 system notes589 shows the system note590Projects > Files > User deletes files591 when an user has write access592 deletes the file593 when an user does not have write access594 deletes the file in a forked project595Merge Requests > Filters generic behavior596 when filtered by a label597 state tabs598 does not change when state tabs are clicked599 clear button600 allows user to remove filtered labels601 filter dropdown602 filters by label name603Search bar604 keyboard navigation605 selects item606 clear search button607 clears text608 hides by default609 hides after clicked610 hides when there is no text611 shows when there is text612 resets the dropdown hint filter613Developer views tags614 when project has no tags615 displays a specific message616 when project has tags617 avoids a N+1 query in branches index618 views the tags list page619 views a specific tag page620 links on the tag page621 has a button to browse files622 has a button to browse commits623Merge request > User sees revert modal624 without page reload after merge validates js correctly loaded625 behaves like showing the revert modal626Skipping ./spec/features/user_sees_revert_modal_spec.rb[1:1:1:1] 'Merge request > User sees revert modal without page reload after merge validates js correctly loaded behaves like showing the revert modal shows the revert modal' because it's flaky.627 shows the revert modal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)628 with page reload validates js correctly loaded629 behaves like showing the revert modal630 shows the revert modal631User creates confidential merge request on issue page632 user has no private fork633 shows that user has no fork available634 user has private fork635 create merge request in fork636User comments on a commit637 adds a comment638Group Repository settings639 Deploy tokens640 behaves like a deploy token in settings641 view deploy tokens642 add a new deploy token643 when User#time_display_relative is false644 shows absolute times for expires_at645 Default branch646 has the setting section647 renders the correct setting section content648Merge request > User sees empty state649 shows an empty state and a "New merge request" button650 if there are merge requests651 does not show an empty state652 shows empty state when filter results empty653 as member of a fork654 shows an empty state and a "New merge request" button655Incident Management index656 incident list is visited657 by reporter658 shows the create new incident button659 when clicked shows the create issue page with the Incident type pre-selected660 by guest661 does not show new incident button662Project Merge Requests RSS663 when signed in664 behaves like it has an RSS button with current_user's feed token665 shows the RSS button with current_user's feed token666 behaves like an autodiscoverable RSS feed with current_user's feed token667 has an RSS autodiscovery link tag with current_user's feed token668 when signed out669 behaves like it has an RSS button without a feed token670 shows the RSS button without a feed token671 behaves like an autodiscoverable RSS feed without a feed token672 has an RSS autodiscovery link tag without a feed token673 feeds674 behaves like updates atom feed link675 for project676IDE677 sub-groups678 loads project in web IDE679Issues shortcut680 New Issue shortcut681 issues are enabled682 takes user to the new issue page683 issues are not enabled684 does not take user to the new issue page685Edit group label686 update label with new title687 allows user to delete label688Projects > Files > User uses soft wrap while editing file689 user clicks the "Soft wrap" button and then "No wrap" button690When a user filters Sentry errors by status691Checking for expected text of nil is confusing and/or pointless since it will always match. Please specify a string or regexp instead. /builds/gitlab-org/gitlab/spec/features/error_tracking/user_filters_errors_by_status_spec.rb:38692 displays the results693Group Dependency Proxy for containers694Capybara starting Puma...695* Version 5.6.2 , codename: Birdie's Version696* Min threads: 0, max threads: 4697* Listening on http://127.0.0.1:38743698 fetching a blob699 when the blob is cached for the group700 behaves like responds with the file701 sends file702 when the blob must be downloaded703 behaves like responds with the file704 sends file705 behaves like caches the file706 caches the file707Issue Boards focus mode708 shows focus mode button to anonymous users709Product Analytics > Events710 shows no events message711 shows events712User views merged merge requests713 shows merged merge requests714Users views raw design image files715 serves the latest design version when no ref is given716 serves the correct design version when a ref is given717Knapsack report was generated. Preview:718{719 "spec/features/merge_request/user_sees_merge_widget_spec.rb": 346.30813670699996,720 "spec/features/merge_request/batch_comments_spec.rb": 182.016759816,721 "spec/features/issues/user_bulk_edits_issues_labels_spec.rb": 143.92142974399997,722 "spec/features/issues/spam_akismet_issue_creation_spec.rb": 92.64436639400003,723 "spec/features/merge_request/user_edits_mr_spec.rb": 87.47980647999998,724 "spec/features/broadcast_messages_spec.rb": 2.669269817000213,725 "spec/features/search/user_searches_for_issues_spec.rb": 55.71368970200001,726 "spec/features/projects/pages/user_edits_settings_spec.rb": 45.03041856300001,727 "spec/features/admin/admin_disables_git_access_protocol_spec.rb": 43.51138043700007,728 "spec/features/projects/settings/monitor_settings_spec.rb": 35.93371490699997,729 "spec/features/projects/snippets/show_spec.rb": 29.32310475600002,730 "spec/features/issues/note_polling_spec.rb": 31.80276471900015,731 "spec/features/projects/files/user_deletes_files_spec.rb": 29.108493628999895,732 "spec/features/merge_requests/filters_generic_behavior_spec.rb": 26.155079385000136,733 "spec/features/issues/filtered_search/search_bar_spec.rb": 20.485653719999846,734 "spec/features/tags/developer_views_tags_spec.rb": 21.05091821399992,735 "spec/features/user_sees_revert_modal_spec.rb": 15.78880505799998,736 "spec/features/issues/user_creates_confidential_merge_request_spec.rb": 14.627413070999864,737 "spec/features/merge_request/user_comments_on_commit_spec.rb": 11.368886022999959,738 "spec/features/groups/settings/repository_spec.rb": 9.63709667399985,739 "spec/features/merge_requests/user_sees_empty_state_spec.rb": 6.9759984729998905,740 "spec/features/incidents/user_creates_new_incident_spec.rb": 8.603366477000009,741 "spec/features/merge_requests/rss_spec.rb": 6.227785984000093,742 "spec/features/ide_spec.rb": 9.218874382999957,743 "spec/features/issues/keyboard_shortcut_spec.rb": 7.182160867999983,744 "spec/features/groups/labels/edit_spec.rb": 5.237179728000001,745 "spec/features/projects/files/edit_file_soft_wrap_spec.rb": 5.22586338799988,746 "spec/features/error_tracking/user_filters_errors_by_status_spec.rb": 5.154401682999833,747 "spec/features/groups/dependency_proxy_for_containers_spec.rb": 2.4297532629998386,748 "spec/features/boards/focus_mode_spec.rb": 3.360439228999894,749 "spec/features/projects/product_analytics/events_spec.rb": 2.093537646000186,750 "spec/features/merge_requests/user_views_merged_merge_requests_spec.rb": 1.6023162989999946,751 "spec/features/projects/issues/design_management/user_views_design_images_spec.rb": 1.0248927569998614752}753Knapsack global time execution for tests: 21m 48s754Pending: (Failures listed here are expected and do not affect your suite's status)755 1) Merge request > User sees merge widget merge error updates the MR widget756 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example757 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:397758 2) Broadcast Messages dismissable banner type behaves like a dismissable Broadcast Messages hides broadcast message after dismiss759 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example760 # ./spec/features/broadcast_messages_spec.rb:26761 3) Broadcast Messages dismissable banner type behaves like a dismissable Broadcast Messages broadcast message is still hidden after refresh762 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example763 # ./spec/features/broadcast_messages_spec.rb:34764 4) Broadcast Messages notification type behaves like a dismissable Broadcast Messages hides broadcast message after dismiss765 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example766 # ./spec/features/broadcast_messages_spec.rb:26767 5) Broadcast Messages notification type behaves like a dismissable Broadcast Messages broadcast message is still hidden after refresh768 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example769 # ./spec/features/broadcast_messages_spec.rb:34770 6) Admin disables Git access protocol with HTTP disabled shows only SSH url771 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example772 # ./spec/features/admin/admin_disables_git_access_protocol_spec.rb:23773 7) Admin disables Git access protocol with SSH disabled shows only HTTP url774 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example775 # ./spec/features/admin/admin_disables_git_access_protocol_spec.rb:56776 8) Issue notes polling updates when from own user when editing but you changed some things, an update comes in, and you press cancel, show the updated content777 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example778 # ./spec/features/issues/note_polling_spec.rb:55779 9) Merge request > User sees revert modal without page reload after merge validates js correctly loaded behaves like showing the revert modal shows the revert modal780 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example781 # ./spec/features/user_sees_revert_modal_spec.rb:11782Finished in 21 minutes 52 seconds (files took 1 minute 7.91 seconds to load)783223 examples, 0 failures, 9 pending784Failed to write to log, write log/workhorse-test.log: file already closed785RSpec exited with 0.786No examples to retry, congrats!788Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy789Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy791Uploading artifacts...792coverage/: found 5 matching files and directories 793crystalball/: found 2 matching files and directories 794WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 795knapsack/: found 3 matching files and directories 796rspec/: found 9 matching files and directories 797WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 798log/*.log: found 18 matching files and directories 799WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063521/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com800WARNING: Retrying... context=artifacts-uploader error=request redirected801Uploading artifacts as "archive" to coordinator... 201 Created id=2660063521 responseStatus=201 Created token=Z-MNwrbX802Uploading artifacts...803rspec/junit_rspec.xml: found 1 matching files and directories 804WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2660063521/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com805WARNING: Retrying... context=artifacts-uploader error=request redirected806Uploading artifacts as "junit" to coordinator... 201 Created id=2660063521 responseStatus=201 Created token=Z-MNwrbX808Job succeeded