Pysyft: All tests calling start_proc fail on windows

Created on 13 Jun 2019  路  6Comments  路  Source: OpenMined/PySyft

Describe the bug
Start proc does not succeed on windows causing 9 tests to fail
To Reproduce
Call make test on windows

Expected behavior
Tests should work on all operating systems
Desktop (please complete the following information):

  • OS: windows
  • Version: all

Additional context

-.txt

Help Wanted Status Type

All 6 comments

I would like to take this up if this is still available.

On Windows the web socket client also fails to connect giving the error below.

OverflowError: timeout doesn't fit into C timeval

Appears to be due to the timeout interval (TIMEOUT_INTERVAL = 9_999_999) specified in websocket_client.py.

I saw the PR "[WIP] Implement start_remote_worker #2345" where its mentioned that start_proc would get replaced with start_remote_worker. Hence, wanted to check if this issue is still valid and needs to be worked upon?

Hey @amit-rastogi,

The new function actually uses start_proc, so yes, this issue is still valid.

The web socket client overflow error on windows has been addressed by https://github.com/OpenMined/PySyft/pull/2395

This issue has been marked stale because it has been open 30 days with no activity. Leave a comment or remove the stale label to unmark it. Otherwise, this will be closed in 7 days.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

IonesioJunior picture IonesioJunior  路  3Comments

wentaiwu92 picture wentaiwu92  路  4Comments

LaRiffle picture LaRiffle  路  3Comments

iamtrask picture iamtrask  路  3Comments

mgale694 picture mgale694  路  3Comments