rspec system pg12 13/24
Passed Started
by
@.luke

Luke Duncalfe
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-3.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QuQPoFsC3 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:ffc079081fed116f7ec22097d3e0308ab568536216cdebf45a8cab78fe30ee8f for postgres:12 with digest postgres@sha256:ca17935b3df07cb09f6ceab07913f6fee0e5f349102fe0a7922a8969c3593ae0 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:374ca386513ad781c1aa2f52c9379052723b49ab188b8517167f0b24055518bf for redis:6.0-alpine with digest redis@sha256:8f94750b64abe7fcb118c2e6706be5e186efc54a62b80fe1d21b8d7a91c0f547 ...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:a9a70e41d030f83cde0068df3d11170dec855e8a8bf3a020e27b85ad5b20d11b 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:b017ecabd2a1190405dc62cb97a82b18482bf812ceeeee2c3f4200b890c43fde ...18Running on runner-quqpofsc-project-278964-concurrent-0 via runner-quqpofsc-private-1659393623-797a7c5c...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: 127308, done. 25remote: Counting objects: 100% (127308/127308), done. 26remote: Compressing objects: 100% (86137/86137), done. 27remote: Total 127308 (delta 56589), reused 83753 (delta 36275), pack-reused 0 28Receiving objects: 100% (127308/127308), 114.35 MiB | 29.46 MiB/s, done.29Resolving deltas: 100% (56589/56589), done.31 * [new ref] refs/pipelines/602249477 -> refs/pipelines/60224947732Checking out a33057a2 as refs/merge-requests/93624/merge...33Skipping Git submodules setup34$ git remote set-url origin "${CI_REPOSITORY_URL}"36Checking cache for ruby-gems-debian-bullseye-ruby-2.7-14...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-14...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2799740965)...44Downloading artifacts from coordinator... ok id=2799740965 responseStatus=200 OK token=-4GMrNhF45Downloading artifacts for detect-tests (2799740974)...46Downloading artifacts from coordinator... ok id=2799740974 responseStatus=200 OK token=-4GMrNhF47Downloading artifacts for retrieve-tests-metadata (2799740978)...48Downloading artifacts from coordinator... ok id=2799740978 responseStatus=200 OK token=-4GMrNhF49Downloading artifacts for setup-test-env (2799740970)...50Downloading artifacts from coordinator... ok id=2799740970 responseStatus=200 OK token=-4GMrNhF52Using docker image sha256:a9a70e41d030f83cde0068df3d11170dec855e8a8bf3a020e27b85ad5b20d11b 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:b017ecabd2a1190405dc62cb97a82b18482bf812ceeeee2c3f4200b890c43fde ...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 3 seconds.81$ bundle pristine pg82Installing pg 1.4.1 with native extensions83==> 'bundle pristine pg' succeeded in 11 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 43 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 directory109find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory110find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory111find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory112find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory113Don't run Bundler as root. Bundler can ask for sudo if it is needed, and114installing your bundle as root will break this application for all non-root115users on this machine.116Using abstract_type 0.0.7117Using concurrent-ruby 1.1.10118Using i18n 1.12.0119Using minitest 5.16.2120Using tzinfo 2.0.5121Using zeitwerk 2.6.0122Using activesupport 6.1.6.1123Using builder 3.2.4124Using erubi 1.10.0125Using mini_portile2 2.8.0126Using racc 1.6.0127Using nokogiri 1.13.6 (x86_64-linux)128Using rails-dom-testing 2.0.3129Using crass 1.0.6130Using loofah 2.16.0131Using rails-html-sanitizer 1.4.2132Using actionview 6.1.6.1133Using rack 2.2.3134Using rack-test 1.1.0135Using actionpack 6.1.6.1136Using ice_nine 0.11.2137Using thread_safe 0.3.6138Using memoizable 0.4.2139Using adamantium 0.2.0140Using public_suffix 4.0.6141Using addressable 2.7.0142Using ast 2.4.2143Using binding_ninja 0.2.3144Using bundler 2.3.15145Using charlock_holmes 0.7.7146Using coderay 1.1.2147Using equalizer 0.0.11148Using concord 0.1.5149Using diff-lcs 1.3150Using dotenv 2.7.6151Using escape_utils 1.2.2152Using factory_bot 5.0.2153Using multipart-post 2.1.1154Using faraday 1.0.1155Using ffi 1.15.3156Using json 2.5.1157Using gemojione 3.3.0158Using mini_mime 1.1.2159Using rugged 1.2.0160Using github-linguist 7.20.0161Using github-markup 1.7.0162Using mime-types-data 3.2020.1104163Using mime-types 3.3.1164Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1165Using rouge 3.27.0166Using sanitize 6.0.0167Using stringex 2.8.5168Using gitlab-gollum-lib 4.2.7.10.gitlab.2169Using google-protobuf 3.21.3 (x86_64-linux)170Using googleapis-common-protos-types 1.3.0171Using grpc 1.42.0 (x86_64-linux)172Using opentracing 0.5.0173Using thrift 0.15.0174Using jaeger-client 1.1.0175Using pg_query 2.1.1176Using redis 4.4.0177Using gitlab-labkit 0.23.0178Using rubyzip 2.3.2179Using thor 1.1.0180Using tomlrb 2.0.1181Using with_env 1.1.0182Using rexml 3.2.5183Using xml-simple 1.1.9184Using gitlab-license_finder 6.14.2.1185Using gitlab-markup 1.7.1186Using grpc-tools 1.42.0187Using sawyer 0.8.2188Using octokit 4.20.0189Using reverse_markdown 1.4.0190Using licensee 9.14.1191Using method_source 0.9.2192Using msgpack 1.3.3193Using optimist 3.0.1194Using parallel 1.19.2195Using parser 3.0.3.2196Using procto 0.0.3197Using unparser 0.4.7198Using proc_to_ast 0.1.0199Using pry 0.12.2200Using rainbow 3.0.0201Using rbtrace 0.4.14202Using rdoc 6.3.2203Using regexp_parser 1.8.1204Using rspec-support 3.8.0205Using rspec-core 3.8.0206Using rspec-expectations 3.8.3207Using rspec-mocks 3.8.0208Using rspec 3.8.0209Using rspec-parameterized 0.4.2210Using rubocop-ast 0.2.0211Using ruby-progressbar 1.10.1212Using unicode-display_width 1.7.0213Using rubocop 0.86.0214Using sentry-raven 3.0.4215Using timecop 0.9.1216Bundle complete! 22 Gemfile dependencies, 100 gems now installed.217Gems in the groups 'production' and 'development' were not installed.218Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`219Checking gitaly-ruby Gemfile...220Checking gitaly-ruby bundle...221The Gemfile's dependencies are satisfied222Trying to connect to gitaly: .................................................... OK223Trying to connect to gitaly2: .................................................................... OK224Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK225==> 'scripts/gitaly-test-spawn' succeeded in 14 seconds.226$ source ./scripts/rspec_helpers.sh227$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"228SKIP_FLAKY_TESTS_AUTOMATICALLY: true229RETRY_FAILED_TESTS_IN_NEW_PROCESS: true230KNAPSACK_GENERATE_REPORT: true231FLAKY_RSPEC_GENERATE_REPORT: true232KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb233KNAPSACK_LOG_LEVEL: debug234KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_13_24_report.json235FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json236FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_13_24_report.json237NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_13_24_report.json238SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_13_24_report.txt239RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_13_24_report.txt240CRYSTALBALL: 241Knapsack report generator started!242/builds/gitlab-org/gitlab/spec/support/shared_contexts/features/integrations/integrations_shared_context.rb:69: warning: found `= literal' in conditional, should be ==243Run options: exclude {:quarantine=>true, :level=>"migration"}244Test environment set up in 0.677542597 seconds245Merge request > User resolves diff notes and threads246Starting the Capybara driver server...247 no threads248Capybara starting Puma...249* Version 5.6.4 , codename: Birdie's Version250* Min threads: 0, max threads: 4251* Listening on unix:///tmp/20220801-468-qua9x1252 displays no thread resolved data253 as authorized user254 single thread255 shows text with how many threads256 allows user to mark a note as resolved257 allows user to mark thread as resolved258 allows user to unresolve thread259 allows user to resolve from reply form without a comment260 allows user to comment & resolve thread261 allows user to quickly scroll to next unresolved thread262 hides jump to next button when all resolved263 updates updated text after resolving note264 hides jump to next thread button265 resolved thread266 timeline view267 hides when resolve thread is clicked268 shows resolved thread when toggled269 renders tables in lazy-loaded resolved diff dicussions270 side-by-side view271 hides when resolve thread is clicked272 reply form273 allows user to comment274 allows user to unresolve from reply form without a comment275 allows user to comment & unresolve thread276 multiple notes277 marks thread as resolved when resolving single note278 resolves thread279 muliple threads280 shows text with how many threads281 allows user to mark a single note as resolved282 allows user to mark all notes as resolved283Skipping ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb[1:2:3:4] 'Merge request > User resolves diff notes and threads as authorized user muliple threads allows user to mark all threads as resolved' because it's flaky.284 allows user to mark all threads as resolved (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)285 allows user to quickly scroll to next unresolved thread286 updates updated text after resolving note287 displays next thread even if hidden288 changes tab289 shows text with how many threads290 allows user to mark a note as resolved291 allows user to mark thread as resolved292 allows user to unresolve thread293 allows user to comment & resolve thread294 allows user to comment & unresolve thread295 as a guest296 someone elses merge request297 does not allow user to mark note as resolved298 does not allow user to mark thread as resolved299 guest users merge request300 allows user to mark a note as resolved301 unauthorized user302 no resolved comments303 does not allow user to mark note as resolved304Merge request > Batch comments305 adds draft note306 publishes review307 deletes draft note308 edits draft note309 with image and file draft note310 does not show in overview311 adding single comment to review312 at first does not show `Add to review` and `Add comment now` buttons313 when review has started314 can add comment to review315 can add comment right away316 in parallel diff317 adds draft comments to both sides318 thread is unresolved319 publishes comment right away and resolves the thread320 publishes review and resolves the thread321 thread is resolved322 publishes comment right away and unresolves the thread323 publishes review and unresolves the thread324Thread Comments Merge Request325 behaves like thread comments for issue, epic and merge request326 clicking "Comment" will post a comment327 when the toggle is clicked328 has a "Comment" item (selected by default) and "Start thread" item329 closes the menu when clicking the toggle or body330 when selecting "Start thread"331 creating a thread332 clicking "Start thread" will post a thread and show a reply component333 can be replied to334 can be collapsed335 can be replied to after resolving336 shows resolved thread when toggled337 when opening the menu338 has "Start thread" selected339 when selecting "Comment"340 updates the submit button text and closes the dropdown341 updates the close button text342 typing does not change the close button text343 has "Comment" selected when opening the menu344 on a closed merge request345 shows a 'Comment & reopen merge request' button346 shows a 'Start thread & reopen merge request' button when 'Start thread' is selected347Merge request > User edits assignees sidebar348 when GraphQL assignees widget feature flag is disabled349 when user is an owner350 when assigned to maintainer351 behaves like when assigned352 shows assignee name353 shows assignee tooltip ''354 when edit is clicked355 shows assignee tooltip '356 when assigned to developer357 behaves like when assigned358 shows assignee name359 shows assignee tooltip 'Cannot merge'360 when edit is clicked361 shows assignee tooltip 'Cannot merge362 with invite members considerations363 when a privileged user can invite364 shows a link for inviting members and launches invite modal365 when user cannot invite members in assignee dropdown366 shows author in assignee dropdown and no invite link367 when GraphQL assignees widget feature flag is enabled368 when user is an owner369 when assigned to maintainer370 behaves like when assigned371 shows assignee name372 shows assignee tooltip ''373 when edit is clicked374 shows assignee tooltip '375 when assigned to developer376 behaves like when assigned377 shows assignee name378 shows assignee tooltip 'Cannot merge'379 when edit is clicked380 shows assignee tooltip 'Cannot merge381 with invite members considerations382 when a privileged user can invite383Skipping ./spec/features/merge_request/user_edits_assignees_sidebar_spec.rb[1:2:2:1:1] 'Merge request > User edits assignees sidebar when GraphQL assignees widget feature flag is enabled with invite members considerations when a privileged user can invite shows a link for inviting members and launches invite modal' because it's flaky.384 shows a link for inviting members and launches invite modal (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)385 when user cannot invite members in assignee dropdown386 shows author in assignee dropdown and no invite link387Merge request > User edits MR388 non-fork merge request389 behaves like an editable merge request390 updates merge request391 description has autocomplete392 description has quick action autocomplete393 has class js-quick-submit in form394 warns about version conflict395 preserves description textarea height396 when "Remove source branch" is set397 allows to unselect "Remove source branch"398 for a forked project399 behaves like an editable merge request400 updates merge request401 description has autocomplete402 description has quick action autocomplete403 has class js-quick-submit in form404 warns about version conflict405 preserves description textarea height406 when "Remove source branch" is set407 allows to unselect "Remove source branch"408Reportable note on merge request409 a normal note410 behaves like reportable note411 has an edit button412 has a `More actions` dropdown413 dropdown has Report and Delete links414 report button links to a report page415 a diff note416 behaves like reportable note417 has an edit button418 has a `More actions` dropdown419 dropdown has Report and Delete links420 report button links to a report page421Merge request > User creates image diff notes422 create commit diff notes423 create a new diff note424 shows indicator and avatar badges, and allows collapsing/expanding the discussion notes425 render commit diff notes426 render diff indicators within the image diff frame, diff notes, and avatar badge numbers427 inline view428 when images are stored in LFS429 shows lfs badges430 parallel view431 when images are stored in LFS432 shows lfs badges433 discussion tab polling434 render diff indicators within the image frame435 changes tab image diff436 onion skin437 behaves like onion skin438 resets opacity when toggling between view modes439 image view modes440 onion skin441 resizes image442 behaves like onion skin443 resets opacity when toggling between view modes444 swipe view445 behaves like swipe view446 moves the swipe handle447 shows both images at the same position448Project > Settings > Access Tokens449 when user is not a project maintainer450 behaves like resource access tokens missing access rights451 does not show access token page452 token creation453 when user is a project owner454 shows Owner option455 behaves like resource access tokens creation456 allows creation of an access token457 when user is a project maintainer458 does not show Owner option for a maintainer459 behaves like resource access tokens creation460 allows creation of an access token461 when token creation is not allowed462 behaves like resource access tokens creation disallowed463 does not show access token creation form464 shows access token creation disabled text465 group settings link466 when user is not a group owner467 does not show group settings link468 with nested groups469 when user is not a top level group owner470 does not show group settings link471 when user is a group owner472 shows group settings link473 with a project in a personal namespace474 shows access token creation form and text475 viewing tokens476 active tokens477 behaves like active resource access tokens478 shows active access tokens479 when User#time_display_relative is false480 shows absolute times for expires_at481 inactive tokens482 behaves like inactive resource access tokens483 allows revocation of an active token484 removes expired tokens from active section485 when resource access token creation is not allowed486 allows revocation of an active token487Admin mode488 application setting :admin_mode is enabled489 when not in admin mode490 has no leave admin mode button491 can open pages not in admin scope492 is necessary to provide credentials again before opening pages in admin scope493 can enter admin mode494 on a read-only instance495 can enter admin mode496 when in admin_mode497 contains link to leave admin mode498 can leave admin mode using main dashboard link499 can open pages not in admin scope500 nav bar501 shows admin dashboard links on bigger screen502 on a read-only instance503 can leave admin mode504 application setting :admin_mode is disabled505 shows no admin mode buttons in navbar506Merge request > User awards emoji507 logged in508 adds award to merge request509 removes award from merge request510 adds awards to note511 the project is archived512 does not see award menu button513 logged out514 does not see award menu button515User can display performance bar516 when user is logged-out517 when the performance_bar feature is disabled518 behaves like performance bar cannot be displayed519 does not show the performance bar by default520 when user press `pb`521 does not show the performance bar by default522 when the performance_bar feature is enabled523 behaves like performance bar cannot be displayed524 does not show the performance bar by default525 when user press `pb`526 does not show the performance bar by default527 when user is logged-in528 when the performance_bar feature is disabled529 behaves like performance bar cannot be displayed530 does not show the performance bar by default531 when user press `pb`532 does not show the performance bar by default533 behaves like performance bar is enabled by default in development534 shows the performance bar by default535 when the performance_bar feature is enabled536 does not show Stats link by default537 behaves like performance bar is enabled by default in development538 shows the performance bar by default539 behaves like performance bar can be displayed540 does not show the performance bar by default541 when user press `pb`542 shows the performance bar543 when GITLAB_PERFORMANCE_BAR_STATS_URL environment variable is set544 shows Stats link545 flamegraphs546 when user has access547 renders flamegraph when requested548 when user does not have access549 renders the original page550Projects settings551 can toggle sections by clicking the title or button552 forking enabled553 toggles forking enabled / disabled554 default award emojis555 shows award emojis by default556 disables award emojis when the checkbox is toggled off557Developer views tags558 when project has no tags559 displays a specific message560 when project has tags561 avoids a N+1 query in branches index562 views the tags list page563 views a specific tag page564 links on the tag page565 has a button to browse files566 has a button to browse commits567Blob button line permalinks (BlobLinePermalinkUpdater)568 On a file(blob)569 Click "Permalink" button570 works with no initial line number fragment hash571 maintains intitial fragment hash572 changes fragment hash if line number clicked573 with initial fragment hash, changes fragment hash if line number clicked574 Click "Blame" button575 works with no initial line number fragment hash576 maintains intitial fragment hash577 changes fragment hash if line number clicked578 with initial fragment hash, changes fragment hash if line number clicked579User adds a comment on a commit580 inline view581 adds a comment582 when commenting on diff583 adds a comment584 side-by-side view585 adds a comment586Member autocomplete587 adding a new note on a Issue588 suggests noteable author and note author589 adding a new note on a Merge Request590 suggests noteable author and note author591 adding a new note on a Commit592 suggests noteable author and note author593Group Dependency Proxy594 feature settings595 when not logged in and feature disabled596 does not show the feature settings597 feature is available598 when logged in as group owner599 sidebar menu is open600 toggles defaults to enabled601 shows the proxy URL602 hides the proxy URL when feature is disabled603 when logged in as group reporter604 does not show the feature toggle but shows the proxy URL605 feature is not avaible606 feature is disabled globally607 renders 404 page608Admin mode for workers609 as a regular user610 cannot delete user611 as an admin user612 when admin mode disabled613 cannot delete user614 when admin mode enabled615 can delete user616Incident timeline events617 when add event is clicked618DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:31)619 submits event data when save is clicked620 when delete event is clicked621DEPRECATION WARNING: `.reorder(nil)` with `.first` / `.first!` no longer takes non-deterministic result in Rails 7.0. To continue taking non-deterministic result, use `.take` / `.take!` instead. (called from block in incident at /builds/gitlab-org/gitlab/app/controllers/projects/incidents_controller.rb:31)622 shows the confirmation modal and deletes the event623Secure Files624 user sees the Secure Files list component625 prompts the user to confirm before deleting a file626 displays an uploaded file in the file list627 displays an error when a duplicate file upload is attempted628Mini Pipeline Graph in Commit View629 when commit has pipelines630 display icon with status631 displays a mini pipeline graph632 when commit does not have pipelines633 does not display a mini pipeline graph634Artifact file635 Text file636 displays an error637 JPG file638 displays the blob639 when visiting old URL640 redirects to new URL641Merge request > User sees MR from deleted forked project642 user can access merge request643Merge Requests Feed644 GET /merge_requests645 when authenticated646 behaves like an authenticated issuable atom feed647 renders atom feed with common issuable information648 behaves like an authenticated merge request atom feed649 renders atom feed with additional merge request information650 but the use can not see the project651 renders 404 page652 when authenticated via personal access token653 behaves like an authenticated issuable atom feed654 renders atom feed with common issuable information655 behaves like an authenticated merge request atom feed656 renders atom feed with additional merge request information657 when authenticated via feed token658 behaves like an authenticated issuable atom feed659 renders atom feed with common issuable information660 behaves like an authenticated merge request atom feed661 renders atom feed with additional merge request information662 when not authenticated663 and the project is private664 redirects to login page665 and the project is public666 behaves like an authenticated issuable atom feed667 renders atom feed with common issuable information668 behaves like an authenticated merge request atom feed669 renders atom feed with additional merge request information670Project > Commit > View user status671 status for the commit author672 behaves like showing user status673 shows the status674 status for a comment on the commit675 behaves like showing user status676 shows the status677 status for a diff note on the commit678 behaves like showing user status679 shows the status680Issues > User creates issue by email681 new issue by email682 with existing issues683 behaves like show the email in the modal684 click the button to show modal for the new email685 without existing issues686 behaves like show the email in the modal687 click the button to show modal for the new email688Canonical link689 behaves like does not show canonical link690 is expected not to have xpath "//link[@rel=\"canonical\"]"691 behaves like shows canonical link692 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user220/project156/-/issues/1\"]"693 behaves like shows canonical link694 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user220/project156/-/issues?state=opened\"]"695 behaves like does not show canonical link696 is expected not to have xpath "//link[@rel=\"canonical\"]"697 behaves like shows canonical link698 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user220/project156\"]"699 behaves like shows canonical link700 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/user220/project156?foo=bar\"]"701 behaves like shows canonical link702 is expected to have xpath "//link[@rel=\"canonical\" and @href=\"http://www.example.com/explore/projects\"]"703Admin System Info704 GET /admin/system_info705 when all info is available706 shows system info page707 when CPU info is not available708 shows system info page with no CPU info709 when memory info is not available710 shows system info page with no CPU info711User views diff by commit712 shows full commit description by default713New project from template714 create from template715 shows template tabs716Creating a new project milestone717 description has emoji autocomplete718Product Analytics > Setup719 shows the setup instructions720Sentry721 does not load sentry if sentry is disabled722 loads sentry if sentry is enabled723Knapsack report was generated. Preview:724{725 "spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb": 517.4789398970001,726 "spec/features/merge_request/batch_comments_spec.rb": 250.5640919409998,727 "spec/features/discussion_comments/merge_request_spec.rb": 178.39350144299988,728 "spec/features/merge_request/user_edits_assignees_sidebar_spec.rb": 156.22380749899958,729 "spec/features/merge_request/user_edits_mr_spec.rb": 119.02253665199987,730 "spec/features/reportable_note/merge_request_spec.rb": 82.20135416200083,731 "spec/features/merge_request/user_creates_image_diff_notes_spec.rb": 74.50855633099945,732 "spec/features/projects/settings/access_tokens_spec.rb": 60.27253990000008,733 "spec/features/admin/admin_mode_spec.rb": 56.20498096499978,734 "spec/features/merge_request/user_awards_emoji_spec.rb": 56.4438564660004,735 "spec/features/user_can_display_performance_bar_spec.rb": 39.84982937000041,736 "spec/features/projects/settings/project_settings_spec.rb": 32.85561900100038,737 "spec/features/tags/developer_views_tags_spec.rb": 28.872586324999247,738 "spec/features/projects/blobs/blob_line_permalink_updater_spec.rb": 35.43079093199958,739 "spec/features/projects/commit/comments/user_adds_comment_spec.rb": 26.73386659500011,740 "spec/features/participants_autocomplete_spec.rb": 20.152264299999842,741 "spec/features/groups/dependency_proxy_spec.rb": 20.747768326999903,742 "spec/features/admin/admin_mode/workers_spec.rb": 21.445758894999926,743 "spec/features/incidents/incident_timeline_events_spec.rb": 17.17116696500034,744 "spec/features/projects/ci/secure_files_spec.rb": 19.41659041499952,745 "spec/features/projects/commit/mini_pipeline_graph_spec.rb": 15.30269749099989,746 "spec/features/projects/artifacts/file_spec.rb": 9.979556242999934,747 "spec/features/merge_request/user_sees_mr_from_deleted_forked_project_spec.rb": 9.910591800000475,748 "spec/features/atom/merge_requests_spec.rb": 10.14413790799972,749 "spec/features/projects/commit/user_views_user_status_on_commit_spec.rb": 9.207895582000674,750 "spec/features/issues/user_creates_issue_by_email_spec.rb": 9.959668184000293,751 "spec/features/canonical_link_spec.rb": 7.676771656999335,752 "spec/features/admin/admin_system_info_spec.rb": 5.687791515000754,753 "spec/features/merge_request/user_views_diffs_commit_spec.rb": 5.810375973999726,754 "spec/features/projects/new_project_from_template_spec.rb": 3.2100399450000623,755 "spec/features/projects/milestones/new_spec.rb": 3.556731444000434,756 "spec/features/projects/product_analytics/setup_spec.rb": 1.957667116000266,757 "spec/features/sentry_js_spec.rb": 0.8224957869997525758}759Knapsack global time execution for tests: 31m 47s760Pending: (Failures listed here are expected and do not affect your suite's status)761 1) Merge request > User resolves diff notes and threads as authorized user muliple threads allows user to mark all threads as resolved762 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example763 # ./spec/features/merge_request/user_resolves_diff_notes_and_discussions_resolve_spec.rb:320764 2) Merge request > User edits assignees sidebar when GraphQL assignees widget feature flag is enabled with invite members considerations when a privileged user can invite shows a link for inviting members and launches invite modal765 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example766 # ./spec/features/merge_request/user_edits_assignees_sidebar_spec.rb:149767Finished in 31 minutes 51 seconds (files took 1 minute 34.96 seconds to load)768237 examples, 0 failures, 2 pending769Failed to write to log, write log/workhorse-test.log: file already closed770RSpec exited with 0.771No examples to retry, congrats!773Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy774Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy776Uploading artifacts...777coverage/: found 5 matching files and directories 778crystalball/: found 2 matching files and directories 779deprecations/: found 4 matching files and directories 780knapsack/: found 3 matching files and directories 781rspec/: found 9 matching files and directories 782WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 783log/*.log: found 18 matching files and directories 784WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2799741086/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com785WARNING: Retrying... context=artifacts-uploader error=request redirected786Uploading artifacts as "archive" to coordinator... 201 Created id=2799741086 responseStatus=201 Created token=-4GMrNhF787Uploading artifacts...788rspec/junit_rspec.xml: found 1 matching files and directories 789WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2799741086/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com790WARNING: Retrying... context=artifacts-uploader error=request redirected791Uploading artifacts as "junit" to coordinator... 201 Created id=2799741086 responseStatus=201 Created token=-4GMrNhF793Job succeeded