summaryrefslogtreecommitdiff
path: root/test/src
Commit message (Collapse)AuthorAgeFilesLines
* Move password_hashing_tests.erl to rabbitmq-testJean-Sébastien Pédron2015-10-201-54/+0
|
* Tests are moved to rabbitmq-testJean-Sébastien Pédron2015-10-2015-5281/+0
|
* fixes gm_qc APIAlvaro Videla2015-10-141-2/+2
|
* fixes QuickCheck tests for rabbit_backing_queue_qcAlvaro Videla2015-10-141-4/+4
|
* fixes batch_publish testsAlvaro Videla2015-10-141-5/+15
|
* Merge branch 'stable'Alvaro Videla2015-10-141-1/+1
|\
| * restores the rabbit_variable_queue testsAlvaro Videla2015-10-141-1/+1
| | | | | | | | | | | | | | | | This line https://github.com/rabbitmq/rabbitmq-server/blob/master/src/rabbit_priority_queue.erl#L78 sets the rabbit_priority_queue as the default rabbit_backing_queue which had the side effect of disabling the tests for the rabbit_variable_queue
* | Merge branch 'master' into rabbitmq-server-336Alvaro Videla2015-10-051-2/+12
|\ \
| * \ Merge branch 'stable'Michael Klishin2015-10-051-2/+12
| |\ \ | | |/
| | * simplifies delete_log_handlers test logicAlvaro Videla2015-09-281-12/+6
| | |
| | * fixes testsAlvaro Videla2015-09-251-2/+18
| | |
* | | adds batch publish testsAlvaro Videla2015-10-041-1/+66
|/ /
* | Merge branch 'master' into rabbitmq-server-270Michael Klishin2015-09-172-4/+5
|\ \
| * \ Merge branch 'stable'Michael Klishin2015-09-172-4/+4
| |\ \ | | |/ | | | | | | Make credit flow setting a tuple, per discussion with @videlalvaro.
| | * refactors credit flow default config formatAlvaro Videla2015-09-111-4/+2
| | |
| | * Allows credit flow Credits to be set via configurationAlvaro Videla2015-09-112-0/+52
| | | | | | | | | | | | | | | | | | Backports this fix from master into stable Fixes rabbitmq/rabbitmq-server#143
| | * Makes CREDIT_DISC_BOUND and IO_BATCH_SIZE configurableAlvaro Videla2015-08-272-0/+48
| | | | | | | | | | | | Fixes #284
| | * (c) yearMichael Klishin2015-05-2413-13/+13
| | |
* | | Extract this test, per discussion with @videlalvaroMichael Klishin2015-09-162-34/+55
| | |
* | | More testsMichael Klishin2015-09-161-0/+20
| | |
* | | Some unit tests for pluggable password hashingMichael Klishin2015-09-141-3/+14
| | |
* | | Introduce per-user hashing functions, default to SHA-256Michael Klishin2015-09-141-0/+3
|/ / | | | | | | References #270.
* | implemented rabbit_misc:plmerge/2 to merge property listsGiuseppe Privitera2015-09-031-0/+7
| |
* | implemented rabbit_misc:pmerge to manage default values in proplistsGiuseppe Privitera2015-09-031-0/+7
| |
* | Merge stable into masterMichael Klishin2015-08-272-0/+48
| |
* | GM: Convert the testsuite to use `time_compat`Jean-Sébastien Pédron2015-08-052-8/+13
| | | | | | | | References #233.
* | Renames queue-master-location header to x-queue-master-locatorAyanda Dube2015-08-031-4/+4
| | | | | | | | | | | | Renames rabbit.queue_master_location config key to rabbit.queue_master_locator References #121
* | Adds policy validation tests for queue master locationAyanda Dube2015-07-231-0/+16
| | | | | | | | References #121
* | (c) yearMichael Klishin2015-05-2414-14/+14
| |
* | Allows credit flow Credits to be set via configurationAlvaro Videla2015-05-052-0/+52
| | | | | | | | Fixes rabbitmq/rabbitmq-server#143
* | tests cleanupAlvaro Videla2015-04-271-4/+3
| |
* | Add tests for head message timestamp queue statistic. Distinguish the former ↵Alex Thomas2015-04-102-114/+74
| | | | | | | | statistics tests as channel (_ch) statistics. Expand name.
* | Move head_msg_timestamp from backing_queue_status property to top-level ↵Alex Thomas2015-04-101-0/+103
|/ | | | queue stat as per PR comment #7.
* Merge branch 'stable'Simon MacMullen2015-02-261-9/+7
|\
| * Fix tests, the exceptions are a bit cleaner now (bug26610)Simon MacMullen2015-02-261-9/+7
| |
* | Fix tests.Simon MacMullen2015-01-271-2/+3
| |
* | Merge bug 26527Simon MacMullen2015-01-211-2/+3
|\ \
| * | Flow control for messages going from channel to slave via GM. Reshuffle the ↵Simon MacMullen2015-01-121-2/+3
| | | | | | | | | | | | flow control flag into #delivery{} to try to cut down on the number of places it gets passed around. Still to come: DTRT on promotion.
* | | Run the VQ tests both while embedding messages in the QI and sending them to ↵Simon MacMullen2014-12-111-5/+9
| | | | | | | | | | | | the store.
* | | A few fixes to VQ book-keeping, which get the tests passing again:Simon MacMullen2014-12-111-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't count messages / bytes read during read, do so in betas_from_index_entries since unacked msgs don't count * Introduce qi_pending_ack to prevent us trying to page out messages that don't touch the store * Fix purge bookkeeping, account for the fact messages can be paged in to be purged
* | | Clearer test failures.Simon MacMullen2014-12-051-5/+14
| | |
* | | API changesSimon MacMullen2014-12-051-8/+12
| | |
* | | Fix confirmsSimon MacMullen2014-12-031-1/+1
|/ /
* | stable to defaultSimon MacMullen2014-11-191-0/+5
|\ \ | |/
| * Don't proceed until the supervisor has actually gone.Simon MacMullen2014-11-191-0/+5
| |
* | Tweak the APIs again, so that authz plugins aren't expected to create a ↵Simon MacMullen2014-11-141-6/+1
| | | | | | | | #auth_user record in the first place, just whatever impl they want. Which necessitates seperate login functions for authz and authn, and if we're going to do that we might as well split the behaviours so that we have the possibility of making an authz-only plugin.
* | Fix tests.Simon MacMullen2014-11-141-4/+6
| |
* | Import changes from ↵Simon MacMullen2014-11-131-5/+6
|/ | | | https://github.com/gotthardp/rabbitmq-server/tree/multi_authorization
* Use flow control when talking to the message store, on a fast machine this ↵Simon MacMullen2014-10-101-6/+19
| | | | test could overwhelm the message store such that gen_server2:drain/1 never completed.
* Merge in defaultSimon MacMullen2014-09-185-59/+86
|