Problem/Motivation

This is a lot faster than it would have been as a functional test, but it's still relatively slow compared to other kernel tests.

Additionally now that we're progressing with #3582242: Convert functional tests with suitably simple HTTP requests to kernel tests we're adding kernel tests fairly rapidly, so should increase concurrency/cpu a bit to keep up.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3588507

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

catch created an issue. See original summary.

catch’s picture

Status: Active » Needs review

Example of this being the last test to finish:

   4.657s Drupal\Tests\views\Kernel\Handler\FilterBooleanOperatorGroupTest          1 passed
   3.455s Drupal\Tests\workspaces\Kernel\WorkspaceEntityDeleteTest                  1 passed
   4.524s Drupal\Tests\views\Kernel\Handler\SortTranslationTest                     1 passed
   4.495s Drupal\Tests\views\Kernel\Plugin\RssFieldsTest                            1 passed
   3.932s Drupal\Tests\workspaces\Kernel\WorkspaceMergerTest                        1 passed
  25.254s Drupal\Tests\help\Kernel\HelpTopicsSyntaxTest                             1 passed
Wall time: 3 min 54 sec
Total time:  1 hour 15 min

https://git.drupalcode.org/project/drupal/-/jobs/9678863

catch’s picture

Title: Add #slow to HelpTopicsSyntaxTest » Add #slow to HelpTopicsSyntaxTest and increase concurrency/CPU a bitr.
Issue summary: View changes
longwave’s picture

Title: Add #slow to HelpTopicsSyntaxTest and increase concurrency/CPU a bitr. » Add #slow to HelpTopicsSyntaxTest and increase concurrency/CPU a bit.
Status: Needs review » Fixed

Trivial change, let's just do it.

Committed and pushed 0603b400a8a to main. Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • longwave committed 0603b400 on main
    test: #3588507 Add #slow to HelpTopicsSyntaxTest and increase...
catch’s picture

Issue summary: View changes