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

Rok Žlender’s picture

Status: Active » Fixed

I 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.