mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Tests failing in February (QueryDqlFunctionTest::testDateAdd with "month" dataset) #5866
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Majkl578 on GitHub (Feb 1, 2018).
https://travis-ci.org/doctrine/doctrine2/jobs/336054843#L616
The "month" dataset for QueryDqlFunctionTest::testDateAdd works with assumption that month has 30 days +- delta 2 days, but in February the difference is larger (2378089s is ~27.52 days).
https://github.com/doctrine/doctrine2/blame/master/tests/Doctrine/Tests/ORM/Functional/QueryDqlFunctionTest.php#L351
Test added in #6742.
Applies to 2.6 & master.
/cc @lcobucci