Skip to content
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

[TEST] Refactor RPC test to isolate runs into a sub-function #8656

Merged
merged 1 commit into from
Aug 5, 2021

Commits on Aug 4, 2021

  1. [TEST] Refactor RPC test to isolate runs into a sub-function

    We kill the rpc server in the del function. When a server
    co-exist with remote resources in the same function scope,
    the destruction order is not determined.
    
    This can cause server to be destructed before the actual remote array.
    As a side effect, it can cause sometime test to timeout due to
    waiting on the socket.
    tqchen committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    5ce757f View commit details
    Browse the repository at this point in the history