QueueServer should support reset()
Bug #393621 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lazr.smtptest |
Fix Released
|
High
|
Barry Warsaw |
Bug Description
QueueServer should include this method:
def reset(self):
# Consume everything out of the queue.
while True:
try:
except queue.Empty:
Related branches
lp:~barry/lazr.smtptest/393621-reset
- Francis J. Lacoste (community): Approve
- Diff: None lines
Changed in lazr.smtptest: | |
assignee: | nobody → Barry Warsaw (barry) |
importance: | Undecided → High |
milestone: | none → 1.2 |
status: | New → In Progress |
Changed in lazr.smtptest: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
r61