Queue entries not deleted

Bug #121002 reported by wdickers
2
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.commit()
>>> closeDb()
>>> queue = openDb()['queue']
>>> queue
{'Hamburger': 'Foobar'}

wdickers (wdickers)
Changed in stagent:
assignee: nobody → wdickers
importance: Undecided → High
status: Unconfirmed → In Progress
Revision history for this message
wdickers (wdickers) wrote :

stAgent is being overhauled, partly because of this problem with communicating with the ZODB

Revision history for this message
wdickers (wdickers) wrote :

Bug now irrelevant, entire project has been overhauled

Changed in stagent:
assignee: wdickers → nobody
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.