rspec system pg12 single-db 12/24
Passed Started
by
@leetickett

Lee Tickett
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-1.shared-gitlab-org.runners-manager.gitlab.com/default KzYhZxBv3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:ac3b8cd6a8b42e839456256bc514d6230b5a2538c738b3d522e1384a2a172b96 for postgres:12 with digest postgres@sha256:e6ffad42c91a4d5a29257a27ac4e160c3ae7196696b37bf2e80410024ed95951 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:09401fed2a421bf0019f96dcec70c85f82ec7b76beb1ae589547b0dc302d6b76 for redis:6.0-alpine with digest redis@sha256:217a9db40a914cc3f6206a143a4d750da0607500cc013a147a4979e08e40beff ...13Waiting for services to be up and running (timeout 30 seconds)...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...18Running on runner-kzyhzxbv-project-278964-concurrent-0 via runner-kzyhzxbv-shared-gitlab-org-1656898260-2aecc29e...20$ eval "$CI_PRE_CLONE_SCRIPT"21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/23Created fresh repository.24remote: Enumerating objects: 115982, done. 25remote: Counting objects: 100% (115982/115982), done. 26remote: Compressing objects: 100% (81018/81018), done. 27remote: Total 115982 (delta 48513), reused 75495 (delta 30560), pack-reused 0 28Receiving objects: 100% (115982/115982), 108.44 MiB | 28.52 MiB/s, done.29Resolving deltas: 100% (48513/48513), done.31 * [new ref] refs/pipelines/579176392 -> refs/pipelines/57917639232Checking out 204b4379 as refs/merge-requests/91556/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-10...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 (2673336706)...44Downloading artifacts from coordinator... ok id=2673336706 responseStatus=200 OK token=fJQK9tLX45Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=fJQK9tLX47Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=fJQK9tLX49Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=fJQK9tLX52Using docker image sha256:642191311550aaa03aba1d11d8d921042ead8ee5afeb833fc7e4e3f933b7ed04 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:f0990c59018be757dd56365bb2cc6791d65f3f4bf99a431c3b26e3df08260f6a ...53$ echo $FOSS_ONLY54$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb55$ export GOPATH=$CI_PROJECT_DIR/.go56$ mkdir -p $GOPATH57$ source scripts/utils.sh58$ source scripts/prepare_build.sh593.2.3360Bundler version 2.2.3361Successfully installed bundler-2.3.15621 gem installed63production:development64Settings are listed in order of priority. The top value will be used.65clean66Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): true67frozen68Set via BUNDLE_FROZEN: true69install_flags70Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"71path72Set for your local app (/builds/gitlab-org/gitlab/.bundle/config): "/builds/gitlab-org/gitlab/vendor"73without74Set via BUNDLE_WITHOUT: [:production, :development]75$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check76Don't run Bundler as root. Bundler can ask for sudo if it is needed, and77installing your bundle as root will break this application for all non-root78users on this machine.79The Gemfile's dependencies are satisfied80==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 2 seconds.81$ bundle pristine pg82Installing pg 1.3.5 with native extensions83==> 'bundle pristine pg' succeeded in 11 seconds.84$ setup_db_user_only85CREATE ROLE86GRANT87==> 'setup_db_user_only' succeeded in 0 seconds.88$ bundle exec rake db:drop db:create db:schema:load db:migrate89Dropped database 'gitlabhq_test'90Dropped database 'gitlabhq_geo_test'91Created database 'gitlabhq_test'92Created database 'gitlabhq_geo_test'93==> 'bundle exec rake db:drop db:create db:schema:load db:migrate' succeeded in 31 seconds.94$ setup_db_praefect95SELECT pg_catalog.set_config('search_path', '', false);96CREATE DATABASE praefect_test ENCODING 'UTF8';97==> 'setup_db_praefect' succeeded in 0 seconds.98$ run_timed_command "gem install knapsack --no-document"99$ gem install knapsack --no-document100Successfully installed knapsack-4.0.01011 gem installed102==> 'gem install knapsack --no-document' succeeded in 1 seconds.103$ run_timed_command "scripts/gitaly-test-spawn"104$ scripts/gitaly-test-spawn105find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory106Don't run Bundler as root. Bundler can ask for sudo if it is needed, and107installing your bundle as root will break this application for all non-root108users on this machine.109Using abstract_type 0.0.7110Using concurrent-ruby 1.1.10111Using i18n 1.10.0112Using minitest 5.15.0113Using tzinfo 2.0.4114Using zeitwerk 2.5.4115Using activesupport 6.1.4.7116Using builder 3.2.4117Using erubi 1.10.0118Using mini_portile2 2.8.0119Using racc 1.6.0120Using nokogiri 1.13.6 (x86_64-linux)121Using rails-dom-testing 2.0.3122Using crass 1.0.6123Using loofah 2.16.0124Using rails-html-sanitizer 1.4.2125Using actionview 6.1.4.7126Using rack 2.2.3127Using rack-test 1.1.0128Using actionpack 6.1.4.7129Using ice_nine 0.11.2130Using thread_safe 0.3.6131Using memoizable 0.4.2132Using adamantium 0.2.0133Using public_suffix 4.0.6134Using addressable 2.7.0135Using ast 2.4.2136Using binding_ninja 0.2.3137Using bundler 2.3.15138Using charlock_holmes 0.7.7139Using coderay 1.1.2140Using equalizer 0.0.11141Using concord 0.1.5142Using diff-lcs 1.3143Using dotenv 2.7.6144Using escape_utils 1.2.1145Using factory_bot 5.0.2146Using multipart-post 2.1.1147Using faraday 1.0.1148Using ffi 1.15.3149Using json 2.5.1150Using gemojione 3.3.0151Using mini_mime 1.0.2152Using rugged 1.2.0153Using github-linguist 7.12.1154Using github-markup 1.7.0155Using mime-types-data 3.2020.1104156Using mime-types 3.3.1157Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1158Using rouge 3.27.0159Using sanitize 6.0.0160Using stringex 2.8.5161Using gitlab-gollum-lib 4.2.7.10.gitlab.2162Using google-protobuf 3.19.1 (x86_64-linux)163Using googleapis-common-protos-types 1.3.0164Using grpc 1.42.0 (x86_64-linux)165Using opentracing 0.5.0166Using thrift 0.15.0167Using jaeger-client 1.1.0168Using pg_query 2.1.1169Using redis 4.4.0170Using gitlab-labkit 0.23.0171Using rubyzip 2.3.2172Using thor 1.1.0173Using tomlrb 2.0.1174Using with_env 1.1.0175Using rexml 3.2.5176Using xml-simple 1.1.9177Using gitlab-license_finder 6.14.2.1178Using gitlab-markup 1.7.1179Using grpc-tools 1.42.0180Using sawyer 0.8.2181Using octokit 4.20.0182Using reverse_markdown 1.4.0183Using licensee 9.14.1184Using method_source 0.9.2185Using msgpack 1.3.3186Using optimist 3.0.1187Using parallel 1.19.2188Using parser 3.0.3.2189Using procto 0.0.3190Using unparser 0.4.7191Using proc_to_ast 0.1.0192Using pry 0.12.2193Using rainbow 3.0.0194Using rbtrace 0.4.14195Using rdoc 6.3.2196Using regexp_parser 1.8.1197Using rspec-support 3.8.0198Using rspec-core 3.8.0199Using rspec-expectations 3.8.3200Using rspec-mocks 3.8.0201Using rspec 3.8.0202Using rspec-parameterized 0.4.2203Using rubocop-ast 0.2.0204Using ruby-progressbar 1.10.1205Using unicode-display_width 1.7.0206Using rubocop 0.86.0207Using sentry-raven 3.0.4208Using timecop 0.9.1209Bundle complete! 22 Gemfile dependencies, 100 gems now installed.210Gems in the groups 'production' and 'development' were not installed.211Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`212Checking gitaly-ruby Gemfile...213Checking gitaly-ruby bundle...214The Gemfile's dependencies are satisfied215Trying to connect to gitaly: ............................................ OK216Trying to connect to gitaly2: ........................................................... OK217Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK218==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.219$ source ./scripts/rspec_helpers.sh220$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"221SKIP_FLAKY_TESTS_AUTOMATICALLY: true222RETRY_FAILED_TESTS_IN_NEW_PROCESS: true223KNAPSACK_GENERATE_REPORT: true224FLAKY_RSPEC_GENERATE_REPORT: true225KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb226KNAPSACK_LOG_LEVEL: debug227KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_single-db_12_24_report.json228FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json229FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_single-db_12_24_report.json230NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_single-db_12_24_report.json231SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_single-db_12_24_report.txt232RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_single-db_12_24_report.txt233CRYSTALBALL: 234Knapsack report generator started!235DEPRECATION 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 call236/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 here237 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)238Run options: exclude {:quarantine=>true, :level=>"migration"}239Test environment set up in 0.575106204 seconds240Merge request > User sees merge widget241Starting the Capybara driver server...242 new merge request243Capybara starting Puma...244* Version 5.6.2 , codename: Birdie's Version245* Min threads: 0, max threads: 4246* Listening on unix:///tmp/20220704-456-tz2efn247 shows widget status after creating new merge request248 view merge request249 shows environments link250 shows green accept merge request button251 allows me to merge, see cherry-pick modal and load branches list252 view merge request with external CI service253 has merge button with confirm variant while waiting for external CI status254 view merge request with failed GitLab CI pipelines255 has merge button that shows modal when pipeline does not succeeded256 allows me to merge with a failed pipeline257 when merge request is in the blocked pipeline state and pipeline must succeed258 shows information about blocked pipeline259 when merge request has a branch pipeline as the head pipeline260 shows head pipeline information261 when merge request has a detached merge request pipeline as the head pipeline262 shows head pipeline information263 when source project is a forked project264 shows head pipeline information265 when merge request has a merge request pipeline as the head pipeline266 shows head pipeline information267 when source project is a forked project268 shows head pipeline information269 view merge request with MWBS button270 has confirm button when MWBS button271 view merge request where there is no pipeline yet272 has pipeline loading state273 view merge request in project with only-mwps setting enabled but no CI is set up274 is allowed to merge275 view merge request with MWPS enabled but automatically merge fails276 shows information about the merge error277 view merge request with MWPS enabled but automatically merge fails278 shows information about the merge error279 view merge request where fast-forward merge is not possible280 shows information about the merge error281 merge error282Skipping ./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.283 updates the MR widget (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)284 user can merge into target project but cannot push to fork285 user can merge into the target project286 user cannot remove source branch287 user cannot merge project and cannot push to fork288 user cannot remove source branch289 ongoing merge process290 shows Merging state291 exposed artifacts292 when merge request has exposed artifacts293 when result has not been parsed yet294 shows parsing status295 when result has been parsed296 shows the parsed results297 when merge request does not have exposed artifacts298 does not show parsing status299 when merge request has test reports300 when result has not been parsed yet301 shows parsing status302 when result has already been parsed303 when JUnit xml is correctly formatted304 shows parsed results305 when JUnit xml is corrupted306 shows the error state307 when test reports have been parsed correctly308 when a new failures exists309 shows test reports summary which includes the new failure310 when user clicks the new failure311 shows the test report detail312 when an existing failure exists313 shows test reports summary which includes the existing failure314 when user clicks the existing failure315 shows test report detail of it316 when a resolved failure exists317 shows test reports summary which includes the resolved failure318 when user clicks the resolved failure319 shows test report detail of it320 when a new error exists321 shows test reports summary which includes the new error322 when user clicks the new error323 shows the test report detail324 when an existing error exists325 shows test reports summary which includes the existing error326 when user clicks the existing error327 shows test report detail of it328 when a resolved error exists329 shows test reports summary which includes the resolved error330 when user clicks the resolved error331 shows test report detail of it332 properly truncates the report333 shows test reports summary which includes the resolved failure334 when MR has pipeline but user does not have permission335 renders a CI pipeline loading state336File blob337 Ruby file338 displays the blob339 displays file actions on all screen sizes340 Markdown file341 visiting directly342 displays the blob using the rich viewer343 switching to the simple viewer344 displays the blob using the simple viewer345 switching to the rich viewer again346 displays the blob using the rich viewer347 when ref switch348 displays single highlighted line number of different ref349 displays multiple highlighted line numbers of different ref350 displays no highlighted number of different ref351 successfully changes ref when the ref name matches the project name352 successfully change ref of similar name353 switch ref from longer to shorter ref name354 switch ref from shorter to longer ref name355 visiting with a line number anchor356 displays the blob using the simple viewer357 Markdown rendering358 when rendering default markdown359 renders using CommonMark360 Markdown file (stored in LFS)361 when LFS is enabled on the project362 displays an error363 switching to the simple viewer364 displays an error365 when LFS is disabled on the project366 displays the blob367 PDF file368 displays the blob369 Jupiter Notebook file370 displays the blob371 ISO file (stored in LFS)372 when LFS is enabled on the project373 displays the blob374 when LFS is disabled on the project375 displays the blob376 ZIP file377 displays the blob378 empty file379 displays an error380 binary file that appears to be text in the first 1024 bytes381 displays the blob382 files with auxiliary viewers383 .gitlab-ci.yml384 displays an auxiliary viewer385 .gitlab/route-map.yml386 displays an auxiliary viewer387 .gitlab/dashboards/custom-dashboard.yml388 with metrics_dashboard_exhaustive_validations feature flag off389 valid dashboard file390 displays an auxiliary viewer391 invalid dashboard file392 displays an auxiliary viewer393 with metrics_dashboard_exhaustive_validations feature flag on394 valid dashboard file395 displays an auxiliary viewer396 invalid dashboard file397 displays an auxiliary viewer398 LICENSE399 displays an auxiliary viewer400 *.gemspec401 displays an auxiliary viewer402 CONTRIBUTING.md403 displays an auxiliary viewer404 CHANGELOG.md405 displays an auxiliary viewer406 Cargo.toml407 displays an auxiliary viewer408 Cartfile409 displays an auxiliary viewer410 composer.json411 displays an auxiliary viewer412 Gemfile413 displays an auxiliary viewer414 Godeps.json415 displays an auxiliary viewer416 go.mod417 displays an auxiliary viewer418 package.json419 displays an auxiliary viewer420 podfile421 displays an auxiliary viewer422 test.podspec423 displays an auxiliary viewer424 JSON.podspec.json425 displays an auxiliary viewer426 requirements.txt427 displays an auxiliary viewer428 yarn.lock429 displays an auxiliary viewer430 openapi.yml431 removes `style`, `class`, and `data-*`` attributes from HTML432 realtime pipelines433 shows the realtime pipeline status434 for subgroups435 renders tree table without errors436 displays a GPG badge437 on signed merge commit438 displays a GPG badge439 when static objects external storage is enabled440 private project441 shows open raw and download buttons with external storage URL prepended and user token appended to their href442 public project443 shows open raw and download buttons with external storage URL prepended to their href444Thread Comments Merge Request445 behaves like thread comments for issue, epic and merge request446 clicking "Comment" will post a comment447 when the toggle is clicked448 has a "Comment" item (selected by default) and "Start thread" item449 closes the menu when clicking the toggle or body450 when selecting "Start thread"451 creating a thread452 clicking "Start thread" will post a thread and show a reply component453 can be replied to454 can be collapsed455 can be replied to after resolving456 shows resolved thread when toggled457 when opening the menu458 has "Start thread" selected459 when selecting "Comment"460 updates the submit button text and closes the dropdown461 updates the close button text462 typing does not change the close button text463 has "Comment" selected when opening the menu464 on a closed merge request465 shows a 'Comment & reopen merge request' button466 shows a 'Start thread & reopen merge request' button when 'Start thread' is selected467Projects > Settings > Repository settings468 for developer469 is not allowed to view470 for maintainer471 shows a disabled mirror472 Deploy tokens473 behaves like a deploy token in settings474 view deploy tokens475 add a new deploy token476 when User#time_display_relative is false477 shows absolute times for expires_at478 Branch rules479 renders branch rules settings480 branch_rules feature flag disabled481 does not render branch rules settings482 Deploy Keys483 get list of keys484 add a new deploy key485 edit an existing deploy key486 edit an existing public deploy key to be writable487 edit a deploy key from projects user has access to488 remove an existing deploy key489 remote mirror settings490 shows push mirror settings491 creates a push mirror that mirrors all branches492 creates a push mirror that keeps divergent refs493 generates an SSH public key on submission494 when project mirroring is disabled495 hides remote mirror settings496 repository cleanup settings497 uploads an object map file498 with an existing mirror499 delete remote mirrors500 for admin501 when project mirroring is enabled502 shows mirror settings503 when project mirroring is disabled504 shows mirror settings505Commits506 CI507 commit status is Generic Commit Status508 Commit builds509 is expected to have text "b83d6e39"510 contains generic commit status build511 commit status is Ci Build512 when logged as developer513 Project commits514 shows correct build status from default branch515 Commit builds516 shows pipeline data517 Download artifacts518 is expected to have visible link "Download artifacts" with href "/namespace181/project186/-/jobs/33/artifacts/download?file_type=archive"519 Cancel all builds520 cancels commit521 Cancel build522 cancels build523 when logged as reporter524 renders header525 is expected to have visible link "Download artifacts"526 viewing commits for a branch527 includes the committed_date for each commit528 shows the ref switcher with the multi-file editor enabled529 viewing commits for an author530 author is complete531 behaves like show commits by author532 includes the author's commits533 author is just a name534 behaves like show commits by author535 includes the author's commits536 author is just an email537 behaves like show commits by author538 includes the author's commits539Merge request > User posts diff notes540 when hovering over a parallel view diff file541 with an old line on the left and no line on the right542Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:1:1] 'Merge request > User posts diff notes when hovering over a parallel view diff file with an old line on the left and no line on the right allows commenting on the left side' because it's flaky.543 allows commenting on the left side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)544Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:1:2] 'Merge request > User posts diff notes when hovering over a parallel view diff file with an old line on the left and no line on the right does not allow commenting on the right side' because it's flaky.545 does not allow commenting on the right side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)546 with no line on the left and a new line on the right547Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:2:1] 'Merge request > User posts diff notes when hovering over a parallel view diff file with no line on the left and a new line on the right does not allow commenting on the left side' because it's flaky.548 does not allow commenting on the left side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)549Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:2:2] 'Merge request > User posts diff notes when hovering over a parallel view diff file with no line on the left and a new line on the right allows commenting on the right side' because it's flaky.550 allows commenting on the right side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)551 with an old line on the left and a new line on the right552Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:3:2] 'Merge request > User posts diff notes when hovering over a parallel view diff file with an old line on the left and a new line on the right allows commenting on the right side' because it's flaky.553 allows commenting on the right side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)554 with an unchanged line on the left and an unchanged line on the right555Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:4:2] 'Merge request > User posts diff notes when hovering over a parallel view diff file with an unchanged line on the left and an unchanged line on the right allows commenting on the right side' because it's flaky.556 allows commenting on the right side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)557 with a match line558Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:5:1] 'Merge request > User posts diff notes when hovering over a parallel view diff file with a match line does not allow commenting' because it's flaky.559 does not allow commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)560 with an unfolded line561Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:6:1] 'Merge request > User posts diff notes when hovering over a parallel view diff file with an unfolded line allows commenting on the left side' because it's flaky.562 allows commenting on the left side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)563Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:1:6:2] 'Merge request > User posts diff notes when hovering over a parallel view diff file with an unfolded line allows commenting on the right side' because it's flaky.564 allows commenting on the right side (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)565 when hovering over an inline view diff file566 after deleteing a note567Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:2:1:1] 'Merge request > User posts diff notes when hovering over an inline view diff file after deleteing a note allows commenting' because it's flaky.568 allows commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)569 with a new line570Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:2:2:1] 'Merge request > User posts diff notes when hovering over an inline view diff file with a new line allows commenting' because it's flaky.571 allows commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)572 with an old line573Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:2:3:1] 'Merge request > User posts diff notes when hovering over an inline view diff file with an old line allows commenting' because it's flaky.574 allows commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)575 with an unchanged line576 allows commenting577 with a match line578Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:2:5:1] 'Merge request > User posts diff notes when hovering over an inline view diff file with a match line does not allow commenting' because it's flaky.579 does not allow commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)580 with an unfolded line581Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:2:6:1] 'Merge request > User posts diff notes when hovering over an inline view diff file with an unfolded line allows commenting' because it's flaky.582 allows commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)583 when hovering over a diff discussion584 does not allow commenting585 when cancelling the comment addition586 with a new line587Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:3:1:1] 'Merge request > User posts diff notes when cancelling the comment addition with a new line allows dismissing a comment' because it's flaky.588 allows dismissing a comment (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)589 with multiple note forms590 posting a note591Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:4:1:1] 'Merge request > User posts diff notes with multiple note forms posting a note adds as discussion' because it's flaky.592 adds as discussion (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)593 when the MR only supports legacy diff notes594 with a new line595Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:5:1:1] 'Merge request > User posts diff notes when the MR only supports legacy diff notes with a new line allows commenting' because it's flaky.596 allows commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)597 with an old line598Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:5:2:1] 'Merge request > User posts diff notes when the MR only supports legacy diff notes with an old line allows commenting' because it's flaky.599 allows commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)600 with an unchanged line601Skipping ./spec/features/merge_request/user_posts_diff_notes_spec.rb[1:5:3:1] 'Merge request > User posts diff notes when the MR only supports legacy diff notes with an unchanged line allows commenting' because it's flaky.602 allows commenting (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)603 with a match line604 does not allow commenting605Project fork606 behaves like fork button on project page607 allows user to fork project from the project page608 user has exceeded personal project limit609 disables fork button on project page610 behaves like create fork page611 forking is enabled612 enables fork button613 renders new project fork page614 forking is disabled615 render a disabled fork button616 does not render new project fork page617 forking is private618 user is not a team member619 render a disabled fork button620 does not render new project fork page621 user is a team member622 enables fork button623 renders new project fork page624 fork form625 forks the project626 shows the new forked project on the forks page627 shows the filled in info forked project on the forks page628Container Registry629 has a page title set630 sidebar menu is open631 when there are no image repositories632 list page has no container title633 when there are image repositories634 list page has a list of images635 navigates to repo details636 when there is a ContainerRegistry::Path::InvalidRegistryPathError637 behaves like handling feature network errors with the container registry638 displays the error message639 when there is a Faraday::Error640 behaves like handling feature network errors with the container registry641 displays the error message642 image repo details643 shows the details breadcrumb644 shows the image title645 shows the image tags646 user removes a specific tag from container repository647 behaves like rejecting tags destruction for an importing repository on648 rejects the tag destruction operation649 when an image has the same name as the subgroup650 details page loads properly651Projects > Snippets > User comments on a snippet652 leaves a comment on a snippet653 has autocomplete654 has zen mode655Multiple Issue Boards656 behaves like multiple issue boards657 authorized user658 shows current board name659 shows a list of boards660 switches current board661 creates new board without detailed configuration662 adds a list to the none default board663 maintains sidebar state over board switch664 switches current board back665 unauthorized user666 does not show action links667Projects > Files > User deletes files668 when an user has write access669 deletes the file670 when an user does not have write access671 deletes the file in a forked project672Merge Requests > Filters generic behavior673 when filtered by a label674 state tabs675 does not change when state tabs are clicked676 clear button677 allows user to remove filtered labels678 filter dropdown679 filters by label name680Developer views tags681 when project has no tags682 displays a specific message683 when project has tags684 avoids a N+1 query in branches index685 views the tags list page686 views a specific tag page687 links on the tag page688 has a button to browse files689 has a button to browse commits690User follows pipeline suggest nudge spec when feature is enabled691 viewing the new blob page692 when the page is loaded from the link using the suggest_gitlab_ci_yml param693 pre-fills .gitlab-ci.yml for file name694 chooses the .gitlab-ci.yml Template Type695 displays suggest_gitlab_ci_yml popover696 sets the commit cookie when the Commit button is clicked697 when the page is visited without the param698 does not pre-fill .gitlab-ci.yml for file name699 does not choose the .gitlab-ci.yml Template Type700 does not display suggest_gitlab_ci_yml popover701Template selector menu702 editing a non-matching file703 is not displayed704 user toggles preview705 template selector menu is not displayed706 editing a matching file707 is displayed708 user toggles preview709 template selector menu is hidden and shown correctly710Projects > Files > User browses LFS files711 when LFS is disabled712 is possible to see raw content of LFS pointer713 when LFS is enabled714 shows an LFS object715Dashboard snippets716 when the project has snippets717DEPRECATION 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)718 shows new snippet button in header719 behaves like paginated snippets720DEPRECATION 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)721 is limited to 20 items per page722 clicking on the link to the second page723DEPRECATION 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)724DEPRECATION 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)725 shows the remaining snippets726 when there are no project snippets727DEPRECATION 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)728 shows the empty state when there are no snippets729DEPRECATION 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)730 shows new snippet button in main content area731DEPRECATION 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)732 shows documentation button in main comment area733 filtering by visibility734DEPRECATION 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)735 contains all snippets of logged user736DEPRECATION 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)737DEPRECATION 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)738 contains all private snippets of logged user when clicking on private739DEPRECATION 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)740DEPRECATION 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)741 contains all internal snippets of logged user when clicking on internal742DEPRECATION 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)743DEPRECATION 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)744 contains all public snippets of logged user when clicking on public745 behaves like tabs with counts746DEPRECATION 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)747 shows a tab for All snippets and count748DEPRECATION 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)749 shows a tab for Private snippets and count750DEPRECATION 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)751 shows a tab for Internal snippets and count752DEPRECATION 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)753 shows a tab for Public snippets and count754 as an external user755 without snippets756DEPRECATION 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)757 hides new snippet button758 with snippets759DEPRECATION 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)760 hides new snippet button761Merge request > User assigns themselves762 logged in as a member of the project763 updates updated_by764 when related issues are already assigned765 does not display if related issues are already assigned766 logged in as a non-member of the project767 does not show assignment link768User creates confidential merge request on issue page769 user has no private fork770 shows that user has no fork available771 user has private fork772 create merge request in fork773Dashboard > User sorts todos774 sort options775 sorts with oldest created todos first776 sorts with newest created todos first777 sorts by label priority778 sorts by newest updated todos first779 issues and merge requests780 doesn't mix issues and merge requests label priorities781Merge request > User sees deleted target branch782 shows a message about missing target branch783 does not show link to target branch784user reads pipeline status785 behaves like visiting project tree786 sees the correct pipeline status787 behaves like visiting project tree788 sees the correct pipeline status789User views Release790 renders the breadcrumbs791 renders the release details792 behaves like page meta description793 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown794Project member activity795 when a user joins the project796 presents the correct message797 when a user leaves the project798 presents the correct message799 when a users membership expires for the project800 presents the correct message801User scrolls to deep-linked note802 on issue page803 on comment804Alert integrations settings form805 when viewing alert integrations as a maintainer806 with the default page permissions807 shows the alerts setting form title808 shows the integrations list title809 when viewing alert integrations as a developer810 does not have rights to access the setting form811renders a `whats new` dropdown item812 when not logged in813 and on .com it renders814 doesn't render what's new815 when logged in816 renders dropdown item when feature enabled817 does not render dropdown item when feature disabled818 shows notification dot and count and removes it once viewed819User Snippets820DEPRECATION 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)821 view all of my snippets822DEPRECATION 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)823DEPRECATION 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)824 view my public snippets825DEPRECATION 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)826DEPRECATION 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)827 view my internal snippets828DEPRECATION 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)829DEPRECATION 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)830 view my private snippets831Active user sessions832 successful login adds a new active user login833 successful login cleans up obsolete entries834 sessionless login does not clean up obsolete entries835 logout deletes the active user login836Topic show page837 when topic does not exist838 renders 404839 when topic exists840 shows title, avatar and description as markdown841 with associated projects842 shows project list843 without associated projects844 shows correct empty state message845Zuora content security policy846 has proper Content Security Policy headers847read-only message848 when database is read-only849 behaves like Read-only instance850 shows read-only banner851 when database is in read-write mode852 behaves like Read-write instance853 does not show read-only banner854Upload a nuget package855 behaves like handling file uploads856 with object storage disabled857 behaves like for a nuget package858 creates package files859 is expected to eq 201860Knapsack report was generated. Preview:861{862 "spec/features/merge_request/user_sees_merge_widget_spec.rb": 401.6847458040029,863 "spec/features/refactor_blob_viewer_disabled/projects/blobs/blob_show_spec.rb": 210.19346047599902,864 "spec/features/discussion_comments/merge_request_spec.rb": 149.13082319199748,865 "spec/features/projects/settings/repository_settings_spec.rb": 93.5083028049994,866 "spec/features/commits_spec.rb": 74.44187207000141,867 "spec/features/merge_request/user_posts_diff_notes_spec.rb": 70.99932630400144,868 "spec/features/projects/fork_spec.rb": 63.17293434900057,869 "spec/features/groups/container_registry_spec.rb": 52.5664927450016,870 "spec/features/projects/snippets/user_comments_on_snippet_spec.rb": 41.60891250900022,871 "spec/features/boards/multiple_boards_spec.rb": 43.82666992200029,872 "spec/features/refactor_blob_viewer_disabled/projects/files/user_deletes_files_spec.rb": 35.42975759199908,873 "spec/features/merge_requests/filters_generic_behavior_spec.rb": 29.50471678300164,874 "spec/features/tags/developer_views_tags_spec.rb": 22.686761708999256,875 "spec/features/projects/blobs/user_follows_pipeline_suggest_nudge_spec.rb": 25.852193209997495,876 "spec/features/projects/files/template_selector_menu_spec.rb": 24.699457321999944,877 "spec/features/refactor_blob_viewer_disabled/projects/files/user_browses_lfs_files_spec.rb": 19.622092658999463,878 "spec/features/dashboard/snippets_spec.rb": 13.661591613999917,879 "spec/features/merge_request/user_assigns_themselves_spec.rb": 15.560076067999034,880 "spec/features/issues/user_creates_confidential_merge_request_spec.rb": 21.08938611600024,881 "spec/features/dashboard/todos/todos_sorting_spec.rb": 12.955048083000293,882 "spec/features/merge_request/user_sees_deleted_target_branch_spec.rb": 12.302865066001687,883 "spec/features/projects/files/user_reads_pipeline_status_spec.rb": 10.955767087998538,884 "spec/features/projects/releases/user_views_release_spec.rb": 11.408155203000206,885 "spec/features/dashboard/project_member_activity_index_spec.rb": 7.108688913998776,886 "spec/features/issues/user_scrolls_to_deeplinked_note_spec.rb": 5.912091372003488,887 "spec/features/alerts_settings/user_views_alerts_settings_spec.rb": 6.46940262699718,888 "spec/features/whats_new_spec.rb": 7.691816477999964,889 "spec/features/snippets/user_snippets_spec.rb": 3.9390931439993437,890 "spec/features/users/active_sessions_spec.rb": 4.287442321001436,891 "spec/features/topic_show_spec.rb": 2.0123164739998174,892 "spec/features/users/zuora_csp_spec.rb": 1.7545561879996967,893 "spec/features/read_only_spec.rb": 1.1789488050017098,894 "spec/features/file_uploads/nuget_package_spec.rb": 1.3148825810021663895}896Knapsack global time execution for tests: 24m 58s897Pending: (Failures listed here are expected and do not affect your suite's status)898 1) Merge request > User sees merge widget merge error updates the MR widget899 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example900 # ./spec/features/merge_request/user_sees_merge_widget_spec.rb:397901 2) Merge request > User posts diff notes when hovering over a parallel view diff file with an old line on the left and no line on the right allows commenting on the left side902 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example903 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:31904 3) Merge request > User posts diff notes when hovering over a parallel view diff file with an old line on the left and no line on the right does not allow commenting on the right side905 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example906 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:35907 4) Merge request > User posts diff notes when hovering over a parallel view diff file with no line on the left and a new line on the right does not allow commenting on the left side908 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example909 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:41910 5) Merge request > User posts diff notes when hovering over a parallel view diff file with no line on the left and a new line on the right allows commenting on the right side911 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example912 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:45913 6) Merge request > User posts diff notes when hovering over a parallel view diff file with an old line on the left and a new line on the right allows commenting on the right side914 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example915 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:55916 7) Merge request > User posts diff notes when hovering over a parallel view diff file with an unchanged line on the left and an unchanged line on the right allows commenting on the right side917 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example918 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:65919 8) Merge request > User posts diff notes when hovering over a parallel view diff file with a match line does not allow commenting920 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example921 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:71922 9) Merge request > User posts diff notes when hovering over a parallel view diff file with an unfolded line allows commenting on the left side923 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example924 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:86925 10) Merge request > User posts diff notes when hovering over a parallel view diff file with an unfolded line allows commenting on the right side926 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example927 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:90928 11) Merge request > User posts diff notes when hovering over an inline view diff file after deleteing a note allows commenting929 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example930 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:103931 12) Merge request > User posts diff notes when hovering over an inline view diff file with a new line allows commenting932 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example933 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:116934 13) Merge request > User posts diff notes when hovering over an inline view diff file with an old line allows commenting935 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example936 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:122937 14) Merge request > User posts diff notes when hovering over an inline view diff file with a match line does not allow commenting938 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example939 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:134940 15) Merge request > User posts diff notes when hovering over an inline view diff file with an unfolded line allows commenting941 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example942 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:152943 16) Merge request > User posts diff notes when cancelling the comment addition with a new line allows dismissing a comment944 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example945 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:176946 17) Merge request > User posts diff notes with multiple note forms posting a note adds as discussion947 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example948 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:190949 18) Merge request > User posts diff notes when the MR only supports legacy diff notes with a new line allows commenting950 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example951 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:205952 19) Merge request > User posts diff notes when the MR only supports legacy diff notes with an old line allows commenting953 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example954 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:211955 20) Merge request > User posts diff notes when the MR only supports legacy diff notes with an unchanged line allows commenting956 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example957 # ./spec/features/merge_request/user_posts_diff_notes_spec.rb:217958Finished in 25 minutes 1 second (files took 48.82 seconds to load)959292 examples, 0 failures, 20 pending960Failed to write to log, write log/workhorse-test.log: file already closed961RSpec exited with 0.962No examples to retry, congrats!964Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy965Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy967Uploading artifacts...968coverage/: found 5 matching files and directories 969crystalball/: found 2 matching files and directories 970deprecations/: found 10 matching files and directories 971knapsack/: found 3 matching files and directories 972rspec/: found 9 matching files and directories 973WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 974log/*.log: found 18 matching files and directories 975WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337439/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com976WARNING: Retrying... context=artifacts-uploader error=request redirected977Uploading artifacts as "archive" to coordinator... 201 Created id=2673337439 responseStatus=201 Created token=fJQK9tLX978Uploading artifacts...979rspec/junit_rspec.xml: found 1 matching files and directories 980WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337439/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com981WARNING: Retrying... context=artifacts-uploader error=request redirected982Uploading artifacts as "junit" to coordinator... 201 Created id=2673337439 responseStatus=201 Created token=fJQK9tLX984Job succeeded