Problem/Motivation

One of the slowest functional tests, we can combine some test methods to cut the setup time a bit.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3613063

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

Issue summary: View changes
Status: Active » Needs review

HEAD:

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

243.786s Drupal\Tests\workspaces\Functional\WorkspaceTest                          9 passed

vs. https://git.drupalcode.org/project/drupal/-/jobs/11157323

 46.733s Drupal\Tests\jsonapi\Functional\WorkspaceTest                             6 passed

I'm pretty sure the difference in time is due to different runners though rather than the MR.

smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Seems like a good update to me. No comment.

godotislate’s picture

Version: main » 11.x-dev
Status: Reviewed & tested by the community » Fixed

Committed and pushed 219393a to main and 3bf957d to 11.x. 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.

  • godotislate committed 3bf957d4 on 11.x
    task: #3613063 Consolidate methods in WorkspaceTest
    
    By: catch
    (cherry...

  • godotislate committed 219393a0 on main
    task: #3613063 Consolidate methods in WorkspaceTest
    
    By: catch