Changes between Initial Version and Version 1 of Ticket #33968, comment 33
- Timestamp:
- 10/14/2015 06:28:29 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33968, comment 33
initial v1 1 1 Some performance breakdown on individual tests: https://gist.github.com/ocean90/9ef0f64955ef9df2304f. 2 3 Per https://wordpress.slack.com/archives/core/p1444771474003408, XML-RPC tests should probably be excluded from normal runs and moved to a separate group. 2 4 3 5 `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. 4 6 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.