Bug #103509
closedRotatingFileWriterTest fails as there is no 30th of February
100%
Description
The test RotatingFileWriterTest::writingLogWithExpiredLatestRotationInTimeFrameRotates
currently fails with the following error:
1) TYPO3\CMS\Core\Tests\Unit\Log\Writer\RotatingFileWriterTest::writingLogWithExpiredLatestRotationInTimeFrameRotates with data set #2 (TYPO3\CMS\Core\Log\Writer\Enum\Interval Enum (MONTHLY, 'monthly')) Failed asserting that actual size 1 matches expected size 2.
The reason is that the test creates a log file that is expected to be rotated which fails for the "monthly" case as there is no February 30th.
Updated by Gerrit Code Review 8 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/+/83630
Updated by Gerrit Code Review 8 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/+/83630
Updated by Gerrit Code Review 8 months ago
Patch set 3 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/+/83630
Updated by Gerrit Code Review 8 months ago
Patch set 4 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/+/83630
Updated by Andreas Fernandez 8 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9ed4d37017bb1d33c6ae1ca9d2a819311cba3102.