summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsuite build on Erlang R16B03 by using macros for old builtin typesrabbitmq_v3_6_3Jean-Sébastien Pédron2016-07-051-4/+4
| | | | Those macros are provided by `old_builtin_types.hrl` in rabbitmq-common.
* Travis CI: Do not set CT_OPTS, it's handled by rabbitmq-build.mkJean-Sébastien Pédron2016-07-051-1/+1
|
* Use CT_OPTS from rabbitmq-build.mkJean-Sébastien Pédron2016-07-051-2/+0
|
* Travis CI: Turn off error_logger messagesJean-Sébastien Pédron2016-07-051-1/+1
| | | | Hopefully the testsuite should be quiet enough now.
* Travis CI: Test against Erlang 18.3 and 19.0Jean-Sébastien Pédron2016-07-051-1/+2
|
* Fix build on Erlang R16B03 by using macros for old builtin typesJean-Sébastien Pédron2016-07-057-19/+21
| | | | Those macros are provided by `old_builtin_types.hrl` in rabbitmq-common.
* These are moved to rabbit_ct_broker_helpersrabbitmq_v3_6_3_rc3Michael Klishin2016-07-031-4/+2
|
* {allow,block}_traffic_between/2 are moved to rabbit_ct_broker_helpersMichael Klishin2016-07-031-4/+2
|
* dist_proxy helpers moved to rabbit_ct_broker_helpersMichael Klishin2016-07-031-27/+6
|
* Travis CI: Use "if/then" instead of "cmd && cmd" for conditional stepsJean-Sébastien Pédron2016-07-011-2/+2
|
* Travis CI: Fix the `$GROUP` env. var. matrixJean-Sébastien Pédron2016-07-011-2/+2
|
* Travis CI: And fix another syntax error...Jean-Sébastien Pédron2016-07-011-1/+1
|
* Travis CI: Fix stupid syntax errorJean-Sébastien Pédron2016-07-011-1/+1
|
* Hardcode init-system-helpers dependency to be Ubuntu 14.04 (or later)-compatibleMichael Klishin2016-07-011-1/+1
| | | | | | | | | | | | | | | | | | Now that systemd support is introduced, there is an issue with package dependencies between Ubuntu 14.04 and 16.04. We produce releases on Debian Wheezy which specifies init-system-hlpers 1.18 as a dependency. Unfortunately that version is not available on Ubuntu 14.04, only 1.14 is. So we primarily have 4 options for the short term: * Revert systemd support and upset 16.04 users * Drop 14.04 support and upset 14.04 users * Switch to Ubuntu 14.04 for producing Debian packages and hope it will work on Debian * Hardcode the dependency Options 3 and 4 seem to be the least of all evils. We will evaluate option 3 separately.
* Update Uploaders listMichael Klishin2016-07-011-4/+3
|
* Travis CI: Lower verbosity of common_testJean-Sébastien Pédron2016-07-011-1/+1
| | | | | | | | Out-of-the-box, it spits more than 4 MiB of messages, which is above the limit imposed by Travis, causing a build failure. While here, remove the use of `travis_wait` because our common_test helper make sure we log at least a message every minute.
* Travis CI: Import Git branch handdling from rabbitmq-shovelJean-Sébastien Pédron2016-07-011-5/+12
|
* Merge pull request #866 from rabbitmq/rabbitmq-management-825rabbitmq_v3_6_3_rc2Michael Klishin2016-06-302-3/+7
|\ | | | | Include metrics for the time it takes to obtain a file handle
| * Include metrics for the time it takes to obtain a file handleDiana Corbacho2016-06-302-3/+7
|/
* Merge pull request #858 from rabbitmq/rabbitmq-management-211Michael Klishin2016-06-291-1/+9
|\ | | | | Report queue reductions per second and GC options
| * Report reductions and garbage collection options in queue processesDiana Corbacho2016-06-291-1/+9
| |
* | Merge pull request #861 from rabbitmq/rabbitmq-server-860Michael Klishin2016-06-2987-1298/+957
|\ \ | | | | | | Compile on OTP 19.0
| * \ Merge branch 'stable' into rabbitmq-server-860Michael Klishin2016-06-281-0/+1
| |\ \ | |/ / |/| |
* | | Ignore debug/*Michael Klishin2016-06-281-0/+1
| | |
| * | Use the new `rand_compat` module to transition from `random` to `rand`Jean-Sébastien Pédron2016-06-288-17/+8
| | | | | | | | | | | | | | | References #860. [#122335241]
| * | Use the new -spec formatJean-Sébastien Pédron2016-06-2883-1281/+949
|/ / | | | | | | | | | | | | | | | | | | | | | | | | The old format is removed in Erlang 19.0, leading to build errors. Also, get rid of the `use_specs` macro and thus always define -spec() & friends. While here, unnify the style of -type and -spec. References #860. [#118562897] [#122335241]
* | Git: Ignore `xrefr`Jean-Sébastien Pédron2016-06-281-10/+10
| |
* | Merge pull request #857 from rabbitmq/rabbitmq-server-802rabbitmq_v3_6_3_rc1Michael Klishin2016-06-284-79/+310
|\ \ | | | | | | Infinity loop in synchronisation of priority queues
| * | Fix tests cleanupDiana Corbacho2016-06-271-2/+2
| | |
| * | Merge branch 'stable' into rabbitmq-server-802Michael Klishin2016-06-273-2/+6
| |\ \ | |/ / |/| |
* | | Merge pull request #862 from rabbitmq/rabbitmq-server-854Michael Klishin2016-06-271-1/+4
|\ \ \ | |_|/ |/| | Avoid index reset when publisher confirms are pending
| * | Avoid index reset when publisher confirms are pendingDiana Corbacho2016-06-241-1/+4
|/ /
* | terminate/2 now returns okMichael Klishin2016-06-231-1/+1
| |
* | Merge pull request #853 from rabbitmq/rabbitmq-server-852Karl Nilsson2016-06-221-0/+1
|\ \ | | | | | | Include rabbitmq_top into server distribution
| * | Include rabbitmq_top into server distributionMichael Klishin2016-06-211-0/+1
|/ / | | | | | | | | | | Fixes #852. [##121992375]
| * Re-enable more testsMichael Klishin2016-06-271-2/+2
| |
| * Restore invoke clauseDiana Corbacho2016-06-271-0/+2
| |
| * Use a separate connection per testMichael Klishin2016-06-272-77/+223
| |
| * Tests for 802 issues and related race conditionsDiana Corbacho2016-06-241-6/+88
| |
| * Erase index on crash recovery for any backing queueDiana Corbacho2016-06-221-1/+1
| | | | | | | | | | It is up to the individual implementation to decide what to erase, i.e. priority queues have one index per priority
| * Priority queues: retrieve max priority from state in invokeDiana Corbacho2016-06-211-3/+4
|/ | | | | | Neither amqqueue_process, master or slave modules are aware of the priority data expected by this function, it must be stored and retrieved internal.
* Gracefully handle cases when logging exchange does not existrabbitmq_v3_6_3_milestone2Michael Klishin2016-06-181-8/+9
| | | | | | | | | | | | | Client test suites that test connection recovery by restarting RabbitMQ ocassionally lead to a situation when amq.rabbitmq.log in the "/" vhost can be unavailable for a split second. Default vhost may or may not exist in general. So handle {error, not_found} responses from rabbit_basic:publish/4 instead of potentially seriously polluting logs with confusing exceptions. While at it, return a sensible value from terminate/2.
* Merge pull request #846 from rabbitmq/rabbitmq-server-541Michael Klishin2016-06-177-7/+7
|\ | | | | Set bounded timeout for OTP workers
| * Set bounded timeout for OTP workersDaniil Fedotov2016-06-167-7/+7
| |
* | priority_queue_SUITE: Use the new open_connection_and_channel() helperJean-Sébastien Pédron2016-06-151-3/+1
|/
* Merge pull request #843 from rabbitmq/rabbitmq-server-837Michael Klishin2016-06-151-3/+5
|\ | | | | Removed confusing code from rabbit:stop
| * Unused constDaniil Fedotov2016-06-141-2/+0
| |
| * Do not run on_node_downDaniil Fedotov2016-06-141-25/+1
| |
| * Move cleanup to prep_stopDaniil Fedotov2016-06-131-3/+31
| |
* | Merge branch 'rabbitmq-server-687' into stableMichael Klishin2016-06-142-7/+52
|\ \ | |/ |/|