summaryrefslogtreecommitdiff
path: root/src/gm_qc.erl
Commit message (Expand)AuthorAgeFilesLines
* Don't expect GMs which have not yet joined to take part in messaging.Simon MacMullen2014-07-151-2/+2
* Unused.Simon MacMullen2014-07-151-3/+1
* Simplify message assertions, don't use timestamps.Simon MacMullen2014-06-261-57/+22
* Minor cleanup.Simon MacMullen2014-06-251-57/+47
* Add instrumenting for monitors and Mnesia transactions. It actually all seems...Simon MacMullen2014-06-231-45/+98
* Various bug fixes in generating command sequences.Simon MacMullen2014-06-061-37/+50
* Be more correct about dynamic vs symbolic state; this gets us back into a pos...Simon MacMullen2014-06-061-32/+42
* Wait until a GM has actually left before forgetting it.Simon MacMullen2014-06-061-12/+13
* Oops, 3d7b7d85df74 got us into a degenerate case where our tests only ever co...Simon MacMullen2014-06-021-15/+26
* Don't expect message delivery until we have had the joined callback invoked.Simon MacMullen2014-06-021-14/+18
* Don't explode if the pid vanishes during is_gm_process/2. Keep on handling in...Simon MacMullen2014-06-021-3/+12
* Even betterSimon MacMullen2014-06-021-13/+11
* Better cleanupSimon MacMullen2014-06-021-2/+16
* Do "randomness" properly, trap exits.Simon MacMullen2014-06-021-12/+11
* Oops.Simon MacMullen2014-06-021-1/+1
* Don't be so intrusive into gm.erl.Simon MacMullen2014-06-021-17/+20
* Instrument certain calls to gs2:call/3 and gs2:cast/2, and allow PropEr to de...Simon MacMullen2014-05-291-92/+163
* First go at some PropEr tests, which join and leave a group, and make sure me...Simon MacMullen2014-05-281-0/+245