Skip to content
Snippets Groups Projects
Commit 7c7705f6 authored by Stefan Bürk's avatar Stefan Bürk Committed by Benni Mack
Browse files

[TASK] Use database cache backend for specific tests

With a recent change in typo3/testing-framework,
various core caches in functional tests are set
to NullBackend. This speeds up functional tests
up to 10% since the table creation and insert
load is higher in testing scenarios than actual
cache hit benefits.

Some functional tests however work on those tables,
for instance the functional test of the database
cache backend. The patch adapts these tests to
according LocalConfiguration setup.

> composer u typo3/testing-framework

Resolves: #96387
Releases: main
Change-Id: I9770c65d4cf80f98d2c4745024867acf6807e01e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72706


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent b552afaf
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment