Queue entries not deleted
Bug #121002 reported by
wdickers
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
stAgent |
Fix Committed
|
High
|
Unassigned |
Bug Description
The queue is propogated by SchoolTool and is retained by the ZODB. However, when any elements of the queue are deleted, that change is not logged in the ZODB.
>>> queue = openDb()['queue']
>>> queue
{'Hamburger': 'Foobar'}
>>> queue.clear()
>>> queue
{}
>>> transaction.
>>> closeDb()
>>> queue = openDb()['queue']
>>> queue
{'Hamburger': 'Foobar'}
Changed in stagent: | |
assignee: | nobody → wdickers |
importance: | Undecided → High |
status: | Unconfirmed → In Progress |
To post a comment you must log in.
stAgent is being overhauled, partly because of this problem with communicating with the ZODB