Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33968, comment 33


Ignore:
Timestamp:
10/14/2015 06:28:29 AM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33968, comment 33

    initial v1  
    11Some performance breakdown on individual tests: https://gist.github.com/ocean90/9ef0f64955ef9df2304f.
     2
     3Per https://wordpress.slack.com/archives/core/p1444771474003408, XML-RPC tests should probably be excluded from normal runs and moved to a separate group.
    24
    35`phpunit --exclude-group xmlrpc` doesn't work as expected, it causes a bunch of errors and fails with a "Database is dead" message, see #34185.
    46
    5 However, excluding them in the config file, if we want to do that, seems to work.
    6 
    7 [attachment:33968.patch] excludes XML-RPC tests from normal runs and moves them to a separate group.
     7[attachment:33968.patch], however, seems to work if we want to do that.