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
No other callbacks are called (no direct modex requests)
The timeout should be observed and the RTE server has to act accordingly informing the PMIx server about it.
(? Any event-related activity?)
Reference implementation:
TBD
Notes
The test suite's RTE component should implement the support of the PMIX_TIMEOUT info key in pmix_server_fencenb_fn_t callback.
Currently, it's not there.
The text was updated successfully, but these errors were encountered:
This looks good to me. The only improvement that I would suggest is after the assert in the snippet below, add a check that the time between ts1 and ts2 is at least T/2 but no more than T. Just to catch the case that the timeout occurred immediately.
Test description
Verifies that the Fence is synchronizing
Test sketch
Execution details
Client-side expectations:
Server-side expectations:
(? Any event-related activity?)
Reference implementation:
TBD
Notes
The test suite's RTE component should implement the support of the
PMIX_TIMEOUT
info key inpmix_server_fencenb_fn_t
callback.Currently, it's not there.
The text was updated successfully, but these errors were encountered: