Project

General

Profile

Actions

Bug #79800

closed

Task #79652: Fix functional tests on PostgreSQL

Fix EXT:recycler functional tests on PostgreSQL

Added by Morton Jonuschat about 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Tests
Target version:
Start date:
2017-02-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

There were 4 failures:

1) TYPO3\CMS\Recycler\Tests\Functional\Recycle\Pages\AdminRecycleTest::retrieveDeletedPagesNoRecursion
Failed asserting that an array has the subset Array &0 (
'pages' => Array &1 (
0 => Array &2 (
'uid' => '3'
'pid' => '1'
'title' => 'Dummy 1-3 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
)
).

/var/www/html/master.local.typo3.org/TYPO3.CMS/typo3/sysext/recycler/Tests/Functional/Recycle/Pages/AdminRecycleTest.php:52

2) TYPO3\CMS\Recycler\Tests\Functional\Recycle\Pages\AdminRecycleTest::retrieveDeletedPagesOneLevelRecursion
Failed asserting that an array has the subset Array &0 (
'pages' => Array &1 (
0 => Array &2 (
'uid' => '3'
'pid' => '1'
'title' => 'Dummy 1-3 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
1 => Array &3 (
'uid' => '4'
'pid' => '1'
'title' => 'Dummy 1-4 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
2 => Array &4 (
'uid' => '7'
'pid' => '1'
'title' => 'Dummy 1-7 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '0'
)
3 => Array &5 (
'uid' => '5'
'pid' => '4'
'title' => 'Dummy 1-4-5 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
)
).

/var/www/html/master.local.typo3.org/TYPO3.CMS/typo3/sysext/recycler/Tests/Functional/Recycle/Pages/AdminRecycleTest.php:65

3) TYPO3\CMS\Recycler\Tests\Functional\Recycle\Pages\UserRecycleTest::retrieveDeletedPagesNoRecursion
Failed asserting that an array has the subset Array &0 (
'pages' => Array &1 (
0 => Array &2 (
'uid' => '3'
'pid' => '1'
'title' => 'Dummy 1-3 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
)
).

/var/www/html/master.local.typo3.org/TYPO3.CMS/typo3/sysext/recycler/Tests/Functional/Recycle/Pages/UserRecycleTest.php:52

4) TYPO3\CMS\Recycler\Tests\Functional\Recycle\Pages\UserRecycleTest::retrieveDeletedPagesOneLevelRecursion
Failed asserting that an array has the subset Array &0 (
'pages' => Array &1 (
0 => Array &2 (
'uid' => '3'
'pid' => '1'
'title' => 'Dummy 1-3 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
1 => Array &3 (
'uid' => '4'
'pid' => '1'
'title' => 'Dummy 1-4 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
2 => Array &4 (
'uid' => '5'
'pid' => '4'
'title' => 'Dummy 1-4-5 (deleted)'
'doktype' => '1'
'deleted' => '1'
'perms_everybody' => '15'
)
)
).

/var/www/html/master.local.typo3.org/TYPO3.CMS/typo3/sysext/recycler/Tests/Functional/Recycle/Pages/UserRecycleTest.php:65

Actions #1

Updated by Gerrit Code Review about 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51732

Actions #2

Updated by Morton Jonuschat about 7 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF