mochi-hpc / mochi-ssg

Scalable Service Groups (SSG), a group membership service for Mochi
Other
1 stars 1 forks source link

expanded unit testing for init path #56

Closed carns closed 2 years ago

carns commented 2 years ago

Attempted to recreate suspected segv when loading gid before margo_init(), but unit tests aren't triggering the problem. Probably still helpful to include in test suite, though.

One unrelated fix included for cleaning up ssg internal state after failed init so that subsequent inits work properly. Probably only relevant for unit tests that repeatedly set up and tear down scenarios.