[wp-trac] [WordPress Trac] #30017: Many automated tests are unnecessarily slow
WordPress Trac
noreply at wordpress.org
Wed Oct 21 03:17:39 UTC 2015
#30017: Many automated tests are unnecessarily slow
------------------------------+--------------------------
Reporter: boonebgorges | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 4.4
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: | Focuses: performance
------------------------------+--------------------------
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/30017#comment:55>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list