You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
returnsGASPI_ERROR
. However this does NOT work because the call fails duringgaspi_sn_connect_to_rank
with a TIMEOUT, not an error. Hence the health state is not set and the broken state never detected.The text was updated successfully, but these errors were encountered: