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

gaspi_proc_ping does not set health state -> barrier_recover_ping test broken #37

Open
Flamefire opened this issue May 30, 2018 · 0 comments

Comments

@Flamefire
Copy link

The test barrier_recover_ping does not work and leads to an endless loop till it times out (after 1 hour and only when run through run_tests.sh)

The reason for that is, that gaspi_proc_ping is used, which does not update the health state.

After the 1.3.0 release (in the "next" branch) this is improved by setting the health state if gaspi_sn_command returns GASPI_ERROR. However this does NOT work because the call fails during gaspi_sn_connect_to_rank with a TIMEOUT, not an error. Hence the health state is not set and the broken state never detected.

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