beacon-biosignals / Ray.jl

Julia API for Ray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for `ObjectContext(::ObjectRef)`

omus opened this issue · comments

As of #221 the tests for ObjectContext do not cover the constructor ObjectContext(::ObjectRef). This is because the rest of the exceptions.jl code does not require a running Ray head node or a setup core worker. We may want to refactor the code to no longer require an ObjectRef or add a test for this constructor while a core worker has been instantiated.