← r62777: 97b5a75246 Query: Force `author__not_in` values to be integers
Failed
Environment
| Host |
Pantheon |
| Test Date |
2026-07-17 16:48 |
| Execution Time |
14m 8s |
| 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.5.8 |
| 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 8.0.46-37 for Linux on x86_64 (Percona Server A server is a piece of computer hardware or software that provides functionality for other programs or devices. Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers. (GPL GPL is an acronym for GNU Public License. It is the standard license WordPress uses for Open Source licensing. The GPL is a "copyleft" license. This means that derivative work can only be distributed under the same license terms. This is in distinction to permissive free software licenses, of which the BSD license and the MIT License are widely used examples.) |
| Extensions |
bcmath (8.5.8), ctype (8.5.8), curl (8.5.8), date (8.5.8), dom (20031129), exif (8.5.8), fileinfo (8.5.8), 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.5.8), ftp (8.5.8), gd (8.5.8), gettext (8.5.8), hash (8.5.8), iconv (8.5.8), imagick (7.1.2), imap (1.0.3), intl (8.5.8), 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.5.8), libxml (8.5.8), mbstring (8.5.8), mysqli (8.5.8), mysqlnd (mysqlnd 8.5.8), openssl (8.5.8), pcre (8.5.8), pdo_mysql (8.5.8), soap (8.5.8), sockets (8.5.8), sodium (8.5.8), xml (8.5.8), xmlreader (8.5.8), zip (1.22.8), zlib (8.5.8), curl (7.88.1 OpenSSL/3.0.20 1.2.13), imagemagick (7.1.2-7), openssl (3.0.20 7 Apr 2026 (Library: 3.0.20 7 Apr 2026)) |
Errors/Failures
Tests_DB_Charset::test_set_charset_changes_the_connection_collation
Tests_DB_Charset::test_set_charset_changes_the_connection_collation
Collation should be set to utf8_general_ci.
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'utf8_general_ci'
+'utf8mb3_general_ci'
/code/WPT_PHPUNIT/tests/phpunit/tests/db/charset.php:1165
Tests_DB_Charset::test_strip_invalid_text::test_strip_invalid_text with data set #41
Tests_DB_Charset::test_strip_invalid_text with data set #41 (array(array('big5', 'a?@ba?@ba?@ba?@ba?@ba?@ba?@ba...@ba?@b', array('byte', 10))), array(array('big5', 'a?@ba?@ba', array('byte', 10))), 'big5_byte_length')
big5_byte_length
Failed asserting that two arrays are identical.
--- Expected
+++ Actual
@@ @@
Array &0 (
0 => Array &1 (
'charset' => 'big5'
- 'value' => 'a?@ba?@ba'
+ 'value' => 'a?@ba?@ba?'
'length' => Array &2 (
'type' => 'byte'
'length' => 10
/code/WPT_PHPUNIT/tests/phpunit/tests/db/charset.php:539
Tests_DB_Charset::test_get_column_charset::test_get_column_charset with data set #5
Tests_DB_Charset::test_get_column_charset with data set #5 ('DROP TABLE IF EXISTS test_get...rset_5', 'CREATE TABLE test_get_column_...8mb3 )', 'test_get_column_charset_5', array('utf8', 'utf8'))
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'utf8'
+'utf8mb3'
/code/WPT_PHPUNIT/tests/phpunit/tests/db/charset.php:839
Tests_DB_Charset::test_get_column_charset::test_get_column_charset with data set #6
Tests_DB_Charset::test_get_column_charset with data set #6 ('DROP TABLE IF EXISTS test_get...rset_6', 'CREATE TABLE test_get_column_...8mb4 )', 'test_get_column_charset_6', array('utf8', 'utf8mb4'))
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'utf8'
+'utf8mb3'
/code/WPT_PHPUNIT/tests/phpunit/tests/db/charset.php:839