← r54815: Filesystem: Return FTP/FTP Sockets `exists()` methods to a previous state.

Failed

Environment

Host WPMU DEV
PHPPHP 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 7.4.32
DatabaseDatabase 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 mysqlMySQL 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.3.36-MariaDBMariaDB 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 (7.4.32), curl (7.4.32), filterFilter 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. (7.4.32), gd (7.4.32), mcrypt (1.0.4), mysqli (7.4.32), imagick (3.7.0), pcre (7.4.32), xml (7.4.32), xmlreader (7.4.32), zlib (7.4.32), curl (7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1 zlib/1.2.11 libidn2/2.3.0 libpsl/0.19.1 (+libidn2/2.0.4) nghttp2/1.30.0 librtmp/2.3), ghostscript (9.26), imagemagick (6.9.7-4), openssl (1.1.1 11 Sep 2018)

Errors/Failures

Tests_Admin_wpSiteHealth::test_object_cache_thresholds::test_object_cache_thresholds with data set #3

Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3 ('options_count', 100)
Failed asserting that false is true.

/site/public_html/wp-test-runner/tests/phpunit/tests/admin/wpSiteHealth.php:481

Tests_Query_FieldsClause::test_should_limit_fields_to_id_and_parent_subset

Tests_Query_FieldsClause::test_should_limit_fields_to_id_and_parent_subset
Posts property for first query is not of expected form.
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
     0 => stdClass Object (
-        'ID' => 36019
+        'ID' => 36015
         'post_parent' => 0
     )
     1 => stdClass Object (
-        'ID' => 36018
+        'ID' => 36016
         'post_parent' => 0
     )
     2 => stdClass Object (...)
     3 => stdClass Object (
-        'ID' => 36016
+        'ID' => 36018
         'post_parent' => 0
     )
     4 => stdClass Object (
-        'ID' => 36015
+        'ID' => 36019
         'post_parent' => 0
     )
 )

/site/public_html/wp-test-runner/tests/phpunit/tests/query/fieldsClause.php:67
/site/public_html/wp-test-runner/vendor/phpunit/phpunit/phpunit:98

Tests_Query_FieldsClause::test_should_include_filtered_values_in_addition_to_id_and_parent_subset

Tests_Query_FieldsClause::test_should_include_filtered_values_in_addition_to_id_and_parent_subset
Posts property for first query is not of expected form.
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
     0 => stdClass Object (
-        'ID' => 36019
+        'ID' => 36015
         'post_parent' => 0
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
     1 => stdClass Object (
-        'ID' => 36018
+        'ID' => 36016
         'post_parent' => 0
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
     2 => stdClass Object (...)
     3 => stdClass Object (
-        'ID' => 36016
+        'ID' => 36018
         'post_parent' => 0
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
     4 => stdClass Object (
-        'ID' => 36015
+        'ID' => 36019
         'post_parent' => 0
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
 )

/site/public_html/wp-test-runner/tests/phpunit/tests/query/fieldsClause.php:154
/site/public_html/wp-test-runner/vendor/phpunit/phpunit/phpunit:98

Tests_Query_FieldsClause::test_should_include_filtered_values

Tests_Query_FieldsClause::test_should_include_filtered_values
Posts property for first query is not of expected form.
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
 Array (
     0 => WP_Post Object (
-        'ID' => 36019
+        'ID' => 36015
         'post_author' => '0'
         'post_date' => '2022-11-11 16:10:49'
         'post_date_gmt' => '2022-11-11 16:10:49'
-        'post_content' => 'Post content 0006693'
-        'post_title' => 'Post title 0006693'
-        'post_excerpt' => 'Post excerpt 0006693'
+        'post_content' => 'Post content 0006689'
+        'post_title' => 'Post title 0006689'
+        'post_excerpt' => 'Post excerpt 0006689'
         'post_status' => 'publish'
         'comment_status' => 'closed'
         'ping_status' => 'closed'
         'post_password' => ''
-        'post_name' => 'post-title-0006693'
+        'post_name' => 'post-title-0006689'
         'to_ping' => ''
         'pinged' => ''
         'post_modified' => '2022-11-11 16:10:49'
@@ @@
         'post_modified_gmt' => '2022-11-11 16:10:49'
         'post_content_filtered' => ''
         'post_parent' => 0
-        'guid' => 'http://example.org/?wptests_pt=post-title-0006693'
+        'guid' => 'http://example.org/?wptests_pt=post-title-0006689'
         'menu_order' => 0
         'post_type' => 'wptests_pt'
         'post_mime_type' => ''
         'comment_count' => '0'
         'filter' => 'raw'
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
     1 => WP_Post Object (
-        'ID' => 36018
+        'ID' => 36016
         'post_author' => '0'
         'post_date' => '2022-11-11 16:10:49'
         'post_date_gmt' => '2022-11-11 16:10:49'
-        'post_content' => 'Post content 0006692'
-        'post_title' => 'Post title 0006692'
-        'post_excerpt' => 'Post excerpt 0006692'
+        'post_content' => 'Post content 0006690'
+        'post_title' => 'Post title 0006690'
+        'post_excerpt' => 'Post excerpt 0006690'
         'post_status' => 'publish'
         'comment_status' => 'closed'
         'ping_status' => 'closed'
         'post_password' => ''
-        'post_name' => 'post-title-0006692'
+        'post_name' => 'post-title-0006690'
         'to_ping' => ''
         'pinged' => ''
         'post_modified' => '2022-11-11 16:10:49'
@@ @@
         'post_modified_gmt' => '2022-11-11 16:10:49'
         'post_content_filtered' => ''
         'post_parent' => 0
-        'guid' => 'http://example.org/?wptests_pt=post-title-0006692'
+        'guid' => 'http://example.org/?wptests_pt=post-title-0006690'
         'menu_order' => 0
         'post_type' => 'wptests_pt'
         'post_mime_type' => ''
         'comment_count' => '0'
         'filter' => 'raw'
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
     2 => WP_Post Object (...)
     3 => WP_Post Object (
-        'ID' => 36016
+        'ID' => 36018
         'post_author' => '0'
         'post_date' => '2022-11-11 16:10:49'
         'post_date_gmt' => '2022-11-11 16:10:49'
-        'post_content' => 'Post content 0006690'
-        'post_title' => 'Post title 0006690'
-        'post_excerpt' => 'Post excerpt 0006690'
+        'post_content' => 'Post content 0006692'
+        'post_title' => 'Post title 0006692'
+        'post_excerpt' => 'Post excerpt 0006692'
         'post_status' => 'publish'
         'comment_status' => 'closed'
         'ping_status' => 'closed'
         'post_password' => ''
-        'post_name' => 'post-title-0006690'
+        'post_name' => 'post-title-0006692'
         'to_ping' => ''
         'pinged' => ''
         'post_modified' => '2022-11-11 16:10:49'
@@ @@
         'post_modified_gmt' => '2022-11-11 16:10:49'
         'post_content_filtered' => ''
         'post_parent' => 0
-        'guid' => 'http://example.org/?wptests_pt=post-title-0006690'
+        'guid' => 'http://example.org/?wptests_pt=post-title-0006692'
         'menu_order' => 0
         'post_type' => 'wptests_pt'
         'post_mime_type' => ''
         'comment_count' => '0'
         'filter' => 'raw'
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
     4 => WP_Post Object (
-        'ID' => 36015
+        'ID' => 36019
         'post_author' => '0'
         'post_date' => '2022-11-11 16:10:49'
         'post_date_gmt' => '2022-11-11 16:10:49'
-        'post_content' => 'Post content 0006689'
-        'post_title' => 'Post title 0006689'
-        'post_excerpt' => 'Post excerpt 0006689'
+        'post_content' => 'Post content 0006693'
+        'post_title' => 'Post title 0006693'
+        'post_excerpt' => 'Post excerpt 0006693'
         'post_status' => 'publish'
         'comment_status' => 'closed'
         'ping_status' => 'closed'
         'post_password' => ''
-        'post_name' => 'post-title-0006689'
+        'post_name' => 'post-title-0006693'
         'to_ping' => ''
         'pinged' => ''
         'post_modified' => '2022-11-11 16:10:49'
@@ @@
         'post_modified_gmt' => '2022-11-11 16:10:49'
         'post_content_filtered' => ''
         'post_parent' => 0
-        'guid' => 'http://example.org/?wptests_pt=post-title-0006689'
+        'guid' => 'http://example.org/?wptests_pt=post-title-0006693'
         'menu_order' => 0
         'post_type' => 'wptests_pt'
         'post_mime_type' => ''
         'comment_count' => '0'
         'filter' => 'raw'
-        'test_post_fields' => 1
-        'test_post_clauses' => 2
+        'test_post_fields' => '1'
+        'test_post_clauses' => '2'
     )
 )

/site/public_html/wp-test-runner/tests/phpunit/tests/query/fieldsClause.php:213
/site/public_html/wp-test-runner/vendor/phpunit/phpunit/phpunit:98