You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) CacheTest::test_redis_reload_force_cache_flush
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'WP Redis: Redis server went away'
+''
In f638c97, I skipped a couple of tests that fail in PHP 7.
Example failed build https://travis-ci.org/pantheon-systems/wp-redis/builds/202458492
PHP 7.1
PHP 7.0
It seems like the source of these errors is in the underlying phpredis library.
I wasn't able to reproduce the PHP 7.0 error locally until I updated to phpredis 3.1.1 (https://github.com/Homebrew/homebrew-php/pull/3997), then I tried fixing it with 21963e4 which resulted in segfaults on Travis.
The text was updated successfully, but these errors were encountered: