rspec system pg12 7/24
Passed Started
by
@leetickett

Lee Tickett
1Running with gitlab-runner 15.1.0~beta.20.g62206bb2 (62206bb2)2 on blue-3.shared-gitlab-org.runners-manager.gitlab.com/default sUrYYgEG3 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-suryygeg-project-278964-concurrent-0 via runner-suryygeg-shared-gitlab-org-1656907412-5e7642c5...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 | 29.17 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...37cache.zip is up to date 38Successfully extracted cache39Checking cache for gitaly-ruby-gems-debian-bullseye-ruby-2.7-10...40cache.zip is up to date 41Successfully extracted cache43Downloading artifacts for compile-test-assets (2673336706)...44Downloading artifacts from coordinator... ok id=2673336706 responseStatus=200 OK token=H-A_Hg6945Downloading artifacts for detect-tests (2673336715)...46Downloading artifacts from coordinator... ok id=2673336715 responseStatus=200 OK token=H-A_Hg6947Downloading artifacts for retrieve-tests-metadata (2673336722)...48Downloading artifacts from coordinator... ok id=2673336722 responseStatus=200 OK token=H-A_Hg6949Downloading artifacts for setup-test-env (2673336712)...50Downloading artifacts from coordinator... ok id=2673336712 responseStatus=200 OK token=H-A_Hg6952Using 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 10 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 41 seconds.97$ setup_db_praefect98SELECT pg_catalog.set_config('search_path', '', false);99CREATE DATABASE praefect_test ENCODING 'UTF8';100==> 'setup_db_praefect' succeeded in 0 seconds.101$ run_timed_command "gem install knapsack --no-document"102$ gem install knapsack --no-document103Successfully installed knapsack-4.0.01041 gem installed105==> 'gem install knapsack --no-document' succeeded in 0 seconds.106$ run_timed_command "scripts/gitaly-test-spawn"107$ scripts/gitaly-test-spawn108find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.10114Using i18n 1.10.0115Using minitest 5.15.0116Using tzinfo 2.0.4117Using zeitwerk 2.5.4118Using activesupport 6.1.4.7119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.8.0122Using racc 1.6.0123Using nokogiri 1.13.6 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.16.0127Using rails-html-sanitizer 1.4.2128Using actionview 6.1.4.7129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.4.7132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.2139Using binding_ninja 0.2.3140Using bundler 2.3.15141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.2.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.27.0162Using sanitize 6.0.0163Using stringex 2.8.5164Using gitlab-gollum-lib 4.2.7.10.gitlab.2165Using google-protobuf 3.19.1 (x86_64-linux)166Using googleapis-common-protos-types 1.3.0167Using grpc 1.42.0 (x86_64-linux)168Using opentracing 0.5.0169Using thrift 0.15.0170Using jaeger-client 1.1.0171Using pg_query 2.1.1172Using redis 4.4.0173Using gitlab-labkit 0.23.0174Using rubyzip 2.3.2175Using thor 1.1.0176Using tomlrb 2.0.1177Using with_env 1.1.0178Using rexml 3.2.5179Using xml-simple 1.1.9180Using gitlab-license_finder 6.14.2.1181Using gitlab-markup 1.7.1182Using grpc-tools 1.42.0183Using sawyer 0.8.2184Using octokit 4.20.0185Using reverse_markdown 1.4.0186Using licensee 9.14.1187Using method_source 0.9.2188Using msgpack 1.3.3189Using optimist 3.0.1190Using parallel 1.19.2191Using parser 3.0.3.2192Using procto 0.0.3193Using unparser 0.4.7194Using proc_to_ast 0.1.0195Using pry 0.12.2196Using rainbow 3.0.0197Using rbtrace 0.4.14198Using rdoc 6.3.2199Using regexp_parser 1.8.1200Using rspec-support 3.8.0201Using rspec-core 3.8.0202Using rspec-expectations 3.8.3203Using rspec-mocks 3.8.0204Using rspec 3.8.0205Using rspec-parameterized 0.4.2206Using rubocop-ast 0.2.0207Using ruby-progressbar 1.10.1208Using unicode-display_width 1.7.0209Using rubocop 0.86.0210Using sentry-raven 3.0.4211Using timecop 0.9.1212Bundle complete! 22 Gemfile dependencies, 100 gems now installed.213Gems in the groups 'production' and 'development' were not installed.214Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`215Checking gitaly-ruby Gemfile...216Checking gitaly-ruby bundle...217The Gemfile's dependencies are satisfied218Trying to connect to gitaly: ........................................ OK219Trying to connect to gitaly2: ............................................................. OK220Starting Praefect with in-memory election strategyTrying to connect to praefect: ....... OK221==> 'scripts/gitaly-test-spawn' succeeded in 12 seconds.222$ source ./scripts/rspec_helpers.sh223$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"224SKIP_FLAKY_TESTS_AUTOMATICALLY: true225RETRY_FAILED_TESTS_IN_NEW_PROCESS: true226KNAPSACK_GENERATE_REPORT: true227FLAKY_RSPEC_GENERATE_REPORT: true228KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb229KNAPSACK_LOG_LEVEL: debug230KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_7_24_report.json231FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json232FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_7_24_report.json233NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_7_24_report.json234SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_7_24_report.txt235RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_7_24_report.txt236CRYSTALBALL: 237Knapsack report generator started!238DEPRECATION WARNING: /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/activerecord-6.1.4.7/lib/active_record/connection_adapters/postgresql_adapter.rb:78: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call239/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/pg-1.3.5/lib/pg.rb:68: warning: The called method `connect' is defined here240 (called from new_client at /builds/gitlab-org/gitlab/config/initializers/00_connection_logger.rb:21)241Run options: exclude {:quarantine=>true, :level=>"migration"}242Test environment set up in 0.491364048 seconds243Merge request > User sees pipelines triggered by merge request244Starting the Capybara driver server...245 when a user created a merge request in the parent project246Capybara starting Puma...247* Version 5.6.2 , codename: Birdie's Version248* Min threads: 0, max threads: 4249* Listening on unix:///tmp/20220704-465-16g7w0250 sees branch pipelines and detached merge request pipelines in correct order251 sees the latest detached merge request pipeline as the head pipeline252 when a user updated a merge request in the parent project253 sees branch pipelines and detached merge request pipelines in correct order254 sees detached tag for detached merge request pipelines255 sees the latest detached merge request pipeline as the head pipeline256 when a user merges a merge request in the parent project257 when detached merge request pipeline is pending258 waits the head pipeline259 when detached merge request pipeline succeeds260 merges the merge request261 when branch pipeline succeeds262 waits the head pipeline263 when there are no `merge_requests` keyword in .gitlab-ci.yml264 sees a branch pipeline in pipeline tab265 sees the latest branch pipeline as the head pipeline266 when a user created a merge request from a forked project to the parent project267 sees branch pipelines and detached merge request pipelines in correct order268 sees the latest detached merge request pipeline as the head pipeline269 sees pipeline list in forked project270 when a user updated a merge request from a forked project to the parent project271 sees branch pipelines and detached merge request pipelines in correct order272 sees detached tag for detached merge request pipelines273 sees the latest detached merge request pipeline as the head pipeline274 sees pipeline list in forked project275 when the latest pipeline is running in the parent project276 when the previous pipeline failed in the fork project277 when the parent project enables pipeline must succeed278 shows MWPS button279 when a user merges a merge request from a forked project to the parent project280 when detached merge request pipeline is pending281 waits the head pipeline282 when detached merge request pipeline succeeds283 merges the merge request284 when branch pipeline succeeds285 waits the head pipeline286Task Lists287 for Issues288 multiple tasks289 renders290 contains the required selectors291 is only editable by author292 provides a summary on Issues#index293 single incomplete task294 renders295 provides a summary on Issues#index296 single complete task297 renders298 provides a summary on Issues#index299 for Notes300 multiple tasks301 renders for note body302 contains the required selectors303 is only editable by author304 single incomplete task305 renders for note body306 single complete task307 renders for note body308 for Merge Requests309 when merge request is open310 provides a summary on MergeRequests#index311 behaves like multiple tasks312 renders for description313 contains the required selectors314Skipping ./spec/features/task_lists_spec.rb[1:3:1:1:3] 'Task Lists for Merge Requests when merge request is open behaves like multiple tasks is only editable by author' because it's flaky.315 is only editable by author (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)316 when merge request is closed317 behaves like multiple tasks318 renders for description319 contains the required selectors320 is only editable by author321 single incomplete task322 renders for description323 provides a summary on MergeRequests#index324 single complete task325 renders for description326 provides a summary on MergeRequests#index327 markdown task edge cases328 commented tasks329 renders330 summary with no blank line331 renders332 markdown starting with new line character333 allows the task to be checked334Merge request > User posts notes335 the note form336 is valid337 with text338 has enable submit button, preview button and saves content to local storage339 when posting a note340 is added and form reset341 reply button342 shows a reply button343 shows reply placeholder when clicking reply button344 replying to a comment345 makes the discussion resolvable346 when comment is deleted347 shows an error message348 when previewing a note349 shows the toolbar buttons when editing a note350 hides the toolbar buttons when previewing a note351 when editing a note352 editing the note353 shows the note edit form and hide the note body354 resets the edit note form textarea with the original content of the note if cancelled355 allows using markdown buttons after saving a note and then trying to edit it again356 appends the edited at time to the note357 deleting attachment on legacy diff note358 shows the delete link (PENDING: Temporarily skipped with xit)359 removes the attachment div and resets the edit form (PENDING: Temporarily skipped with xit)360Merge request > User merges when pipeline succeeds361 when there is active pipeline for merge request362 enabling Merge when pipeline succeeds363 when enabled immediately364 behaves like Merge when pipeline succeeds activator365 activates the Merge when pipeline succeeds feature366 when enabled after it was previously canceled367 behaves like Merge when pipeline succeeds activator368 activates the Merge when pipeline succeeds feature369 when it was enabled and then canceled370 behaves like Merge when pipeline succeeds activator371 activates the Merge when pipeline succeeds feature372 when merge when pipeline succeeds is enabled373 allows to cancel the automatic merge374 when pipeline succeeds375 merges merge request376 view merge request with MWPS enabled but automatically merge fails377 shows information about the merge error378 view merge request with MWPS enabled but automatically merge fails379 shows information about the merge error380 when pipeline is not active381 does not allow to enable merge when pipeline succeeds382Project milestone383 when project has enabled issues384 shows issues tab385 shows issues stats386 shows link to browse and add issues387 when clicking on other tabs388 tab_text: "Merge requests", href: "#tab-merge-requests", panel_content: "Work in progress"389 shows the merge requests tab and panel390 sets the location hash391 tab_text: "Participants", href: "#tab-participants", panel_content: nil392 shows the merge requests tab and panel393 sets the location hash394 tab_text: "Labels", href: "#tab-labels", panel_content: nil395 shows the merge requests tab and panel396 sets the location hash397 when project has disabled issues398 does not show any issues under the issues tab399 hides issues stats400 hides new issue button401 does not show an informative message402 when project has an issue403 the collapsed sidebar404 shows the total MR and issue counts405 when the milestone is not associated with a release406 shows "None" in the "Releases" section407 when the sidebar is collapsed408 shows "0" in the "Releases" section409 has a tooltip that reads "Releases"410 when the milestone is associated with one release411 shows "Version 5" in the "Release" section412 when the sidebar is collapsed413 shows "1" in the "Releases" section414 has a tooltip that reads "1 release"415 when the milestone is associated with multiple releases416 shows a shortened list of releases in the "Releases" section417 when the sidebar is collapsed418 shows "6" in the "Releases" section419 has a tooltip that reads "6 releases"420Projects > Settings > User manages merge request settings421 shows "Merge commit" strategy422 shows "Merge commit with semi-linear history " strategy423 shows "Fast-forward merge" strategy424 shows Squash commit options425 when Merge Request and Pipelines are initially enabled426 when Pipelines are initially enabled427 shows the Merge Requests settings428 when Pipelines are initially disabled429 shows the Merge Requests settings that do not depend on Builds feature430 when Merge Request are initially disabled431 does not show the Merge Requests settings432 Checkbox to enable merge request link433 is initially checked434 when unchecked sets :printing_merge_request_link_enabled to false435 Checkbox to remove source branch after merge436 is initially checked437 when unchecked sets :remove_source_branch_after_merge to false438 Squash commits when merging439 initially has :squash_option set to :default_off440 allows :squash_option to be set to :default_on441 allows :squash_option to be set to :always442 allows :squash_option to be set to :never443 target project settings444 does not show target project section445 when project is a fork446 allows to change merge request target project behavior447User creates branch and merge request on issue page448 when signed out449 doesn't show 'Create merge request' button450 when signed in451 when interacting with the dropdown452 when branch name is auto-generated453 creates a merge request454Skipping ./spec/features/issues/user_creates_branch_and_merge_request_spec.rb[1:2:1:2:2] 'User creates branch and merge request on issue page when signed in when interacting with the dropdown when branch name is auto-generated creates a branch' because it's flaky.455 creates a branch (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)456 when branch name is custom457 creates a merge request458 creates a branch459 when merge requests are disabled460 shows only create branch button461 when issue is confidential462 enables the create branch button463 when related branch exists464 when user is developer465 shows related branches466 when user is guest467 does not show related branches468Discussion Lock469 when a user is a team member470 when the discussion is unlocked471 the user can lock the issue472 when the discussion is locked473 the user can unlock the issue474 the user can create a comment475 when a user is not a team member476 when the discussion is unlocked477 the user can not lock the issue478 the user can create a comment479 when the discussion is locked480 the user can not unlock the issue481 the user can not create a comment482Group merge requests page483 public access level484 group member485 is expected to have text "this is my created issuable"486 non-member487 is expected to have text "this is my created issuable"488 private access level489 group member490 is expected to have text "this is my created issuable"491 non-member492 is expected not to have text "this is my created issuable"493 archived issuable494 hides archived merge requests495 ignores archived merge request count badges in navbar496 ignores archived merge request count badges in state-filters497 when merge request assignee to user498 is expected to have text "this is my created issuable"499 group filtered search500 filters by assignee only group users501 new merge request dropdown502 shows projects only with merge requests feature enabled503 empty state with no merge requests504 shows an empty state, button to create merge request and no filters bar505 with no open merge requests506 shows an empty state, button to create merge request and filters bar507Projects > Settings > User transfers a project508 focuses on the confirmation field509 allows transferring a project to a group510 and a new project is added with the same path511 overrides the redirect512 when nested groups are available513 allows transferring a project to a subgroup514User searches for merge requests515 does not show top right search form516 finds a merge request517 sorts by created date518 when search times out519 renders timeout information520 sets tab count to 0521 when on a project page522 finds a merge request523User merges a merge request524 ff-only merge525 when branch is rebased526 behaves like fast forward merge a merge request527 merges a merge request528 when branch is merged529 behaves like fast forward merge a merge request530 merges a merge request531 sidebar merge requests counter532 decrements the open MR count533User views releases534 when the user is a maintainer535 sees the release536 renders the correct links537 with an upcoming release538 sees the upcoming tag539 with a tag containing a slash540 sees the release541 sorting542 when the page is sorted by the default sort order543 behaves like releases sort order544 sorts the releases behaves like releases sort order545 when the page is sorted by created_at ascending546 behaves like releases sort order547 sorts the releases behaves like releases sort order548 when the user is a guest549 renders release info except for Git-related data550User searches for milestones551 does not show top right search form552 finds a milestone553 when search times out554 renders timeout information555 sets tab count to 0556 when on a project page557 finds a milestone558Group Packages & Registries settings559 when packages feature is disabled on the group560 the menu item is not visible561 renders 404 when navigating to page562 when packages feature is enabled on the group563 the menu item is visible564 has a page title set565 sidebar menu is open566 has a Duplicate packages section567 automatically saves changes to the server568 shows an error on wrong regex569 in a sub group570Skipping ./spec/features/groups/settings/packages_and_registries_spec.rb[1:2:7:1] 'Group Packages & Registries settings when packages feature is enabled on the group in a sub group works correctly' because it's flaky.571 works correctly (PENDING: around hook at ./spec/support/flaky_tests.rb:21 did not execute the example)572Groups > Members > Leave group573 guest leaves the group574 guest leaves the group by url param575 guest leaves the group as last member576 owner leaves the group if they are not the last owner577 owner can not leave the group if they are the last owner578 owner can not leave the group by url param if they are the last owner579Merge requests > User filters by multiple criteria580 filtering by label:~"Won't fix" and assignee:~bug581 applies the filters582 filtering by text, author, assignee, milestone, and label583 filters by text, author, assignee, milestone, and label584Hook logs585 shows list of hook logs586 shows hook log details587 retries hook log588 request gets internal error589 shows hook log details with internal error message590 response body contains XSS string591 displays log without getting XSS592 response data is too large593 shows request data as too large and disables retry function594Unsubscribe links595 when logged out596 unsubscribes from the issue when visiting the link from the header597 when visiting the link from the body598 shows the unsubscribe confirmation page and redirects to root path when confirming599 shows the unsubscribe confirmation page and redirects to root path when canceling600 when logged in601 unsubscribes from the issue when visiting the link from the email body602 unsubscribes from the issue when visiting the link from the header603User filters Alert Management table by status604 when a developer displays the alert list and the alert service is enabled they can filter the table by an alert status605 shows the alert table items with alert status of Open by default606 shows the alert table items with alert status of Acknowledged607 shows the alert table items with alert status of Triggered608 shows the an empty table for a status with no alerts609Merge request > User resolves outdated diff discussions610 when a discussion was resolved by a push611 shows that as automatically resolved612 does not show that for active discussions613IDE614 sub-groups615 loads project in web IDE616Profile > Chat617 uses authorization link618 clicks authorize619 goes to list of chat names and see chat account620 second use of link is denied621 clicks deny622 goes to list of chat names and do not see chat account623 second use of link is denied624 visits chat accounts625 sees chat user626 removes chat account627User activates Prometheus628 saves and activates integration629User activates PivotalTracker630 activates integration631Issues shortcut632 New Issue shortcut633 issues are enabled634 takes user to the new issue page635 issues are not enabled636 does not take user to the new issue page637Search group member638 renders member users639Commit > User view commits640 Commits List641 displays the correct number of commits per day in the header642 lists the correct number of commits643Blob shortcuts644 On a file(blob)645 pressing "y"646 redirects to permalink with commit sha647 maintains fragment hash when redirecting648User views merged merge request from deleted fork649 correctly shows the merge request650Upload a git lfs object651 behaves like handling file uploads652 with object storage disabled653 behaves like for a git lfs object654 is expected to change `LfsObject.count` by 1655 is expected to eq 200656Product Analytics > Test657 says it sends a payload658 shows the last event if there is one659snippet editor with spam660 when SpamVerdictService requires recaptcha661 when allow_possible_spam feature flag is false662 behaves like does not allow creation663 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)664 when allow_possible_spam feature flag is true665 behaves like solve reCAPTCHA666 creates a snippet after solving reCAPTCHA (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)667 when SpamVerdictService disallows668 when allow_possible_spam feature flag is false669 behaves like does not allow creation670 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)671 when allow_possible_spam feature flag is true672 behaves like does not allow creation673 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)674 when SpamVerdictService allows675 creates a snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)676Knapsack report was generated. Preview:677{678 "spec/features/merge_request/user_sees_merge_request_pipelines_spec.rb": 341.0909663859984,679 "spec/features/task_lists_spec.rb": 153.68652270500024,680 "spec/features/merge_request/user_posts_notes_spec.rb": 99.21821676800027,681 "spec/features/merge_request/user_merges_when_pipeline_succeeds_spec.rb": 104.3984937460009,682 "spec/features/projects/milestones/milestone_spec.rb": 67.37405153799955,683 "spec/features/projects/settings/user_manages_merge_requests_settings_spec.rb": 78.34646073399927,684 "spec/features/issues/user_creates_branch_and_merge_request_spec.rb": 59.22211939800036,685 "spec/features/issues/discussion_lock_spec.rb": 40.81898726300096,686 "spec/features/groups/merge_requests_spec.rb": 43.23935277199962,687 "spec/features/projects/settings/user_transfers_a_project_spec.rb": 40.00488525699984,688 "spec/features/search/user_searches_for_merge_requests_spec.rb": 31.502814768000462,689 "spec/features/merge_request/user_merges_merge_request_spec.rb": 33.621604806001415,690 "spec/features/projects/releases/user_views_releases_spec.rb": 23.369541363999815,691 "spec/features/search/user_searches_for_milestones_spec.rb": 22.16876472900003,692 "spec/features/groups/settings/packages_and_registries_spec.rb": 20.48508006299926,693 "spec/features/groups/members/leave_group_spec.rb": 20.281979665000108,694 "spec/features/merge_requests/user_filters_by_multiple_criteria_spec.rb": 14.95728257799965,695 "spec/features/projects/hook_logs/user_reads_log_spec.rb": 12.470181644999684,696 "spec/features/unsubscribe_links_spec.rb": 15.55345506500089,697 "spec/features/alert_management/user_filters_alerts_by_status_spec.rb": 10.343950406999284,698 "spec/features/merge_request/user_resolves_outdated_diff_discussions_spec.rb": 15.060378526999557,699 "spec/features/ide_spec.rb": 10.451906554999368,700 "spec/features/profiles/chat_names_spec.rb": 9.808474582001509,701 "spec/features/projects/integrations/user_activates_prometheus_spec.rb": 7.723551449000297,702 "spec/features/projects/integrations/user_activates_pivotaltracker_spec.rb": 7.4350091489995975,703 "spec/features/issues/keyboard_shortcut_spec.rb": 8.020411428000443,704 "spec/features/groups/members/search_members_spec.rb": 5.193894559999535,705 "spec/features/commits/user_view_commits_spec.rb": 4.319417782000528,706 "spec/features/refactor_blob_viewer_disabled/projects/blobs/shortcuts_blob_spec.rb": 6.187758988000496,707 "spec/features/merge_request/user_views_merge_request_from_deleted_fork_spec.rb": 4.801666502000444,708 "spec/features/file_uploads/git_lfs_spec.rb": 2.017454860999351,709 "spec/features/projects/product_analytics/test_spec.rb": 2.923721156001193710}711Knapsack global time execution for tests: 21m 56s712Pending: (Failures listed here are expected and do not affect your suite's status)713 1) Task Lists for Merge Requests when merge request is open behaves like multiple tasks is only editable by author714 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example715 # ./spec/features/task_lists_spec.rb:230716 2) Merge request > User posts notes when editing a note deleting attachment on legacy diff note shows the delete link717 # Temporarily skipped with xit718 # ./spec/features/merge_request/user_posts_notes_spec.rb:217719 3) Merge request > User posts notes when editing a note deleting attachment on legacy diff note removes the attachment div and resets the edit form720 # Temporarily skipped with xit721 # ./spec/features/merge_request/user_posts_notes_spec.rb:224722 4) User creates branch and merge request on issue page when signed in when interacting with the dropdown when branch name is auto-generated creates a branch723 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example724 # ./spec/features/issues/user_creates_branch_and_merge_request_spec.rb:82725 5) Group Packages & Registries settings when packages feature is enabled on the group in a sub group works correctly726 # around hook at ./spec/support/flaky_tests.rb:21 did not execute the example727 # ./spec/features/groups/settings/packages_and_registries_spec.rb:101728 6) snippet editor with spam when SpamVerdictService requires recaptcha when allow_possible_spam feature flag is false behaves like does not allow creation rejects creation of the snippet729 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722730 # ./spec/features/snippets/spam_snippets_spec.rb:59731 7) snippet editor with spam when SpamVerdictService requires recaptcha when allow_possible_spam feature flag is true behaves like solve reCAPTCHA creates a snippet after solving reCAPTCHA732 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722733 # ./spec/features/snippets/spam_snippets_spec.rb:44734 8) snippet editor with spam when SpamVerdictService disallows when allow_possible_spam feature flag is false behaves like does not allow creation rejects creation of the snippet735 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722736 # ./spec/features/snippets/spam_snippets_spec.rb:59737 9) snippet editor with spam when SpamVerdictService disallows when allow_possible_spam feature flag is true behaves like does not allow creation rejects creation of the snippet738 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722739 # ./spec/features/snippets/spam_snippets_spec.rb:59740 10) snippet editor with spam when SpamVerdictService allows creates a snippet741 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722742 # ./spec/features/snippets/spam_snippets_spec.rb:116743Finished in 21 minutes 59 seconds (files took 1 minute 10.26 seconds to load)744224 examples, 0 failures, 10 pending745Failed to write to log, write log/workhorse-test.log: file already closed746RSpec exited with 0.747No examples to retry, congrats!749Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-10 due to policy750Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-10 due to policy752Uploading artifacts...753coverage/: found 5 matching files and directories 754crystalball/: found 2 matching files and directories 755WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 756knapsack/: found 3 matching files and directories 757rspec/: found 9 matching files and directories 758WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 759log/*.log: found 18 matching files and directories 760WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337260/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com761WARNING: Retrying... context=artifacts-uploader error=request redirected762Uploading artifacts as "archive" to coordinator... 201 Created id=2673337260 responseStatus=201 Created token=H-A_Hg69763Uploading artifacts...764rspec/junit_rspec.xml: found 1 matching files and directories 765WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2673337260/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com766WARNING: Retrying... context=artifacts-uploader error=request redirected767Uploading artifacts as "junit" to coordinator... 201 Created id=2673337260 responseStatus=201 Created token=H-A_Hg69769Job succeeded