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

inconsistent test behavior #39

Open
hndgzkn opened this issue Jun 22, 2021 · 0 comments
Open

inconsistent test behavior #39

hndgzkn opened this issue Jun 22, 2021 · 0 comments

Comments

@hndgzkn
Copy link
Collaborator

hndgzkn commented Jun 22, 2021

Inconsistent behavior in test_stopping_criterion.

on main branch(799f3fe) (version with reusable workers)

  • When no network interface set:

    • runs for both1d and 2d values
    • if 1d value is commented out, test with 2d value hangs
  • When virtual network interfaces are exluded or single network interface set:

    • runs for both 1d and 2d values

on #38 (removes reusable workers)

  • When no network interface set:

    • runs for 1d value, but fails for 2d (1d value is not commented out)
  • When virtual network interfaces are exluded or single network interface set:

    • runs for both 1d and 2d values

We think that removing the reusable workers reveals a hidden bug. However it is still unclear why virtual network interfaces prevent it from working in the case the test mpi workers are running on the local machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant