| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into queues-testing | Michael Klishin | 2019-02-12 | 12 | -51/+110 |
| |\ | |||||
| | * | rabbitmq.conf.example: minor edits | Michael Klishin | 2019-02-11 | 1 | -5/+5 |
| | | | |||||
| | * | Default num_acceptors.ssl is 10 | Michael Klishin | 2019-02-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | It used to be limited to 1 because of an ssl application bug in OTP that resulted in excessive log noise per acceptor. That's no longer true and the limit has been bumped to 10 months ago. | ||||
| | * | fix rabbit_fifo test setup | kjnilsson | 2019-02-08 | 1 | -1/+1 |
| | | | |||||
| | * | Remove rabbit_fifo_client priority toggle | kjnilsson | 2019-02-08 | 1 | -16/+1 |
| | | | | | | | | | | | | | | | This code is a remnant from when rabbit_fifo was inside ra and it tried to maintain order of low and normal operations within a single process. For rabbit this is not required as it is ok for acks to overtake publishes. | ||||
| | * | Merge pull request #1871 from rabbitmq/leader-tracking | Karl Nilsson | 2019-02-08 | 2 | -9/+29 |
| | |\ | | | | | | | QQ: Repair amqqrecord leader info on tick | ||||
| | | * | QQ: Repair amqqrecord leader info on tick | kjnilsson | 2019-02-07 | 2 | -9/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | It is possible that the initial update could fail and then the leader would never be updated. Here we check periodically if the amqqueue record leader is incorrect and update it if so. [#163554015] | ||||
| | * | | Update unit_log_config_SUITE now that we have an LDAP sink | Michael Klishin | 2019-02-08 | 1 | -0/+24 |
| | | | | | | | | | | | | | See rabbitmq/rabbitmq-common#301. | ||||
| | * | | Add Cuttlefish mapping for RA logging category | Arnaud Cogoluègnes | 2019-02-07 | 1 | -0/+7 |
| | | | | | | | | | | | | | [#163518117] | ||||
| | * | | rabbitmqctl_integration_SUITE: Use `?assertMatch()` | Jean-Sébastien Pédron | 2019-02-07 | 1 | -8/+2 |
| | | | | | | | | | | | | | ... instead of re-inventing the pattern. | ||||
| | * | | unit_SUITE: Set the `feature_flags_file` app parameter | Jean-Sébastien Pédron | 2019-02-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | ... before using `rabbit:start_apps()`. It's required for proper feature flags support. [#160169569] | ||||
| | * | | dead_lettering_SUITE, publisher_confirms_parallel_SUITE: Handle case where ↵ | Jean-Sébastien Pédron | 2019-02-07 | 2 | -8/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | quorum queues are unsupported If the feature flag is unsupported, skip the testcases. [#160169569] | ||||
| | * | | rabbit_feature_flags: Require the `feature_flags_file` app parameter | Jean-Sébastien Pédron | 2019-02-07 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | Therefore, throw an exception when it is missing. [#160169569] | ||||
| * | | Do not return unacked messages in basic.cancel by quorum queues | Diana Corbacho | 2019-02-11 | 1 | -42/+65 |
| | | | | | | | | | | | | | It's not part of the spec. Messages should stay unacked as the consumer can still ack them, it simply won't receive new messages. Consumer state should be kept if unacked messages are present, but not listed. | ||||
| * | | Move some quorum queue tests to a generic queue type suite. | Diana Corbacho | 2019-02-11 | 3 | -551/+654 |
| |/ | | | | | Additional tests for basic.cancel which must NOT return unacked messages to the queue as implemented by quorum queues. | ||||
| * | Merge pull request #1868 from rabbitmq/fix-dialyzer | Michael Klishin | 2019-02-06 | 13 | -34/+35 |
| |\ | | | | | Fix many Dialyzer warnings | ||||
| | * | Remove commented out code | Loïc Hoguin | 2019-02-05 | 3 | -19/+4 |
| | | | |||||
| | * | Fix many Dialyzer warnings | Loïc Hoguin | 2019-02-05 | 13 | -34/+50 |
| | | | |||||
| * | | rabbitmq-diagnostics(8): format examples correctly | Michael Klishin | 2019-02-06 | 1 | -58/+20 |
| | | | | | | | | | (cherry picked from commit 7fe42d047224a70b70fe8fdaeab835f69c16c634) | ||||
| * | | Merge branch 'rabbitmq-diagnostics-man-page' | Michael Klishin | 2019-02-06 | 5 | -46/+599 |
| |\ \ | |||||
| | * | | New man page: rabbitmq-diagnostics(8) | Michael Klishin | 2019-02-06 | 1 | -12/+161 |
| | | | | |||||
| | * | | Actually help exits successfully | Michael Klishin | 2019-02-05 | 1 | -2/+0 |
| | | | | |||||
| | * | | rabbitmq-diagnostics man page WIP | Michael Klishin | 2019-02-05 | 1 | -1/+150 |
| | | | | |||||
| | * | | Wording | Michael Klishin | 2019-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | rabbitmqctl(8) WIP | Michael Klishin | 2019-02-05 | 3 | -51/+185 |
| | | | | |||||
| | * | | rabbitmq-diagnostics(8) WIP | Michael Klishin | 2019-02-05 | 5 | -13/+136 |
| | | | | |||||
| * | | | Update test expectations now that we have one more sink | Michael Klishin | 2019-02-06 | 1 | -0/+24 |
| | |/ |/| | | | | | References #1866. | ||||
| * | | test/unit_inbroker_dead_letter_SUITE.erl -> test/dead_lettering_SUITE.erl | Michael Klishin | 2019-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | Per discussion with @dcorbacho. Those are not unit tests as they use Erlang client connections and manage nodes. | ||||
| * | | Merge pull request #1867 from rabbitmq/publisher-confirms-testing | Michael Klishin | 2019-02-05 | 3 | -103/+381 |
| |\ \ | | | | | | | Publisher confirms test suite for all queue types | ||||
| | * | | Ditto | Michael Klishin | 2019-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Give the recovering node more time to start here | Michael Klishin | 2019-02-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | It can take twice as long in CI containers. | ||||
| | * | | Rename test suite | Diana Corbacho | 2019-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'master' into publisher-confirms-testing | Michael Klishin | 2019-02-05 | 2 | -7/+22 |
| | |\ \ | |/ / |/| | | |||||
| * | | | Merge pull request #1866 from rabbitmq/qq-log-formatting | Michael Klishin | 2019-02-05 | 2 | -7/+22 |
| |\ \ \ | |_|/ |/| | | Use friendly name for Ra logs | ||||
| | * | | Use friendly name for Ra logs | kjnilsson | 2019-02-05 | 2 | -7/+22 |
| |/ / | | | | | | | [#163724857] | ||||
| | * | Publisher confirms test suite for all queue types | Diana Corbacho | 2019-02-05 | 3 | -103/+381 |
| |/ | | | | | Some tests have been moved from another suites to here and made generic. New tests. | ||||
| * | gm_SUITE: Increase receive timeout from 1 to 5 seconds | Jean-Sébastien Pédron | 2019-02-04 | 1 | -1/+1 |
| | | | | | Hopefully it will reduce the number of transient failures. | ||||
| * | rabbit: Load plugins and init feature flags before we check cluster consistency | Jean-Sébastien Pédron | 2019-02-04 | 1 | -5/+18 |
| | | | | | | | | | This is required because the feature flags (which depend on loaded plugins) must be known so we can compare them to remote nodes' feature flags. [#160169569] | ||||
| * | Merge pull request #1861 from rabbitmq/lrb-issue-template-revision | Michael Klishin | 2019-02-04 | 1 | -7/+13 |
| |\ | | | | | Remove markdown formatting | ||||
| | * | Remove markdown formatting | Luke Bakken | 2019-02-03 | 1 | -7/+13 |
| |/ | | | | The GitHub issue template is not rendered as markdown but is just plain text filling the input text field. It should be a little easier to read without the markdown links. | ||||
| * | Merge pull request #1860 from rabbitmq/lrb-shorter-issue-template | Michael Klishin | 2019-02-02 | 2 | -42/+14 |
| |\ | | | | | Make the GitHub issue template shorter and more to the point | ||||
| | * | While at it, update the PR template as well | Michael Klishin | 2019-02-02 | 1 | -4/+4 |
| | | | |||||
| | * | Wording | Michael Klishin | 2019-02-02 | 1 | -9/+9 |
| | | | |||||
| | * | fix template because variable-width font is used | Luke Bakken | 2019-02-02 | 1 | -5/+3 |
| | | | |||||
| | * | Make the GitHub issue template shorter and more to the point | Luke Bakken | 2019-02-02 | 1 | -38/+12 |
| |/ | |||||
| * | Merge pull request #1857 from rabbitmq/rabbit-fifo-snapshotting-fix | Michael Klishin | 2019-02-01 | 3 | -152/+116 |
| |\ | | | | | Rabbit fifo snapshotting improvements | ||||
| | * | rabbit_fifo_prop_SUITE: remove some dead code, ct:pal/2 only errors | Michael Klishin | 2019-02-01 | 1 | -7/+1 |
| | | | |||||
| | * | Merge branch 'master' into rabbit-fifo-snapshotting-fix | Michael Klishin | 2019-02-01 | 122 | -2130/+9060 |
| | |\ | |/ |/| | |||||
| * | | Merge pull request #1858 from rabbitmq/dead-letter-testing | Michael Klishin | 2019-02-01 | 5 | -36/+1186 |
| |\ \ | | | | | | | Dead letter testing | ||||
| | * \ | Merge branch 'master' into dead-letter-testing | Michael Klishin | 2019-02-01 | 117 | -2090/+7868 |
| | |\ \ | |/ / |/| | | | | | | | | Conflicts: src/rabbit_quorum_queue.erl | ||||
