owncloud-archive / search_lucene

The ownCloud search_lucene app
GNU Affero General Public License v3.0
18 stars 17 forks source link

Update the env.global.CORE_BRANCH setting in .travis.yml #116

Closed nickvergessen closed 8 years ago

LukasReschke commented 8 years ago

:+1:

nickvergessen commented 8 years ago

Tests are failing @butonic

PHP Fatal error:  Call to undefined method OC_User::deleteUser() in /home/travis/build/owncloud/core/apps/search_lucene/tests/unit/testcase.php on line 74

PHP Stack trace:

PHP   1. {main}() /home/travis/.phpenv/versions/5.4.45/bin/phpunit:0

PHP   2. PHPUnit_TextUI_Command::main() /home/travis/.phpenv/versions/5.4.45/bin/phpunit:545

PHP   3. PHPUnit_TextUI_Command->run() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/TextUI/Command.php:100

PHP   4. PHPUnit_TextUI_TestRunner->doRun() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/TextUI/Command.php:149

PHP   5. PHPUnit_Framework_TestSuite->run() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/TextUI/TestRunner.php:440

PHP   6. PHPUnit_Framework_TestSuite->run() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/Framework/TestSuite.php:747

PHP   7. PHPUnit_Framework_TestCase->run() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/Framework/TestSuite.php:747

PHP   8. PHPUnit_Framework_TestResult->run() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/Framework/TestCase.php:724

PHP   9. PHPUnit_Framework_TestCase->runBare() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/Framework/TestResult.php:612

PHP  10. OCA\Search_Lucene\Tests\Unit\TestCase->setUp() phar:///home/travis/.phpenv/versions/5.4.45/bin/phpunit/phpunit/Framework/TestCase.php:764
nickvergessen commented 8 years ago

Bump, we are about to release a version with failing tests (although I assume it's only setting up the test and not the functionality)

PVince81 commented 8 years ago

@VicDeo can you have a look at the failing tests ?