[wp-trac] [WordPress Trac] #64142: Transients not get created or deleted since 4.9-beta
WordPress Trac
noreply at wordpress.org
Thu Oct 23 02:37:30 UTC 2025
#64142: Transients not get created or deleted since 4.9-beta
--------------------------+-----------------------------
Reporter: nico23 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Cache API | Version: trunk
Severity: normal | Keywords:
Focuses: tests |
--------------------------+-----------------------------
I always have my GitHub actions run against the latest WP beta and RC
version and since 4.9-beta1 this test fails:
https://github.com/nextgenthemes/advanced-responsive-video-
embedder/blob/master/tests/tests-admin-fn-admin.php
{{{
1) Nextgenthemes\ARVE\Tests_Admin::test_transient_deletion
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'Deleted 2 transients.'
+'Deleted 1 transients.'
}}}
The function is here: https://github.com/nextgenthemes/advanced-
responsive-video-embedder/blob/master/php/fn-cache.php#L171
Always passed the tests with every older WP version I tested this.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64142>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list