Problem/Motivation
After #3572280: Remove Migrate Drupal we have a lot less kernel tests to run.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3576180
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:
- 3576180-tweak-kernel-test
changes, plain diff MR !14964
Comments
Comment #2
catchPostponed on #3572280: Remove Migrate Drupal
Comment #3
catchNo longer postponed.
Comment #5
mondrakeLGTM
Comment #6
catchI've been seeing a lot of very slow pipelines recently, but if you look at https://git.drupalcode.org/project/drupal/-/pipelines/758280/builds you can see that while the Kernel jobs take about 5 minutes, functional and functional js jobs take about 10 minutes, so this definitely doesn't turn kernel tests into a problem on the slower runs. On faster runs I'd hope it also doesn't turn them into a problem but we'd actually need to get one to find out.
Comment #7
longwaveThese two might help a bit with overall functional test times:
#3572055: Fix skip for unsupported methods on REST tests
#3575888: Combine HTTP method tests in EntityResourceTestBase
Comment #8
longwaveCommitted and pushed 589e3dd712a to main. Thanks!