summaryrefslogtreecommitdiff
path: root/src/rabbit_backing_queue_qc.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* add bump_credit to vq soak testsMatthias Radestock2014-03-131-1/+20
* Fix type spec and modify backing_queue_qc to call init correctlyTim Watson2014-01-161-1/+1
* Rework/Refactor to handle recovery terms up-frontTim Watson2013-12-191-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | Quick patch to backing queue quickcheck correcting fold fun arityEmile Joubert2013-01-241-5/+6
* | merge default into bug25328Matthias Radestock2012-11-301-2/+2
|\ \
| * | return to a simpler, better BQ:dropwhile, and introduce 'fetchwhile'Matthias Radestock2012-11-291-2/+2
* | | unbreak qc (hopefully)Matthias Radestock2012-11-301-2/+2
|/ /
* | merge bug25303 into defaultMatthias Radestock2012-11-281-4/+4
|\ \
| * \ re-merge bug25303 into defaultMatthias Radestock2012-11-271-4/+4
| |\ \
| | * \ merge bug25303 into defaultMatthias Radestock2012-11-261-2/+2
| | |\ \
| | * \ \ merge bug25303 into defaultMatthias Radestock2012-11-231-2/+19
| | |\ \ \
| | * | | | propagate API changebug25315Matthias Radestock2012-11-221-4/+4
* | | | | | Better quickcheck test of interruptable backing queue foldEmile Joubert2012-11-281-7/+15
* | | | | | Provide early termination for backing queue foldEmile Joubert2012-11-281-2/+3
|/ / / / /
* | | | | fix bugMatthias Radestock2012-11-271-2/+2
| |_|/ / |/| | |
* | | | Untuple fold functionEmile Joubert2012-11-261-1/+1
* | | | Add message properties to backing queue foldEmile Joubert2012-11-231-2/+2
| |/ / |/| |
* | | QC test for backing queue foldEmile Joubert2012-11-221-2/+19
|/ /
* | BQ quickcheck postcondition for dropbug25302Emile Joubert2012-11-211-2/+2
* | some quick check testsMatthias Radestock2012-11-201-22/+48
|/
* fix qc testsMatthias Radestock2012-10-191-6/+3
* complain when running 'proper' and there are no testsMatthias Radestock2012-10-191-0/+9
* propagate API changeMatthias Radestock2012-08-121-1/+1
* QuickCheck follows dropwhile API updatesEmile Joubert2012-04-231-3/+4
* Changed BQ:dropwhile/3 to take a boolean arg to decide wether to ack or not.Francesco Mazzoli2012-04-191-1/+1
* backing queue quickcheck updates for bug20337Emile Joubert2012-04-121-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* merge bug 24511 into default (VQ soak test must generate unique message IDs)Alexandru Scvortov2011-10-251-23/+18
|\
| * Update escript and docsbug24511Emile Joubert2011-10-241-2/+3
| * Publish multiple differently in soak testEmile Joubert2011-10-201-23/+17
* | Update VQ soak tests for new requeue APIbug24514Emile Joubert2011-10-241-3/+2
|/
* merge default into bug23764Matthias Radestock2011-09-301-52/+41
|\
| * reformattingMatthias Radestock2011-09-301-57/+46
* | RefactorEmile Joubert2011-09-271-4/+6
* | Requeue fasterEmile Joubert2011-09-271-1/+6
* | Merged default into bug23764Emile Joubert2011-09-261-2/+2
|\ \ | |/
| * Use acceptable message expiry valuebug24313Emile Joubert2011-08-021-2/+2
* | Update property for requeue orderEmile Joubert2011-08-151-51/+62
|/
* Merging bug23464 to defaultMatthew Sackman2011-07-261-1/+1
* Convert O(N*M) to O(M*log_2(N))bug23464Matthew Sackman2011-07-261-6/+2
* More consistent use of macroEmile Joubert2011-07-261-3/+3
* CosmeticEmile Joubert2011-07-191-3/+6
* Speed improvementsEmile Joubert2011-07-181-40/+42
* appending to a list is slow. And we don't seem to care about this list being ...Matthew Sackman2011-07-181-6/+6
* Stronger constraints and some notes on frequencyEmile Joubert2011-07-151-8/+22
* Merged default into bug23464Emile Joubert2011-07-111-8/+3