Remove serialized from_random object ids in tests#7340
Remove serialized from_random object ids in tests#7340edoakes merged 7 commits intoray-project:masterfrom
Conversation
|
Can one of the admins verify this patch? |
stephanie-wang
left a comment
There was a problem hiding this comment.
This is great! It'd be good to move the class into utils like Simon said, but the tests look good.
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
Why are these changes needed?
ObjectID.from_randomis not a supported API so we shouldn't use it in tests. This replaces it with asyncio actors for synchronization.Checks
scripts/format.shto lint the changes in this PR.