-
Notifications
You must be signed in to change notification settings - Fork 8
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
tests/unit-tests/margo-init #253
Comments
I'll try an environment that uses release versions of argobots and mercury to make sure there isn't some interaction there. |
The only two ways I could see this happening are:
|
Confirmed that the failure only happens with mercury@master (and is still present with current @master). The argobots version is irrelevant.
I'm not sure if |
The test case is a "self" rpc, though, we could possibly just synchronize between the RPC fn and the main fn before the former sleeps to make sure that it is underway before the latter tries to finalize? |
That's a good option, yes. |
Whoops. We mis-diagnosed the problem. The RPC handler ult was actually starting in time, but the |
I'm seeing a lot of failures that look like this in origin/main:
I believe the assertion is meant to confirm that
finalize_and_wait()
doesn't complete until pending RPCs are done. I'm not sure why I would see this problem now, though.My spack environment looks like this:
The text was updated successfully, but these errors were encountered: