summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/unit_inbroker_dead_letter_SUITE.erl -> test/dead_lettering_SUITE.erlMichael Klishin2019-02-051-1/+1
* DittoMichael Klishin2019-02-051-1/+1
* Give the recovering node more time to start hereMichael Klishin2019-02-051-2/+2
* Rename test suiteDiana Corbacho2019-02-051-1/+1
* Publisher confirms test suite for all queue typesDiana Corbacho2019-02-053-103/+381
* gm_SUITE: Increase receive timeout from 1 to 5 secondsJean-Sébastien Pédron2019-02-041-1/+1
* rabbit_fifo_prop_SUITE: remove some dead code, ct:pal/2 only errorsMichael Klishin2019-02-011-7/+1
* Merge branch 'master' into rabbit-fifo-snapshotting-fixMichael Klishin2019-02-0119-134/+2068
|\
| * Merge branch 'master' into dead-letter-testingMichael Klishin2019-02-0117-105/+889
| |\
| | * Use the new try/catch syntax to get the stacktrace in several testsuitesJean-Sébastien Pédron2019-02-013-9/+12
| | * Make #amqqueue{} a private record + add a feature flagJean-Sébastien Pédron2019-02-0112-66/+401
| | * New "Feature flags" subsystem to ease upgrades with breaking changesJean-Sébastien Pédron2019-02-015-30/+476
| * | Minor comment editsMichael Klishin2019-02-011-9/+9
| * | Trailing whitespaceMichael Klishin2019-02-011-18/+16
| * | Test suite for dead letter: classic, mirrored and quorum queuesDiana Corbacho2019-02-013-29/+1181
| |/
* | Ensure rabbit_fifo snaphots are emittedkjnilsson2019-02-011-4/+10
|/
* Merge pull request #1849 from rabbitmq/basic_get_message_ready_countMichael Klishin2019-01-291-13/+13
|\
| * Fix basic get message ready countkjnilsson2019-01-281-13/+13
* | Merge branch 'master' into rabbitmq-server-1838-active-field-for-consumersArnaud Cogoluègnes2019-01-257-125/+422
|\ \ | |/
| * Merge branch 'master' into qq-queue-length-drop-headMichael Klishin2019-01-252-2/+17
| |\
| | * backing_queue_SUITE:: Move `get_queue_sup_pid()` from rabbitmq-ct-helpersJean-Sébastien Pédron2019-01-241-1/+17
| | * dynamic_qq_SUITE: "force delete" was implemented, remove the TODOJean-Sébastien Pédron2019-01-241-1/+0
| | * Fix dynamic_qq test expectationkjnilsson2019-01-241-3/+2
| * | tidy upkjnilsson2019-01-241-10/+0
| * | Quorum queue queue length limit by byte size and number of messagesDiana Corbacho2019-01-246-113/+405
| |/
* | Add consumer activity status to metricsArnaud Cogoluègnes2019-01-241-1/+1
* | Return active and activity status when listing consumersArnaud Cogoluègnes2019-01-211-1/+29
|/
* 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