summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* setup test for both queue typesqueue_typeskjnilsson2019-01-211-4/+6
* Roundtrip message through queue type interfacekjnilsson2019-01-211-0/+181
* more wip]kjnilsson2019-01-171-14/+38
* wipkjnilsson2019-01-172-0/+95
* update rabbit_fifo with ra changeskjnilsson2019-01-171-0/+15
* Fix test setupkjnilsson2019-01-171-1/+1
* Improve quorum queue deletionkjnilsson2019-01-151-11/+17
* Merge branch 'master' into qq-testingMichael Klishin2019-01-1462-828/+160
|\
| * Fixed years in copyrightSamuel NELA2019-01-1361-78/+73
| * Update to sysmon_handler 1.1.0Luke Bakken2019-01-091-761/+84
| * Correct a max message size config setting typoMichael Klishin2019-01-091-0/+14
* | Merge remote-tracking branch 'origin/master' into qq-testingDiana Corbacho2019-01-108-108/+1258
|\ \ | |/
| * Update ct-config_schema expectations to include sysmon_handler defaultsMichael Klishin2019-01-091-83/+750
| * Squash a couple of warningsMichael Klishin2019-01-091-2/+2
| * Merge pull request #1802 from rabbitmq/rabbitmq-server-1799-single-active-con...Michael Klishin2019-01-092-0/+388
| |\
| | * Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqMichael Klishin2019-01-085-26/+114
| | |\
| | * | NbMessages => MessageCountMichael Klishin2019-01-081-24/+24
| | * | Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-213-8/+20
| | |\ \
| | * \ \ Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-141-4/+78
| | |\ \ \
| | * | | | Support single active consumer in quorum queueArnaud Cogoluègnes2018-12-141-26/+90
| | * | | | Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-144-130/+105
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into rabbitmq-server-1743-exclusive-consumerArnaud Cogoluègnes2018-12-114-21/+826
| | |\ \ \ \ \
| | * | | | | | Use single active consumer term when appropriateArnaud Cogoluègnes2018-11-221-1/+1
| | * | | | | | Merge branch 'master' into rabbitmq-server-1743-exclusive-consumerArnaud Cogoluègnes2018-11-2210-57/+2494
| | |\ \ \ \ \ \
| | * | | | | | | Use x-single-active-consumer queue argumentArnaud Cogoluègnes2018-10-251-2/+2
| | * | | | | | | Forbid AMQP exclusive consume in exclusive consumer queueArnaud Cogoluègnes2018-10-241-10/+21
| | * | | | | | | Pick new exclusive consumer after channel goes downArnaud Cogoluègnes2018-10-231-8/+85
| | * | | | | | | Implement exclusive consumer (WIP)Arnaud Cogoluègnes2018-10-222-0/+236
| * | | | | | | | rabbit_fifo_props: handle impossible casekjnilsson2019-01-081-2/+10
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | per_vhost_connection_limit_partitions: Check connections count in a loopJean-Sébastien Pédron2019-01-081-4/+15
| * | | | | | | Merge pull request #1817 from rabbitmq/ra_server_supervisionKarl Nilsson2019-01-082-13/+15
| |\ \ \ \ \ \ \
| | * | | | | | | Update with Ra server supervision changeskjnilsson2019-01-042-13/+15
| * | | | | | | | unit_inbroker_parallel_SUITE: Bump suite timetrap to 3 minutesJean-Sébastien Pédron2019-01-071-1/+1
| * | | | | | | | Rework message size limit testMichael Klishin2019-01-021-49/+40
| * | | | | | | | Open the channel after max length limit is configuredMichael Klishin2019-01-021-3/+5
| * | | | | | | | Merge branch 'master' into max_msg_sizeMichael Klishin2019-01-013-13/+25
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Modify test so generated ciphers are in the expected orderLuke Bakken2018-12-311-6/+6
| | |/ / / / / / /
| * | | | | | | | Move application environment read to the channel intialisation.Daniil Fedotov2018-12-281-8/+11
| * | | | | | | | Introduce a configurable limit to message size.Daniil Fedotov2018-12-271-0/+79
* | | | | | | | | Refactor quorum_queue_SUITE for dynamic_qq_SUITEDiana Corbacho2019-01-091-46/+5
* | | | | | | | | Add dynamic_qq_SUITE for quorum queuesDiana Corbacho2019-01-082-0/+307
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Quorum queue: purege should not remove checkout out messages.kjnilsson2018-12-211-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | rabbit_fifo: apply/4 -> apply/3kjnilsson2018-12-201-5/+17
|/ / / / / /
* | | | | | Do not include x-delivery-count header on first delivery.kjnilsson2018-12-191-1/+1
* | | | | | Squash a warningMichael Klishin2018-12-191-2/+2
| |_|_|_|/ |/| | | |
* | | | | Report message bytes in quorum queue statsDiana Corbacho2018-12-141-4/+78
| |_|_|/ |/| | |
* | | | Merge pull request #1801 from rabbitmq/qq-list-consumersArnaud Cogoluègnes2018-12-143-59/+101
|\ \ \ \
| * | | | fix rabbit_fifo SUITEkjnilsson2018-12-141-5/+7
| * | | | Implement consumer listing for quorum queueskjnilsson2018-12-143-55/+95
* | | | | Merge pull request #1800 from rabbitmq/qq-ghost-consumer-fixD Corbacho2018-12-141-1/+4
|\ \ \ \ \ | |/ / / /