[TYPO3-core] [Broken] TYPO3/TYPO3.CMS#2722 (master - e7eae90)

Travis CI notifications at travis-ci.org
Fri Mar 21 16:40:04 CET 2014


Build Update for TYPO3/TYPO3.CMS
-------------------------------------

Build: #2722
Status: Broken

Duration: 15 minutes and 1 second
Commit: e7eae90 (master)
Author: Helmut Hummel
Message: [BUGFIX] Mitigate race condition on cache flush

When file caches are flushed, the cache directory
is also deleted.

Now when a second request comes in and creates
the caches it happens that the cache directory of
a given cache is still there for this cache when
calling setCache in the SimpleFileBackend,
but is deleted by the first request afterwards.

Now the cache directory for the second request
does not exist and setting cache entries will fail.

Mitigate this by immediately recreating
the cache directory.

Resolves: #57136
Releases: 6.2
Change-Id: I3c4c5c63c6c754447549285d9718798272f9e585
Reviewed-on: https://review.typo3.org/28594
Reviewed-by: Ernesto Baschny
Reviewed-by: Thomas Maroschik
Reviewed-by: Pascal Dürsteler
Reviewed-by: Markus Klein
Tested-by: Markus Klein
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn

View the changeset: https://github.com/TYPO3/TYPO3.CMS/compare/c23414d5a73b...e7eae9053bc9

View the full build log and details: https://travis-ci.org/TYPO3/TYPO3.CMS/builds/21260337

--

You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20140321/33057389/attachment.htm>


More information about the TYPO3-team-core mailing list