Skip to content
Snippets Groups Projects
Commit a89cd97c authored by Stefan Bürk's avatar Stefan Bürk Committed by Christian Kuhn
Browse files

[TASK] Activate a impexp export functional test for postgres

A functional test has been skipped for postgres functional
test execution because it exported relations in not expected
order like other databases. Mainly younger postgres versions
are unreliable when undetermistic queries are used.

Undetermistic database query sorting may lead to unexpected
and random data returns. Generally queries should implement
determistic sortings to mitigate this issue across all
dbms and dbms versions.

The related query for this functional test has been already
made determistic through #95032 and #95045 but missed to
reactive this related functional test.

This patch acts as follow-up for #95045.

Commands:

Build/Scripts/runTests.sh -s functional -d postgres -k 9.6 \
typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecordsTest.php

Build/Scripts/runTests.sh -s functional -d postgres -k 10 \
typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecordsTest.php

Build/Scripts/runTests.sh -s functional -d postgres -k 11 \
typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecordsTest.php

Build/Scripts/runTests.sh -s functional -d postgres -k 12 \
typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecordsTest.php

Build/Scripts/runTests.sh -s functional -d postgres -k 13 \
typo3/sysext/impexp/Tests/Functional/Export/IrreTutorialRecordsTest.php

Resolves: #95107
Related: #95045
Related: #95032
Releases: master
Change-Id: I49fa87a1dec1b3aaa61c9758e2b437c290046cd4
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70890


Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 82555e4f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment