Closed albsch closed 5 years ago
The tests in riak_core_security_tests work fine on a slow laptop but crash with certainty on a fast computer.
riak_core_security_tests
Using gen_server:stop(PID) instead of unlink in combination with catch exit seems to solve the issue.
gen_server:stop(PID)
unlink
catch exit
The tests in
riak_core_security_tests
work fine on a slow laptop but crash with certainty on a fast computer.