Closed (fixed)
Project:
Test driven development infrastructure
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Oct 2007 at 07:54 UTC
Updated:
12 Nov 2007 at 22:42 UTC
Test server queue is not working properly currently. It will probably need a new db table and three methods:
- push($nid): pushes element onto queue
- pop: gets element from queue
- test_finished($nid): marks test as finished
And db table needs only two columns |nid|status|
Comments
Comment #1
Rok Žlender commentedI added a table with two fields |nid|timestamp|. And two functions one that adds nid into queue and one that returns the nid with lowest timestamp and deletes it.
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.