Jahn Thomas Fidje

Results 28 comments of Jahn Thomas Fidje

Aah yes - forgot docs! All tests passed when running `run_tests_in_docker.sh` - is there a way to run the CI tests locally as well?

Looks like this PR can/will also benefit from #1693 - maybe we should wait and see?

No problem :) I'm facing a problem in my test tho: It seems that I cannot trust that the list of queued jobs I retrieve from Redis is ordered correctly....

Thanks for your time and quick responses! I think that I don't quite follow what you mean, or maybe I've written a bad test. If we have the following setup:...

I've added your suggestion and run the test three times. This is the result from `q.job_ids` in order: ``` ['1bf9a09a-9b8c-4c31-9737-b61b970645bc', 'fake_job_id_1', 'fake_job_id_2'] ['cd9bab30-9e45-4f03-b234-3c1ea080eed8', 'fake_job_id_2', 'fake_job_id_1'] ['a2669abd-3eb7-42f5-b805-a122b88f11e9', 'fake_job_id_1', 'fake_job_id_2'] ``` It...

I'll dive back into the code again then :) Again, thank you for your time :)

You were correct - I had overlooked something critical. It now looks like everything is ok :) Please double check tho 😅

Oh I understand! I'll fix it right away :)

Hi! I apologize for taking so long to fix this. Here is an updated proposal :) I also took the liberty to remove some duplicate code - see above