diff --git a/Build/phpunit/FunctionalTestsBootstrap.php b/Build/phpunit/FunctionalTestsBootstrap.php index 443197d..29a4cbb 100644 --- a/Build/phpunit/FunctionalTestsBootstrap.php +++ b/Build/phpunit/FunctionalTestsBootstrap.php @@ -1,4 +1,5 @@ reverseProxyProvider->flushCacheForUrls($urls); } - parent::flushByTags($tags); + try { + parent::flushByTags($tags); + } catch (\Throwable $e) { + $this->logger->error('Failed to flush ' . count($tags) . ' tags. SQL query limit exceeded. See the list of all tags ' . implode(', ', $tags)); + } } /**