Actions
Bug #103243
closedBroken tests in `RotatingFileWriter` – date intervals vs timestamps
Start date:
2024-03-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The RotatingFileWriterTest
uses timestamp-based calculation for mocking the data, while the RotatingFileWriter
uses DateInterval
objects, which might conflict in certain cases at lets the tests break.
Updated by Gerrit Code Review 9 months ago
- Status changed from In Progress to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83177
Updated by Gerrit Code Review 9 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83177
Updated by Andreas Fernandez 9 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a774f597646d67652e731c2e815acd1e1588adb6.
Actions