Active
Project:
Simplenews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2012 at 23:21 UTC
Updated:
26 Apr 2012 at 09:51 UTC
Jump to comment: Most recent file
There are some irregular test fails which happen from time to time.
I've seen two so far:
- Send 99 mails instead of 100. Might be some cache stampede because each mail triggers a variable_set() and that in turn triggers a partial cache rebuild. Maybe using apc to store the send mails would not only help with the performance of these tests but also fix this error.
- edit-activated--2 checkbox is not check. Saw this one the first time recently and also just had it in a manual test run. I think that test just happens to click the first edit link on that page. It's possible that one actually *isn't* activated.
These should be fixed...
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot at 2012-04-26 09:35:39.png | 25.12 KB | corvus_ch |
Comments
Comment #1
berdirCross-referencing #1531018: SimplenewsTestCase::randomMail() should ensure uniqueness of mail address, which will fix the first one.
Comment #2
corvus_ch commented