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.