← r60086: Build/Test Tools: Apply one missed action update.
Failed
Environment
Host |
WPMU DEV |
Test Date |
2025-03-25 15:19 |
Execution Time |
9m 3s |
Environment Name |
Unknown |
PHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. Version |
PHP 8.2.28 |
Database A database is an organized collection of data. Access to this data is usually provided by a "database management system" (DBMS) consisting of an integrated set of computer software that allows users to interact with one or more databases and provides access to all of the data contained in the database. Because of the close relationship between them, the term "database" is often used casually to refer to both a database and the DBMS used to manipulate it. Version |
mysql MySQL is an open-source relational database management system (RDBMS). MySQL is free and open-source software under the terms of the GNU General Public License. Ver 15.1 Distrib 10.6.18-MariaDB MariaDB is a fork of the MySQL relational database management system (RDBMS), intended to remain free and open-source software under the GNU General Public License. MariaDB intended to maintain high compatibility with MySQL, ensuring a drop-in replacement capability with library binary parity and exact matching with MySQL APIs and commands. |
Extensions |
bcmath (8.2.28), ctype (8.2.28), curl (8.2.28), date (8.2.28), dom (20031129), exif (8.2.28), fileinfo (8.2.28), filter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. (8.2.28), ftp (8.2.28), gd (8.2.28), gettext (8.2.28), hash (8.2.28), iconv (8.2.28), imagick (3.7.0), imap (8.2.28), intl (8.2.28), json JavaScript Object Notation (JSON) is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types. It is a very common data format, with a diverse range of applications, such as serving as a replacement for XML in AJAX systems. (8.2.28), libxml (8.2.28), mbstring (8.2.28), mcrypt (1.0.6), mysqli (8.2.28), mysqlnd (mysqlnd 8.2.28), openssl (8.2.28), pcre (8.2.28), pdo_mysql (8.2.28), soap (8.2.28), sockets (8.2.28), sodium (8.2.28), xml (8.2.28), xmlreader (8.2.28), zip (1.21.1), zlib (8.2.28), curl (7.81.0 OpenSSL/3.0.2 1.2.11), imagemagick (6.9.11-60), openssl (3.0.2 15 Mar 2022 (Library: 3.0.2 15 Mar 2022)) |
Errors/Failures
WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests::test_get_items_only_fetches_ids_for_head_requests with data set "HEAD request"
WP_Test_REST_Users_Controller::test_get_items_only_fetches_ids_for_head_requests with data set "HEAD request" ('HEAD')
The SQL query does not match the expected string.
Failed asserting that 'SELECT SQL_CALC_FOUND_ROWS phpunit_users.IDn
FROM phpunit_usersn
WHERE 1=1 AND phpunit_users.ID IN ( SELECT DISTINCT phpunit_posts.post_author FROM phpunit_posts WHERE phpunit_posts.post_status = 'publish' AND phpunit_posts.post_type IN ( 'post', 'page', 'attachment', 'nav_menu_item', 'wp_block', 'wp_template', 'wp_template_part', 'wp_global_styles', 'wp_navigation', 'wp_font_family', 'wp_font_face', 'r_true_p_true', 'r_true_p_false' ) )n
ORDER BY display_name ASCn
LIMIT 0, 10' matches PCRE pattern "/SELECT SQL_CALC_FOUND_ROWS wptests_users.IDns+FROMs+phpunit_users/is".
/var/www/wp-phpunit-tests/wp-test-runner/tests/phpunit/tests/rest-api/rest-users-controller.php:3306
/var/www/wp-phpunit-tests/wp-test-runner/vendor/phpunit/phpunit/phpunit:107