Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flappiness of test_refc_binaries
In some circumstances, `erlang:memory(binary)` returns the space used by a refc binary from the previous test. Ensure everything is cleaned up by calling gc before sending result. Monitor wouldn’t help because monitor message is sent before mso is swept. Also remove useless gc before the test as the process was freshly spawned. Signed-off-by: Paul Guyot <[email protected]>
- Loading branch information