[wp-trac] [WordPress Trac] #33968: Improve performance of Unit Tests for 4.4
WordPress Trac
noreply at wordpress.org
Wed Oct 21 03:17:38 UTC 2015
#33968: Improve performance of Unit Tests for 4.4
------------------------------+-----------------------
Reporter: jorbin | Owner: jorbin
Type: defect (bug) | Status: assigned
Priority: normal | Milestone: 4.4
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------+-----------------------
Comment (by wonderboymusic):
In [changeset:"35311"]:
{{{
#!CommitTicketReference repository="" revision="35311"
AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to
run? They all eventually call `do_action( 'admin_init' )`, which has
`_maybe_update_core`, `_maybe_update_plugins`, and `_maybe_update_themes`
hooked to it. REMOVE THEM, and AJAX unit tests run like the wind.
`Tests_Ajax_Response` is still slow.
See #30017, #33968.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33968#comment:82>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list