Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redis is valid for hhvm #10384

Merged
merged 1 commit into from
May 10, 2016
Merged

redis is valid for hhvm #10384

merged 1 commit into from
May 10, 2016

Conversation

photodude
Copy link
Contributor

@photodude photodude commented May 10, 2016

Pull Request for one of the failures in Issue #10220 .

Summary of Changes

removes redis exclusion from hhvm testing

fixes unit test failure

JCacheStorageTest::testGetInstance with data set "defaultredis" ('redis', array(null, 'en-GB', true, null, 1462454997), 'JCacheStorageRedis')
Undefined variable: connection
/tests/unit/core/helper/helper.php:52
/libraries/joomla/cache/storage/redis.php:105
/libraries/joomla/cache/storage/redis.php:48
/libraries/joomla/cache/storage.php:169
/tests/unit/suites/libraries/joomla/cache/JCacheStorageTest.php:238

Testing Instructions

merge on review

Since hhvm is failing with memory I have a patch where I filtered for just the cache tests
before patch error (showing just redis cache test failures)
https://travis-ci.org/photodude/joomla-cms/jobs/127977188

after patch the redis error is gone (showing all cache tests, redis is no longer in the list)
https://travis-ci.org/photodude/joomla-cms/jobs/129048590

fixes unit test failure
```php
JCacheStorageTest::testGetInstance with data set "defaultredis" ('redis', array(null, 'en-GB', true, null, 1462454997), 'JCacheStorageRedis')
Undefined variable: connection
/tests/unit/core/helper/helper.php:52
/libraries/joomla/cache/storage/redis.php:105
/libraries/joomla/cache/storage/redis.php:48
/libraries/joomla/cache/storage.php:169
/tests/unit/suites/libraries/joomla/cache/JCacheStorageTest.php:238
```
@wilsonge wilsonge merged commit 0eafccc into joomla:staging May 10, 2016
@wilsonge wilsonge added this to the Joomla 3.6.0 milestone May 10, 2016
@photodude photodude deleted the patch-4 branch May 10, 2016 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants