Tests pending pull requests

Build: #6060 failed

Job: Build and Test Job failed

Stages & jobs

  1. Build and Test

cache single query with data set #2: Test case result

The below summarizes the result of the test " cache single query with data set #2" in build 6,060 of phpBB3 - Pull Requests - Build and Test Job. View test case history
Description
cache single query with data set #2
Test class
phpbb_cache_memory_test::test_cache_single_query
Method
test_cache_single_query with data set #2
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

phpbb_cache_memory_test::test_cache_single_query with data set #2 (array(array('SELECT * FROM posts', 3), array('SELECT * FROM posts p
							LEFT JOIN topics t ON p.topic_id = t.topic_id', 3), array('SELECT * FROM posts p
							LEFT JOIN topics t ON p.topic_id = t.topic_id
							LEFT JOIN users u ON p.poster_id = u.user_id', 3)), 'posts')
PHPUnit_Extensions_Database_Operation_Exception: COMPOSITE[TRUNCATE] operation failed on query: 
                DELETE FROM "phpbb_users"
             using args: Array
(
)
 [SQLSTATE[HY000]: General error: 1 no such table: phpbb_users]

/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/test_framework/phpbb_database_test_case.php:118
/home/bamboo/xml-data/build-dir/131073/PHPBB3-PR-JOB1/tests/cache/cache_memory_test.php:29