FriendsOfTYPO3 / tea

Example extension for unit testing and best practices.
https://typo3.org/community/teams/best-practices
GNU General Public License v2.0
74 stars 22 forks source link

[FEATURE] Use paratest for composer script #1381

Open Starkmann opened 1 month ago

Starkmann commented 1 month ago

This needs to be done for runTests.sh as well

Part of #1379

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10162255986

Details


Totals Coverage Status
Change from base Build 10161996152: 0.0%
Covered Lines: 46
Relevant Lines: 46

💛 - Coveralls
Starkmann commented 1 month ago

With parallel execution we have a race condition between functional test since they all are running on the same database:

Duplicate entry '1' for key 'tx_tea_domain_model_tea.PRIMARY'

oliverklee commented 1 month ago

@Starkmann This PR still has an open review comment.