[TASK] Functionals: Rename "@group mysql" to "@group not-postgres"
Functional tests annotated with "@group mysql" are currently ignored if running tests on postgres via "--exclude-group mysql" argument. With mssql we have some tests that run fine with mysql and postgres, but not with mssql. To improve handling, "@group mysql" annotation is renamed to "@group not-postgres". Tests not available on postgres and mssql will then later have a second annotation "@group not-mssql". This way its easier to keep track which tests go red on which DBMS. Change-Id: I2522b00352f1a7d61479588a22cdd9ea5d454ca3 Resolves: #81394 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/52984 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Tests/Functional/Cache/Backend/Typo3DatabaseBackendTest.php 8 additions, 8 deletions...sts/Functional/Cache/Backend/Typo3DatabaseBackendTest.php
- typo3/sysext/core/Tests/Functional/Database/Schema/SchemaMigratorTest.php 5 additions, 5 deletions...e/Tests/Functional/Database/Schema/SchemaMigratorTest.php
- typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImagesInEmptyDatabaseTest.php 1 addition, 1 deletion...Import/PagesAndTtContentWithImagesInEmptyDatabaseTest.php
- typo3/sysext/install/Tests/Functional/SqlSchemaMigrationServiceTest.php 1 addition, 1 deletion...nstall/Tests/Functional/SqlSchemaMigrationServiceTest.php
- typo3/sysext/typo3db_legacy/Tests/Functional/Database/DatabaseConnectionTest.php 30 additions, 30 deletions...gacy/Tests/Functional/Database/DatabaseConnectionTest.php
- typo3/sysext/typo3db_legacy/Tests/Functional/Database/PreparedStatementTest.php 1 addition, 1 deletion...egacy/Tests/Functional/Database/PreparedStatementTest.php
- typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php 1 addition, 1 deletion...sts/Functional/DataHandling/Regular/Modify/ActionTest.php
Please register or sign in to comment