Bug #20430
closedTest failure and SQL error in the Cache unit tests
0%
Description
Testsuite: t3lib_cache_backend_DbBackendTestCase
setCacheTableThrowsExceptionOnNonExistentTable
! Failure in test case setCacheTableThrowsExceptionOnNonExistentTable
File: typo3conf/ext/phpunit/PHPUnit-3.3.15/PHPUnit/Framework/TestCase.php
Line: 525:
Description
Expected exception t3lib_cache_Exception
tearDown
caller t3lib_DB::sql_query
ERROR Unknown table 'test_cache_dbbackend'
lastBuiltQuery DROP TABLE test_cache_dbbackend;
debug_backtrace require#49 // tx_phpunit_module1->main#57 // tx_phpunit_module1->runTests_render#120 // tx_phpunit_module1->runTests_renderRunningTest#174 // PHPUnit_Framework_TestSuite->run#520 // PHPUnit_Framework_TestSuite->run#621 // PHPUnit_Framework_TestSuite->runTest#658 // PHPUnit_Framework_TestCase->run#677 // PHPUnit_Framework_TestResult->run#375 // PHPUnit_Framework_TestCase->runBare#607 // t3lib_cache_backend_DbBackendTestCase->tearDown#437 // t3lib_DB->sql_query#587 // t3lib_DB->debug#786
(issue imported from #M11097)
Updated by Oliver Klee about 15 years ago
This now worksforme - I don't get this failure anymore.
Updated by Christian Kuhn about 15 years ago
This test has been commented out by Ingo in rev. 5595:
Updated the caching framework to the according FLOW3 revision 2616
with comment:- deactivated as the according check in the DB backend causes trouble during TYPO3's initialization