Closed jack-oquin closed 10 years ago
With dummy_req.py and dummy_sched.py, the sequence of request states is correct until the end, when the request remains allocated although in the RELEASED state.
At that point, it should have been deleted by the scheduler.
Fixed in ed52aea8befe51b513ca0e3f356b7922fcbac4d1 and 22168ddead0bce65e68c91a90a1be5755567b28a.
With dummy_req.py and dummy_sched.py, the sequence of request states is correct until the end, when the request remains allocated although in the RELEASED state.
At that point, it should have been deleted by the scheduler.