summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Wait for commits on test suitetest-wait-for-confirmsdcorbacho2020-03-231-46/+25
* feature_flags_SUITE: Make sure `rabbit` is not recompiledJean-Sébastien Pédron2020-03-231-1/+13
* feature_flags_SUITE: Adapt `registry` testJean-Sébastien Pédron2020-03-201-18/+16
* Make the list of discovered nodes unique before using itMichael Klishin2020-03-201-1/+2
* Make sure peer discovery module is loaded before initialisationMichael Klishin2020-03-201-0/+1
* Merge pull request #2281 from rabbitmq/fix-ff-registry-loading+improve-ff-tes...Jean-Sébastien Pédron2020-03-202-36/+36
|\
| * rabbit_feature_flags: Wait for old registry to be purgedJean-Sébastien Pédron2020-03-191-2/+14
| * rabbit_feature_flags: Add an API for testsuites to add their own feature flagsJean-Sébastien Pédron2020-03-192-34/+22
|/
* rabbit_fifo_SUITE mock log betterkjnilsson2020-03-171-3/+6
* Merge pull request #2272 from rabbitmq/rabbit-fifo-force-gcGerhard Lazu2020-03-162-7/+37
|\
| * Log full GC sweep as debug, not infoGerhard Lazu2020-03-132-3/+5
| * rabbit_fifo: force gc when queue is emptykjnilsson2020-03-122-7/+35
* | Merge pull request #2276 from rabbitmq/mk-peer-discovery-retriesJean-Sébastien Pédron2020-03-167-25/+268
|\ \
| * | Make default peer discovery retry settings consistentMichael Klishin2020-03-161-1/+1
| * | Retry on [some] peer discovery failuresMichael Klishin2020-03-165-25/+118
| * | Classic config peer discovery: conditionally support registrationMichael Klishin2020-03-161-1/+19
| * | rabbit_nodes: introduce make/2 for convenienceMichael Klishin2020-03-161-3/+6
| * | Integration tess for classic config peer discovery backendMichael Klishin2020-03-161-0/+128
| * | Log it when schema tables were successfully syncedMichael Klishin2020-03-161-0/+1
|/ /
* | Add a test case that imports definitions on bootMichael Klishin2020-03-121-3/+34
|/
* Make sure definition import work pool is started before actual import boot stepMichael Klishin2020-03-121-14/+15
* Revert "Use default work pool for definition import"Michael Klishin2020-03-121-0/+1
* Add a comment to remind us to discuss IMPORT_WORK_POOLGerhard Lazu2020-03-121-0/+2
* Log if definitions are imported sequentially vs concurrentlyGerhard Lazu2020-03-121-2/+2
* Use default work pool for definition importGerhard Lazu2020-03-121-1/+0
* Merge pull request #2273 from luos/fix_crashed_queues_on_startupMichael Klishin2020-03-121-3/+13
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-10252-255/+255
* Remove unused old `check_xref` and `quickcheck` scriptsJean-Sébastien Pédron2020-03-102-332/+0
* dynamic_ha_SUITE: Increase the chance of concurrent rebalancesJean-Sébastien Pédron2020-03-091-3/+14
* Merge pull request #2268 from rabbitmq/rabbitmq-management-782Michael Klishin2020-03-072-6/+55
|\
| * More loggingMichael Klishin2020-03-071-0/+1
| * Add test that should failLuke Bakken2020-03-062-6/+54
|/
* Update rabbitmq-components.mkGerhard Lazu2020-03-061-1/+1
* Update erlang.mkGerhard Lazu2020-03-061-29/+142
* Merge pull request #2267 from rabbitmq/rabbit-fifo-release-cursor-fixD Corbacho2020-03-053-8/+48
|\
| * rabbit_fifo: change release cursor calculationrabbit-fifo-release-cursor-fixkjnilsson2020-03-053-8/+48
* | Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2020-03-041-1/+10
* | Travis CI: Refresh config patchJean-Sébastien Pédron2020-03-041-6/+6
* | Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2020-03-041-17/+13
|/
* rabbit_fifo_prop: revert config changekjnilsson2020-03-041-1/+1
* Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2020-03-031-1/+1
* Travis CI: Add config patch to ensure we use `make ct-fast`Jean-Sébastien Pédron2020-03-031-0/+11
* README.md: Add Travis CI build status (master branch)Jean-Sébastien Pédron2020-03-031-0/+2
* Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2020-03-031-1/+1
* rabbit_fifo_props: add tests that tests config changeskjnilsson2020-03-031-31/+120
* Merge pull request #2261 from rabbitmq/add-signal-handling-testsuiteJean-Sébastien Pédron2020-03-031-0/+168
|\
| * signal_handling_SUITE: New testsuite to check the signal handlers behaviorJean-Sébastien Pédron2020-03-031-0/+168
|/
* lower size of property testkjnilsson2020-03-021-1/+1
* rabbit_fifo: release cursor effect orderingkjnilsson2020-03-023-9/+9
* Merge pull request #2264 from rabbitmq/add-product_info-testsuiteMichael Klishin2020-02-291-0/+168
|\