-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace redis queue impl with omniqueue #1228
Conversation
2ab5553
to
0b9da7b
Compare
0b9da7b
to
9f931d3
Compare
## Motivation In #1228, I needed some extra context on failing assertions. ## Solution Prefer `assert_eq!`, `assert_matches!` to check expected emptiness of a value, such that if the assertion fails, the non-empty value is printed.
ef46b79
to
1b58203
Compare
c231957
to
ed65dfe
Compare
cfa089a
to
50eb3f9
Compare
ca3b0b0
to
993439a
Compare
50eb3f9
to
a373bdd
Compare
993439a
to
514eac4
Compare
Now with tests passing (locally)! Still want to do extra manual testing tomorrow before merging this, but otherwise it should finally be ready. |
And now the delay test is failing again... 😭 |
62acf9a
to
2bfca25
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Next test being a problem: |
2bfca25
to
770664d
Compare
… it was always set to the empty string now, with the redis queue also being replaced by omniqueue.
It made wrong assumptions about receive_all's behavior.
770664d
to
364a018
Compare
Daamn, tests passed the first time after rebase. So yeah, the latest problem that made tests flake was fixed in #1249! And finally, I did the local testing with old worker / new API plus the other way around, and that worked too 🎉 |
No description provided.