mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Exclude db intensive test to spare db connection
This commit is contained in:
		| @@ -112,7 +112,7 @@ unit_tests: | ||||
|         - php tests/console doctrine:migrations:migrate -n --env=test | ||||
|         - php -d memory_limit=2G tests/console cache:clear --env=test | ||||
|         - php -d memory_limit=3G tests/console doctrine:fixtures:load -n | ||||
|         - php -d memory_limit=4G bin/phpunit --colors=never | ||||
|         - php -d memory_limit=4G bin/phpunit --colors=never --exclude-group dbIntensive | ||||
|     artifacts: | ||||
|         expire_in: 30 min | ||||
|         paths: | ||||
|   | ||||
| @@ -197,6 +197,7 @@ abstract class AbstractAggregatorTest extends KernelTestCase | ||||
|     /** | ||||
|      * @return void | ||||
|      * @dataProvider dataProviderQueryExecution | ||||
|      * @group dbIntensive | ||||
|      */ | ||||
|     public function testQueryExecution(QueryBuilder $qb, array $data): void | ||||
|     { | ||||
|   | ||||
| @@ -159,7 +159,7 @@ abstract class AbstractFilterTest extends KernelTestCase | ||||
|      * test the alteration of query by the filter. | ||||
|      * | ||||
|      * @dataProvider dataProviderAlterQuery | ||||
|      * | ||||
|      * @group dbIntensive | ||||
|      */ | ||||
|     public function testAlterQuery(QueryBuilder $query, array $data) | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user