rspec system pg12 8/24
Passed Started
by
@dbalexandre

Douglas Barbosa Alexandre
1Running with gitlab-runner 15.4.0~beta.5.gdefc7017 (defc7017)2 on blue-2.private.runners-manager.gitlab.com/gitlab.com/gitlab-org QvBVRoXM3 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-103-yarn-1.22-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:f2f1f275f1a1dff86079a737d24a925772f06910c3559b43f32ef6b0dd23b152 for postgres:12 with digest postgres@sha256:afc79f5499a589f3130bd8666c1743db6748aa43083b52f823db72dd3af89785 ...10Starting service redis:6.0-alpine ...11Pulling docker image redis:6.0-alpine ...12Using docker image sha256:648aa889c697d1745a25a82475ee0df2c22ffe74dc3b7e11d2785b7738f1bcaa for redis:6.0-alpine with digest redis@sha256:4af27048227d6f68911c0098f56fff75d2e0af41d424536a571c604a5a2aa85f ...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-103-yarn-1.22-graphicsmagick-1.3.36 ...16Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...18Running on runner-qvbvroxm-project-278964-concurrent-0 via runner-qvbvroxm-private-1661359031-1dd4ede3...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: 115695, done. 25remote: Counting objects: 100% (115695/115695), done. 26remote: Compressing objects: 100% (77168/77168), done. 27remote: Total 115695 (delta 47763), reused 80641 (delta 34098), pack-reused 0 28Receiving objects: 100% (115695/115695), 110.34 MiB | 32.64 MiB/s, done.29Resolving deltas: 100% (47763/47763), done.31 * [new ref] refs/pipelines/621982466 -> refs/pipelines/62198246632Checking out 63997366 as refs/merge-requests/95971/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 (2929379408)...44Downloading artifacts from coordinator... ok id=2929379408 responseStatus=200 OK token=xSrzZy6Y45Downloading artifacts for detect-tests (2929379414)...46Downloading artifacts from coordinator... ok id=2929379414 responseStatus=200 OK token=xSrzZy6Y47Downloading artifacts for retrieve-tests-metadata (2929379417)...48Downloading artifacts from coordinator... ok id=2929379417 responseStatus=200 OK token=xSrzZy6Y49Downloading artifacts for setup-test-env (2929379411)...50Downloading artifacts from coordinator... ok id=2929379411 responseStatus=200 OK token=xSrzZy6Y52Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...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.4.1 with native extensions83==> 'bundle pristine pg' succeeded in 13 seconds.84Using decomposed database config (config/database.yml.decomposed-postgresql)85$ setup_db_user_only86CREATE ROLE87GRANT88==> 'setup_db_user_only' succeeded in 1 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 55 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 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 directory113find: ‘/builds/gitlab-org/gitlab/tmp/tests/gitaly/cmd’: No such file or directory114Don't run Bundler as root. Bundler can ask for sudo if it is needed, and115installing your bundle as root will break this application for all non-root116users on this machine.117Using abstract_type 0.0.7118Using concurrent-ruby 1.1.10119Using i18n 1.12.0120Using minitest 5.16.2121Using tzinfo 2.0.5122Using zeitwerk 2.6.0123Using activesupport 6.1.6.1124Using builder 3.2.4125Using erubi 1.10.0126Using mini_portile2 2.8.0127Using racc 1.6.0128Using nokogiri 1.13.8 (x86_64-linux)129Using rails-dom-testing 2.0.3130Using crass 1.0.6131Using loofah 2.18.0132Using rails-html-sanitizer 1.4.3133Using actionview 6.1.6.1134Using rack 2.2.4135Using rack-test 1.1.0136Using actionpack 6.1.6.1137Using ice_nine 0.11.2138Using thread_safe 0.3.6139Using memoizable 0.4.2140Using adamantium 0.2.0141Using public_suffix 4.0.7142Using addressable 2.8.0143Using ast 2.4.2144Using binding_ninja 0.2.3145Using bundler 2.3.15146Using charlock_holmes 0.7.7147Using coderay 1.1.2148Using equalizer 0.0.11149Using concord 0.1.5150Using diff-lcs 1.3151Using dotenv 2.7.6152Using escape_utils 1.2.2153Using factory_bot 5.0.2154Using multipart-post 2.1.1155Using faraday 1.0.1156Using ffi 1.15.5157Using json 2.5.1158Using gemojione 3.3.0159Using mini_mime 1.1.2160Using rugged 1.2.0161Using github-linguist 7.20.0162Using github-markup 1.7.0163Using mime-types-data 3.2020.1104164Using mime-types 3.3.1165Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1166Using rouge 3.30.0167Using sanitize 6.0.0168Using stringex 2.8.5169Using gitlab-gollum-lib 4.2.7.10.gitlab.2170Using google-protobuf 3.21.3 (x86_64-linux)171Using googleapis-common-protos-types 1.3.0172Using grpc 1.42.0 (x86_64-linux)173Using opentracing 0.5.0174Using thrift 0.15.0175Using jaeger-client 1.1.0176Using pg_query 2.1.3177Using redis 4.4.0178Using gitlab-labkit 0.23.0179Using rubyzip 2.3.2180Using thor 1.1.0181Using tomlrb 2.0.1182Using with_env 1.1.0183Using rexml 3.2.5184Using xml-simple 1.1.9185Using gitlab-license_finder 6.14.2.1186Using gitlab-markup 1.7.1187Using grpc-tools 1.42.0188Using sawyer 0.8.2189Using octokit 4.20.0190Using reverse_markdown 1.4.0191Using licensee 9.15.2192Using method_source 0.9.2193Using msgpack 1.3.3194Using optimist 3.0.1195Using parallel 1.19.2196Using parser 3.0.3.2197Using procto 0.0.3198Using unparser 0.4.7199Using proc_to_ast 0.1.0200Using pry 0.12.2201Using rainbow 3.0.0202Using rbtrace 0.4.14203Using rdoc 6.3.2204Using regexp_parser 1.8.1205Using rspec-support 3.8.0206Using rspec-core 3.8.0207Using rspec-expectations 3.8.3208Using rspec-mocks 3.8.0209Using rspec 3.8.0210Using rspec-parameterized 0.4.2211Using rubocop-ast 0.2.0212Using ruby-progressbar 1.10.1213Using unicode-display_width 1.7.0214Using rubocop 0.86.0215Using sentry-raven 3.0.4216Using timecop 0.9.1217Bundle complete! 22 Gemfile dependencies, 100 gems now installed.218Gems in the groups 'production' and 'development' were not installed.219Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`220Checking gitaly-ruby Gemfile...221Checking gitaly-ruby bundle...222The Gemfile's dependencies are satisfied223Trying to connect to gitaly: ................................................. OK224Trying to connect to gitaly2: ..................................................................... OK225Starting Praefect with in-memory election strategyTrying to connect to praefect: ........ OK226==> 'scripts/gitaly-test-spawn' succeeded in 15 seconds.227$ source ./scripts/rspec_helpers.sh228$ rspec_paralellized_job "--tag ~quarantine --tag ~level:migration"229SKIP_FLAKY_TESTS_AUTOMATICALLY: true230RETRY_FAILED_TESTS_IN_NEW_PROCESS: true231KNAPSACK_GENERATE_REPORT: true232FLAKY_RSPEC_GENERATE_REPORT: true233KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb234KNAPSACK_LOG_LEVEL: debug235KNAPSACK_REPORT_PATH: knapsack/rspec_system_pg12_8_24_report.json236FLAKY_RSPEC_SUITE_REPORT_PATH: rspec/flaky/report-suite.json237FLAKY_RSPEC_REPORT_PATH: rspec/flaky/all_rspec_system_pg12_8_24_report.json238NEW_FLAKY_RSPEC_REPORT_PATH: rspec/flaky/new_rspec_system_pg12_8_24_report.json239SKIPPED_FLAKY_TESTS_REPORT_PATH: rspec/flaky/skipped_flaky_tests_rspec_system_pg12_8_24_report.txt240RETRIED_TESTS_REPORT_PATH: rspec/flaky/retried_tests_rspec_system_pg12_8_24_report.txt241CRYSTALBALL: 242Knapsack report generator started!243Run options: exclude {:quarantine=>true, :level=>"migration"}244Test environment set up in 0.657533065 seconds245Filter issues246Starting the Capybara driver server...247Capybara starting Puma...248* Version 5.6.5 , codename: Birdie's Version249* Min threads: 0, max threads: 4250* Listening on unix:///tmp/20220824-468-kz3rz5251 filters by all available tokens252 filter issues by author253 only author254 filters issues by searched author255 filter issues by assignee256 only assignee257 filters issues by searched assignee258 filters issues by no assignee259 filters issues by invalid assignee (PENDING: to be tested, issue #26546)260 filter by reviewer261 does not allow filtering by reviewer262 filter issues by label263 only label264 filters issues by searched label265 filters issues not containing searched label266 filters issues by any label267 filters issues by no label268 filters issues by multiple labels269 filters issues by multiple labels with not operator270 filters issues by label containing special characters271 filters issues by label not containing special characters272 does not show issues for unused labels273 label with multiple words274 special characters275 single quotes276 double quotes277 single quotes containing double quotes278 double quotes containing single quotes279 multiple labels with other filters280 filters issues by searched label, label2, author, assignee, milestone and text281 filters issues by searched label, label2, author, assignee, not included in a milestone282 issue label clicked283 filters and displays in search bar284 filter issues by milestone285 only milestone286 filters issues by searched milestone287 filters issues by no milestone288 filters issues by upcoming milestones289 filters issues by negation of upcoming milestones290 filters issues by started milestones291 filters issues by negation of started milestones292 filters issues by milestone containing special characters293 filters issues by milestone not containing special characters294 does not show issues for unused milestones295 show issues for unused milestones296 filter issues by text297 only text298 filters issues by searched text299 filters issues by multiple searched text300 filters issues by case insensitive searched text301 filters issues by searched text containing single quotes302 filters issues by searched text containing double quotes303 filters issues by searched text containing special characters304 does not show any issues305 filters issues by issue reference306 searched text with other filters307 filters issues by searched text, author, text, assignee, text, label1, text, label2, text, milestone and text308 sorting309 sorts by created date310 switching issue states311 maintains filter312 URL has a trailing slash313 milestone dropdown loads milestones314 label dropdown load labels315Project316 template317 create with project template318 behaves like creates from template319 is created from template320 is created using keyboard navigation321 create with sample data template322 behaves like creates from template323 is created from template324 is created using keyboard navigation325 shows tip about push to create git command326 shows the command in a popover327 description328 parses Markdown329 passes through html-pipeline330 sanitizes unwanted tags331 permits `rel` attribute on links332 read more333 does not display "read more" link on desktop breakpoint334 displays "read more" link on mobile breakpoint335 page description336 behaves like page meta description337 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown338 project topics339 shows project topics340 shows up to 3 project topics341 copy clone URL to clipboard342 desktop component343 shows on md and larger breakpoints344 mobile component345 shows mobile component on sm and smaller breakpoints346 showing information about source of a project fork347 shows a link to the source project when it is available348 does not contain fork network information for the root project349 does not show the name of the deleted project when the source was deleted350 a fork of a fork351 links to the base project if the source project is removed352 when the project repository is disabled353 does not show an error354 removal355 focuses on the confirmation field356 deletes a project357 tree view (default view is set to Files)358 has working links to files359 has working links to directories360 has working links to submodules361 for signed commit on default branch362 displays a GPG badge363 for subgroups364 renders tree table without errors365 for signed commit366 displays a GPG badge367 activity view368 loads activity369 content is not cached after signing out370 does not load activity371 edit372 behaves like dirty submit form373 disables .js-general-settings-form submit until there are changes on input[name="project[name]"]374 disables .rspec-merge-request-settings submit until there are changes on #project_printing_merge_request_link_enabled375 view for a user without an access to a repo376 does not contain default branch information in its content377 storage_enforcement_banner378 with storage_enforcement_date set379 displays the banner in the project page380 does not display the banner in a paid group project page381 does not display the banner if user has previously closed unless threshold has changed382 when in a subgroup project page383 displays the banner384 when in a user namespace project page385 displays the banner386 with storage_enforcement_date not set387 does not display the banner in the group page388Group integrations389 behaves like integration settings form390 displays all the integrations391Projects > Settings > Repository settings392 for developer393 is not allowed to view394 for maintainer395 shows a disabled mirror396 Deploy tokens397 behaves like a deploy token in settings398 view deploy tokens399 add a new deploy token400 when User#time_display_relative is false401 shows absolute times for expires_at402 Branch rules403 renders branch rules settings404 branch_rules feature flag disabled405 does not render branch rules settings406 Deploy Keys407 get list of keys408 add a new deploy key409 edit an existing deploy key410 edit an existing public deploy key to be writable411 edit a deploy key from projects user has access to412 remove an existing deploy key413 remote mirror settings414 shows push mirror settings415 creates a push mirror that mirrors all branches416 creates a push mirror that only mirrors protected branches417 creates a push mirror that keeps divergent refs418 generates an SSH public key on submission419 when project mirroring is disabled420 hides remote mirror settings421 repository cleanup settings422 uploads an object map file423 with an existing mirror424 delete remote mirrors425 for admin426 when project mirroring is enabled427 shows mirror settings428 when project mirroring is disabled429 shows mirror settings430Labels Hierarchy431 when creating new issuable432 is able to assign ancestor group labels433 issuable sidebar434 on issue sidebar435 behaves like assigning labels from sidebar436 can assign all ancestors labels437 does not find child group labels on dropdown438 issuable filtering439 on project issuable list440 does not filter by descendant group labels441 behaves like filtering by ancestor labels for projects442 filters by ancestor labels443 does not filter by descendant group labels444 on group issuable list445 behaves like filtering by ancestor labels for groups446 filters by ancestors and current group labels447 filters by descendant group labels448 does not filter by descendant group project labels449Issue Boards new issue450 authorized user451 displays new issue button452 does not display new issue button in closed list453 shows form when clicking button454 hides form when clicking cancel455 creates new issue, places it on top of the list, and opens sidebar456 successfuly loads labels to be added to newly created issue457 allows creating an issue in newly created list458 unauthorized user459 does not display new issue button in open list460 does not display new issue button in label list461 group boards462 for unauthorized users463 when backlog does not exist464 does not display new issue button in label list465 when backlog list already exists466 does not display new issue button in open list467 does not display new issue button in label list468 for authorized users469 when backlog does not exist470 display new issue button in label list471 project select dropdown472 lists a project which is a direct descendant of the top-level group473 lists a project that belongs to a subgroup474 does not list projects to which user doesn't have access475Merge request > User creates image diff notes476 create commit diff notes477 create a new diff note478 shows indicator and avatar badges, and allows collapsing/expanding the discussion notes479 render commit diff notes480 render diff indicators within the image diff frame, diff notes, and avatar badge numbers481 inline view482 when images are stored in LFS483 shows lfs badges484 parallel view485 when images are stored in LFS486 shows lfs badges487 discussion tab polling488 render diff indicators within the image frame489 changes tab image diff490 onion skin491 behaves like onion skin492 resets opacity when toggling between view modes493 image view modes494 onion skin495 resizes image496 behaves like onion skin497 resets opacity when toggling between view modes498 swipe view499 behaves like swipe view500 moves the swipe handle501 shows both images at the same position502Projects members503 with a group invitee504 does not appear in the project members page505 with a group506 shows group and project members by default507 shows project members only if requested508 shows group members only if requested509 with a group, a project invitee, and a project requester510 shows the group owner511 shows the project developer512 shows the project invitee513 shows the project requester514 with a group requester515 does not appear in the project members page516 showing status of members517 shows the status518User edits Release519 renders the breadcrumbs520 renders the edit Release form521 does not update the Release when "Cancel" is clicked522 updates the Release when "Save changes" is clicked523 does not affect the asset link524 redirects to the previous page when "Cancel" is clicked when the url includes a back_url query parameter525 redirects to the main Releases page when "Cancel" is clicked when the url does not include a back_url query parameter526 redirects to the dedicated Release page when "Save changes" is clicked527Comments on personal snippets528 when viewing the snippet detail page529 contains notes for a snippet with correct action icons530 shows the status of a note author531 shows the author name532 when submitting a note533 shows a valid form534 previews a note535 creates a note536 does not have autocomplete537 behaves like personal snippet with references538 when using references to resources539 behaves like handles resource links540 with access to the resource541 converts the reference to a link542 without access to the resource543 does not convert the reference to a link544 when using links to resources545 behaves like handles resource links546 with access to the resource547 converts the reference to a link548 without access to the resource549 does not convert the reference to a link550 when editing a note551 changes the text552 when deleting a note553 removes the note from the snippet detail page554Dashboard Issues filtering555 without any filter556 shows error message557 filtering by milestone558 shows all issues with no milestone559 shows all issues with the selected milestone560 updates atom feed link561 filtering by label562 shows all issues with the selected label563 sorting564 remembers last sorting value565 keeps sorting issues after visiting Projects Issues page566Projects > Snippets > User comments on a snippet567 leaves a comment on a snippet568 has autocomplete569 has zen mode570Users > Terms571 shows the terms572 does not show buttons to accept, decline or sign out573 when user is a project bot574 auto accepts the terms575 when signed in576 declining the terms577 returns the user to the app578 accepting the terms579 returns the user to the app580 when the user has already accepted the terms581 allows the user to continue to the app582 terms were enforced while session is active583 redirects to terms and back to where the user was going584 redirects back to the page the user was trying to save (PENDING: Temporarily skipped with xit)585 when the terms are enforced586 signing out587 allows the user to sign out without a response588Profile account page589 allows resetting of feed token590 allows resetting of incoming email token591 when I delete my account592 is expected to have text "Delete account"593 does not immediately delete the account594 deletes user595 shows invalid password flash message596 does not show delete button when user owns a group597 when I change my username598 changes my username599Projects > Settings > User manages project members600 cancels a team member601 imports a team from another project602 shows all members of project shared group603Projects > Snippets > Create Snippet604 shows collapsible description input605 creates a new snippet606 uploads a file when dragging into textarea607 when the git operation fails608 renders the new page and displays the error609Populate new pipeline CI variables with url params610 var[key1]=value1 populates env_var variable correctly611 file_var[key2]=value2 populates file variable correctly612Projects > Activity > User sees design Activity613 the project is public614 behaves like being able to see design activity615 shows the design comment action in the activity page616 allows filtering out the design events617 allows filtering in the design events618 the project is private619 behaves like being able to see design activity620 shows the design comment action in the activity page621 allows filtering out the design events622 allows filtering in the design events623Search for labels624 searches for label by title625 searches for label by description626 shows nothing found message627Projects > Files > Find file keyboard shortcuts628 opens file when pressing enter key629 navigates files with arrow keys630Dropdown author631 behavior632 loads all the authors when opened633 shows current user at top of dropdown634 selecting from dropdown without Ajax call635 selects current user636Internal Snippets637 normal user638 sees internal snippets639 sees raw internal snippets640Project Commits RSS641 when signed in642 behaves like it has an RSS button with current_user's feed token643 shows the RSS button with current_user's feed token644 behaves like an autodiscoverable RSS feed with current_user's feed token645 has an RSS autodiscovery link tag with current_user's feed token646 when signed out647 behaves like it has an RSS button without a feed token648 shows the RSS button without a feed token649 behaves like an autodiscoverable RSS feed without a feed token650 has an RSS autodiscovery link tag without a feed token651Subgroup Issuables652 shows the full subgroup title when issues index page is empty653 shows the full subgroup title when merge requests index page is empty654Merge requests > User merges immediately655 when there is active pipeline for merge request656 enables merge immediately657Projects > Activity > User sees activity658 shows the last push in the activity page659 allows to filter event with the "event_filter=issue" URL param660Gitlab::Experiment661 with event tracking662 publishes the experiments that have been run to the client663User views tag664 when user views with the tag665 behaves like shows tag666 is expected to have visible link "ReleaseName" with href "/namespace156/project179/-/releases/stable"667 when tag name contains a slash668 behaves like shows tag669 is expected to have visible link "ReleaseName" with href "/namespace157/project180/-/releases/stable%2Fv0.1"670Projects > Files > User views files page671 user sees folders and submodules sorted together, followed by files672Topic show page673 when topic does not exist674 renders 404675 when topic exists676 shows title, avatar and description as markdown677 with associated projects678 shows project list679 without associated projects680 shows correct empty state message681Upload a design through graphQL682 behaves like handling file uploads683 with object storage disabled684 behaves like for a design upload through graphQL685 creates proper objects686 is expected to eq 200687Upload ci artifact688 behaves like handling file uploads689 with object storage disabled690 behaves like for ci artifact691 is expected to change `::Ci::JobArtifact.count` by 2692 is expected to eq 201693Graphql known operations694 collects known Graphql operations from the code695snippet editor with spam696 when SpamVerdictService requires recaptcha697 when allow_possible_spam feature flag is false698 behaves like does not allow creation699 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)700 when allow_possible_spam feature flag is true701 behaves like solve reCAPTCHA702 creates a snippet after solving reCAPTCHA (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)703 when SpamVerdictService disallows704 when allow_possible_spam feature flag is false705 behaves like does not allow creation706 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)707 when allow_possible_spam feature flag is true708 behaves like does not allow creation709 rejects creation of the snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)710 when SpamVerdictService allows711 creates a snippet (PENDING: Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722)712Knapsack report was generated. Preview:713{714 "spec/features/issues/filtered_search/filter_issues_spec.rb": 395.707195339,715 "spec/features/projects_spec.rb": 187.164261593,716 "spec/features/groups/integrations/group_integrations_spec.rb": 153.77711471700013,717 "spec/features/projects/settings/repository_settings_spec.rb": 105.12770639700011,718 "spec/features/labels_hierarchy_spec.rb": 78.06545780500028,719 "spec/features/boards/new_issue_spec.rb": 71.02291182699992,720 "spec/features/merge_request/user_creates_image_diff_notes_spec.rb": 64.39316250000002,721 "spec/features/projects/members/group_members_spec.rb": 46.45076599899994,722 "spec/features/projects/releases/user_views_edit_release_spec.rb": 45.1823950779999,723 "spec/features/snippets/notes_on_personal_snippets_spec.rb": 47.62728279200019,724 "spec/features/dashboard/issues_filter_spec.rb": 39.36274212200033,725 "spec/features/projects/snippets/user_comments_on_snippet_spec.rb": 42.78844216000016,726 "spec/features/users/terms_spec.rb": 28.82387657199979,727 "spec/features/profile_spec.rb": 29.246872884999902,728 "spec/features/projects/settings/user_manages_project_members_spec.rb": 23.93157443300015,729 "spec/features/projects/snippets/create_snippet_spec.rb": 23.764673209999728,730 "spec/features/populate_new_pipeline_vars_with_params_spec.rb": 19.416344086999743,731 "spec/features/projects/activity/user_sees_design_activity_spec.rb": 19.27013705399986,732 "spec/features/groups/labels/search_labels_spec.rb": 13.743595711000125,733 "spec/features/projects/files/find_file_keyboard_spec.rb": 14.556572070999664,734 "spec/features/issues/filtered_search/dropdown_author_spec.rb": 13.101536507000219,735 "spec/features/snippets/internal_snippet_spec.rb": 10.676370326000324,736 "spec/features/projects/commits/rss_spec.rb": 12.150118709999788,737 "spec/features/projects/sub_group_issuables_spec.rb": 8.247849126999881,738 "spec/features/merge_request/user_merges_immediately_spec.rb": 10.757752470000014,739 "spec/features/projects/activity/user_sees_activity_spec.rb": 7.474340953000137,740 "spec/features/gitlab_experiments_spec.rb": 6.245210328000212,741 "spec/features/projects/tags/user_views_tag_spec.rb": 5.306350844999997,742 "spec/features/projects/files/files_sort_submodules_with_folders_spec.rb": 5.5380251369997495,743 "spec/features/topic_show_spec.rb": 1.9837689890000547,744 "spec/features/file_uploads/graphql_add_design_spec.rb": 1.9989462490002552,745 "spec/features/file_uploads/ci_artifact_spec.rb": 2.4634051990001353,746 "spec/features/graphql_known_operations_spec.rb": 0.33881663500005743747}748Knapsack global time execution for tests: 25m 35s749Pending: (Failures listed here are expected and do not affect your suite's status)750 1) Filter issues filter issues by assignee only assignee filters issues by invalid assignee751 # to be tested, issue #26546752 # ./spec/features/issues/filtered_search/filter_issues_spec.rb:103753 2) Users > Terms when signed in terms were enforced while session is active redirects back to the page the user was trying to save754 # Temporarily skipped with xit755 # ./spec/features/users/terms_spec.rb:116756 3) 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 snippet757 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722758 # ./spec/features/snippets/spam_snippets_spec.rb:59759 4) 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 reCAPTCHA760 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722761 # ./spec/features/snippets/spam_snippets_spec.rb:44762 5) 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 snippet763 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722764 # ./spec/features/snippets/spam_snippets_spec.rb:59765 6) 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 snippet766 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722767 # ./spec/features/snippets/spam_snippets_spec.rb:59768 7) snippet editor with spam when SpamVerdictService allows creates a snippet769 # Will be handled in https://gitlab.com/gitlab-org/gitlab/-/issues/217722770 # ./spec/features/snippets/spam_snippets_spec.rb:116771Finished in 25 minutes 40 seconds (files took 1 minute 36.25 seconds to load)772255 examples, 0 failures, 7 pending773Failed to write to log, write log/workhorse-test.log: file already closed774RSpec exited with 0.775No examples to retry, congrats!777Not uploading cache ruby-gems-debian-bullseye-ruby-2.7-14 due to policy778Not uploading cache gitaly-ruby-gems-debian-bullseye-ruby-2.7-14 due to policy780Uploading artifacts...781coverage/: found 5 matching files and directories 782crystalball/: found 2 matching files and directories 783WARNING: deprecations/: no matching files. Ensure that the artifact path is relative to the working directory 784knapsack/: found 3 matching files and directories 785rspec/: found 8 matching files and directories 786WARNING: tmp/capybara/: no matching files. Ensure that the artifact path is relative to the working directory 787log/*.log: found 18 matching files and directories 788WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2929379575/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com789WARNING: Retrying... context=artifacts-uploader error=request redirected790Uploading artifacts as "archive" to coordinator... 201 Created id=2929379575 responseStatus=201 Created token=xSrzZy6Y791Uploading artifacts...792rspec/junit_rspec.xml: found 1 matching files and directories 793WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2929379575/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com794WARNING: Retrying... context=artifacts-uploader error=request redirected795Uploading artifacts as "junit" to coordinator... 201 Created id=2929379575 responseStatus=201 Created token=xSrzZy6Y797Job succeeded