georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
265 stars 355 forks source link

Functional test failures with 12LTS with highest dependencies #2214

Closed oliverklee closed 1 year ago

oliverklee commented 1 year ago

The 11LTS tests are green both with the highest and the lowest dependencies: https://github.com/georgringer/news/actions/runs/6461252353

The 12LTS tests are green with the lowest dependencies, but are failing with the highest dependencies: https://github.com/georgringer/news/actions/runs/6461252351

An example:

3) GeorgRinger\News\Tests\Functional\Repository\NewsRepositoryTest::findTopNewsRecords
Doctrine\DBAL\Exception\UniqueConstraintViolationException: An exception occurred while executing a query: Duplicate entry '134-5' for key 'PRIMARY'

/home/runner/work/news/news/.Build/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:62
/home/runner/work/news/news/.Build/vendor/doctrine/dbal/src/Connection.php:1938
/home/runner/work/news/news/.Build/vendor/doctrine/dbal/src/Connection.php:1880
/home/runner/work/news/news/.Build/vendor/doctrine/dbal/src/Connection.php:1208
/home/runner/work/news/news/.Build/vendor/doctrine/dbal/src/Connection.php:808
/home/runner/work/news/news/.Build/vendor/typo3/cms-core/Classes/Database/Connection.php:202
/home/runner/work/news/news/.Build/vendor/typo3/testing-framework/Classes/Core/DatabaseConnectionWrapper.php:59
/home/runner/work/news/news/.Build/vendor/typo3/testing-framework/Classes/Core/Functional/FunctionalTestCase.php:717
/home/runner/work/news/news/Tests/Functional/Repository/NewsRepositoryTest.php:42
georgringer commented 1 year ago

IMO fixed