Open marczych opened 9 years ago
I think I'm also seeing this issue with hhvm 3.13.1
1) JCacheStorageMemcachedTest::testCacheTimeout
Initial Store Failed
Failed asserting that false is true.
/tests/unit/core/case/cache.php:114
2) JCacheStorageMemcachedTest::testCacheRemove
Initial Store Failed
Failed asserting that false is true.
/tests/unit/core/case/cache.php:128
3) JCacheStorageMemcachedTest::testCacheClearGroup
Initial Store Failed
Failed asserting that false is true.
/tests/unit/core/case/cache.php:140
4) JCacheStorageMemcachedTest::testCacheClearNotGroup
Initial Store Failed
Failed asserting that false is true.
/tests/unit/core/case/cache.php:154
I found a PHP5 incompatibility when writing tests for a caching library and boiled it down to this test:
Both of the
Memcached
options are required to make it fail as well as theget
andset
immediately prior.