basho / riak_core

Distributed systems infrastructure used by Riak.
Apache License 2.0
1.23k stars 392 forks source link

Weaken bg manager eqc #982

Closed ThomasArts closed 2 years ago

ThomasArts commented 2 years ago

The eqc_statem model is not able to model background side-effects. As a result, assuming that commands are atomic, even though they are not, will make tests sporadically fail.

By adding a precondition for not using dead processes to lock resources or get tokens, this failure is made less frequent.