Although the Queue class filters its own messages from the git log I think It would be good to add some extra tests with 2 queues working at the same time on the same git repo, in order to be sure we are not mixing up queue messages. For example:
- Create 2 queues
- Add a new job to both queues
- Get the next job for both queues
Although the
Queueclass filters its own messages from the git log I think It would be good to add some extra tests with 2 queues working at the same time on the same git repo, in order to be sure we are not mixing up queue messages. For example: