summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rabbitmq-server-1873-binding-recoveryMichael Klishin2019-02-168-112/+56
|\
| * Remove inet_dist_listen_min / max from ini schema since they do not workLuke Bakken2019-02-141-13/+0
| * Use the new feature flags helper in `rabbit_ct_broker_helpers`Jean-Sébastien Pédron2019-02-136-82/+33
| * dynamic_ha suite: remove a racy assertionMichael Klishin2019-02-131-2/+2
| * CompileMichael Klishin2019-02-131-1/+1
| * An attempt to make dynamic_ha suite more resilientMichael Klishin2019-02-131-15/+21
* | Merge branch 'master' into rabbitmq-server-1873-binding-recoveryMichael Klishin2019-02-1315-25/+25
|\ \ | |/
| * Merge branch 'spelling' of https://github.com/jsoref/rabbitmq-server into jso...Michael Klishin2019-02-1215-25/+25
| |\
| | * spelling: withinJosh Soref2019-02-121-1/+1
| | * spelling: specifyingJosh Soref2019-02-121-1/+1
| | * spelling: rotationJosh Soref2019-02-121-1/+1
| | * spelling: relevantJosh Soref2019-02-121-1/+1
| | * spelling: refreshJosh Soref2019-02-121-3/+3
| | * spelling: redeliveredJosh Soref2019-02-121-1/+1
| | * spelling: queuingJosh Soref2019-02-121-1/+1
| | * spelling: permutationJosh Soref2019-02-121-1/+1
| | * spelling: overriddenJosh Soref2019-02-121-1/+1
| | * spelling: outputJosh Soref2019-02-121-1/+1
| | * spelling: notificationJosh Soref2019-02-121-1/+1
| | * spelling: inconsistentJosh Soref2019-02-121-1/+1
| | * spelling: explicitlyJosh Soref2019-02-122-2/+2
| | * spelling: existentJosh Soref2019-02-121-5/+5
| | * spelling: delegateJosh Soref2019-02-121-1/+1
| | * spelling: cancelledJosh Soref2019-02-121-2/+2
| | * spelling: argumentsJosh Soref2019-02-121-1/+1
* | | Recover bindings for all durable queues including failed to recover.Daniil Fedotov2019-02-121-1/+2
|/ /
* | rabbif_fifo: refactor and fix testskjnilsson2019-02-121-1/+2
* | Merge branch 'master' into queues-testingMichael Klishin2019-02-126-19/+66
|\ \ | |/
| * fix rabbit_fifo test setupkjnilsson2019-02-081-1/+1
| * Update unit_log_config_SUITE now that we have an LDAP sinkMichael Klishin2019-02-081-0/+24
| * rabbitmqctl_integration_SUITE: Use `?assertMatch()`Jean-Sébastien Pédron2019-02-071-8/+2
| * unit_SUITE: Set the `feature_flags_file` app parameterJean-Sébastien Pédron2019-02-071-2/+3
| * dead_lettering_SUITE, publisher_confirms_parallel_SUITE: Handle case where qu...Jean-Sébastien Pédron2019-02-072-8/+36
* | Move some quorum queue tests to a generic queue type suite.Diana Corbacho2019-02-113-551/+654
|/
* Update test expectations now that we have one more sinkMichael Klishin2019-02-061-0/+24
* 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
| |/