Mercurial > p > roundup > code
diff CHANGES.txt @ 4876:74b24b14071a
Fix issue2550835
Race condition for testing geek date intervals
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Fri, 28 Mar 2014 15:14:29 +0100 |
| parents | cdec6ed210d0 |
| children | 2ba982dcdf2c |
line wrap: on
line diff
--- a/CHANGES.txt Fri Mar 28 10:54:53 2014 +0100 +++ b/CHANGES.txt Fri Mar 28 15:14:29 2014 +0100 @@ -75,6 +75,10 @@ done in the fix for issue2550802. (Thomas Arendsen Hein) - Fix batch.propchanged for transitive id properties (would result in a backtrace when trying to group by property.id) +- Fix issue2550835 which tests for date-range queries with an interval + that depends on the local time. Put the queried date a little later to + avoid a race condition where the queried interval doesn't match the + date because the clock has advanced. (Ralf Schlatterbeck) Minor: - demo.py usage message improved: explains "nuke" now. (Bernhard Reiter)
