| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move password_hashing_tests.erl to rabbitmq-test | Jean-Sébastien Pédron | 2015-10-20 | 1 | -54/+0 |
| | | |||||
| * | Tests are moved to rabbitmq-test | Jean-Sébastien Pédron | 2015-10-20 | 15 | -5281/+0 |
| | | |||||
| * | fixes gm_qc API | Alvaro Videla | 2015-10-14 | 1 | -2/+2 |
| | | |||||
| * | fixes QuickCheck tests for rabbit_backing_queue_qc | Alvaro Videla | 2015-10-14 | 1 | -4/+4 |
| | | |||||
| * | fixes batch_publish tests | Alvaro Videla | 2015-10-14 | 1 | -5/+15 |
| | | |||||
| * | Merge branch 'stable' | Alvaro Videla | 2015-10-14 | 1 | -1/+1 |
| |\ | |||||
| | * | restores the rabbit_variable_queue tests | Alvaro Videla | 2015-10-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | This line https://github.com/rabbitmq/rabbitmq-server/blob/master/src/rabbit_priority_queue.erl#L78 sets the rabbit_priority_queue as the default rabbit_backing_queue which had the side effect of disabling the tests for the rabbit_variable_queue | ||||
| * | | Merge branch 'master' into rabbitmq-server-336 | Alvaro Videla | 2015-10-05 | 1 | -2/+12 |
| |\ \ | |||||
| | * \ | Merge branch 'stable' | Michael Klishin | 2015-10-05 | 1 | -2/+12 |
| | |\ \ | | |/ | |||||
| | | * | simplifies delete_log_handlers test logic | Alvaro Videla | 2015-09-28 | 1 | -12/+6 |
| | | | | |||||
| | | * | fixes tests | Alvaro Videla | 2015-09-25 | 1 | -2/+18 |
| | | | | |||||
| * | | | adds batch publish tests | Alvaro Videla | 2015-10-04 | 1 | -1/+66 |
| |/ / | |||||
| * | | Merge branch 'master' into rabbitmq-server-270 | Michael Klishin | 2015-09-17 | 2 | -4/+5 |
| |\ \ | |||||
| | * \ | Merge branch 'stable' | Michael Klishin | 2015-09-17 | 2 | -4/+4 |
| | |\ \ | | |/ | | | | | | | Make credit flow setting a tuple, per discussion with @videlalvaro. | ||||
| | | * | refactors credit flow default config format | Alvaro Videla | 2015-09-11 | 1 | -4/+2 |
| | | | | |||||
| | | * | Allows credit flow Credits to be set via configuration | Alvaro Videla | 2015-09-11 | 2 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | Backports this fix from master into stable Fixes rabbitmq/rabbitmq-server#143 | ||||
| | | * | Makes CREDIT_DISC_BOUND and IO_BATCH_SIZE configurable | Alvaro Videla | 2015-08-27 | 2 | -0/+48 |
| | | | | | | | | | | | | | Fixes #284 | ||||
| | | * | (c) year | Michael Klishin | 2015-05-24 | 13 | -13/+13 |
| | | | | |||||
| * | | | Extract this test, per discussion with @videlalvaro | Michael Klishin | 2015-09-16 | 2 | -34/+55 |
| | | | | |||||
| * | | | More tests | Michael Klishin | 2015-09-16 | 1 | -0/+20 |
| | | | | |||||
| * | | | Some unit tests for pluggable password hashing | Michael Klishin | 2015-09-14 | 1 | -3/+14 |
| | | | | |||||
| * | | | Introduce per-user hashing functions, default to SHA-256 | Michael Klishin | 2015-09-14 | 1 | -0/+3 |
| |/ / | | | | | | | References #270. | ||||
| * | | implemented rabbit_misc:plmerge/2 to merge property lists | Giuseppe Privitera | 2015-09-03 | 1 | -0/+7 |
| | | | |||||
| * | | implemented rabbit_misc:pmerge to manage default values in proplists | Giuseppe Privitera | 2015-09-03 | 1 | -0/+7 |
| | | | |||||
| * | | Merge stable into master | Michael Klishin | 2015-08-27 | 2 | -0/+48 |
| | | | |||||
| * | | GM: Convert the testsuite to use `time_compat` | Jean-Sébastien Pédron | 2015-08-05 | 2 | -8/+13 |
| | | | | | | | | | References #233. | ||||
| * | | Renames queue-master-location header to x-queue-master-locator | Ayanda Dube | 2015-08-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | Renames rabbit.queue_master_location config key to rabbit.queue_master_locator References #121 | ||||
| * | | Adds policy validation tests for queue master location | Ayanda Dube | 2015-07-23 | 1 | -0/+16 |
| | | | | | | | | | References #121 | ||||
| * | | (c) year | Michael Klishin | 2015-05-24 | 14 | -14/+14 |
| | | | |||||
| * | | Allows credit flow Credits to be set via configuration | Alvaro Videla | 2015-05-05 | 2 | -0/+52 |
| | | | | | | | | | Fixes rabbitmq/rabbitmq-server#143 | ||||
| * | | tests cleanup | Alvaro Videla | 2015-04-27 | 1 | -4/+3 |
| | | | |||||
| * | | Add tests for head message timestamp queue statistic. Distinguish the former ↵ | Alex Thomas | 2015-04-10 | 2 | -114/+74 |
| | | | | | | | | | statistics tests as channel (_ch) statistics. Expand name. | ||||
| * | | Move head_msg_timestamp from backing_queue_status property to top-level ↵ | Alex Thomas | 2015-04-10 | 1 | -0/+103 |
| |/ | | | | queue stat as per PR comment #7. | ||||
| * | Merge branch 'stable' | Simon MacMullen | 2015-02-26 | 1 | -9/+7 |
| |\ | |||||
| | * | Fix tests, the exceptions are a bit cleaner now (bug26610) | Simon MacMullen | 2015-02-26 | 1 | -9/+7 |
| | | | |||||
| * | | Fix tests. | Simon MacMullen | 2015-01-27 | 1 | -2/+3 |
| | | | |||||
| * | | Merge bug 26527 | Simon MacMullen | 2015-01-21 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | Flow control for messages going from channel to slave via GM. Reshuffle the ↵ | Simon MacMullen | 2015-01-12 | 1 | -2/+3 |
| | | | | | | | | | | | | | flow control flag into #delivery{} to try to cut down on the number of places it gets passed around. Still to come: DTRT on promotion. | ||||
| * | | | Run the VQ tests both while embedding messages in the QI and sending them to ↵ | Simon MacMullen | 2014-12-11 | 1 | -5/+9 |
| | | | | | | | | | | | | | the store. | ||||
| * | | | A few fixes to VQ book-keeping, which get the tests passing again: | Simon MacMullen | 2014-12-11 | 1 | -14/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't count messages / bytes read during read, do so in betas_from_index_entries since unacked msgs don't count * Introduce qi_pending_ack to prevent us trying to page out messages that don't touch the store * Fix purge bookkeeping, account for the fact messages can be paged in to be purged | ||||
| * | | | Clearer test failures. | Simon MacMullen | 2014-12-05 | 1 | -5/+14 |
| | | | | |||||
| * | | | API changes | Simon MacMullen | 2014-12-05 | 1 | -8/+12 |
| | | | | |||||
| * | | | Fix confirms | Simon MacMullen | 2014-12-03 | 1 | -1/+1 |
| |/ / | |||||
| * | | stable to default | Simon MacMullen | 2014-11-19 | 1 | -0/+5 |
| |\ \ | |/ | |||||
| | * | Don't proceed until the supervisor has actually gone. | Simon MacMullen | 2014-11-19 | 1 | -0/+5 |
| | | | |||||
| * | | Tweak the APIs again, so that authz plugins aren't expected to create a ↵ | Simon MacMullen | 2014-11-14 | 1 | -6/+1 |
| | | | | | | | | | #auth_user record in the first place, just whatever impl they want. Which necessitates seperate login functions for authz and authn, and if we're going to do that we might as well split the behaviours so that we have the possibility of making an authz-only plugin. | ||||
| * | | Fix tests. | Simon MacMullen | 2014-11-14 | 1 | -4/+6 |
| | | | |||||
| * | | Import changes from ↵ | Simon MacMullen | 2014-11-13 | 1 | -5/+6 |
| |/ | | | | https://github.com/gotthardp/rabbitmq-server/tree/multi_authorization | ||||
| * | Use flow control when talking to the message store, on a fast machine this ↵ | Simon MacMullen | 2014-10-10 | 1 | -6/+19 |
| | | | | | test could overwhelm the message store such that gen_server2:drain/1 never completed. | ||||
| * | Merge in default | Simon MacMullen | 2014-09-18 | 5 | -59/+86 |
| | | |||||
