Closed
Bug 841796
Opened 12 years ago
Closed 12 years ago
Postgres integration tests should use the same definition for "now"
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
36
People
(Reporter: peterbe, Assigned: peterbe)
Details
(Whiteboard: [qa-])
Sometimes, when jenkins is super slow, what happens is that the "now()" used in setUp() later becomes different in any of the test_* methods which means our assertEquals fail.
Assignee | ||
Comment 1•12 years ago
|
||
Here's the pull request: https://github.com/mozilla/socorro/pull/1087
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/28c8b8cf1fc7d13d3994dd198727db0892696b7a
bug 841796 - re-use creation of utc_now() throughout tests, r=AdrianGaudebert
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Assignee: nobody → peterbe
Target Milestone: --- → 35
Updated•12 years ago
|
Target Milestone: 35 → 36
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•