diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-14 04:28:36 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-14 04:28:36 +0200 |
| commit | 6f02f3cb0e6e2d5669c4998e0eed21bcc72fc37b (patch) | |
| tree | a51b900bf9a1fa301b0717076edf916c8dbe1b5d /test | |
| parent | 5e6625e8195b9c9117ae1701089ffcaead81c08f (diff) | |
| download | rabbitmq-server-git-6f02f3cb0e6e2d5669c4998e0eed21bcc72fc37b.tar.gz | |
restores the rabbit_variable_queue tests
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
Diffstat (limited to 'test')
| -rw-r--r-- | test/src/rabbit_tests.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl index 622229b19d..fc6384bfb2 100644 --- a/test/src/rabbit_tests.erl +++ b/test/src/rabbit_tests.erl @@ -1888,7 +1888,7 @@ test_file_handle_cache() -> test_backing_queue() -> case application:get_env(rabbit, backing_queue_module) of - {ok, rabbit_variable_queue} -> + {ok, rabbit_priority_queue} -> {ok, FileSizeLimit} = application:get_env(rabbit, msg_store_file_size_limit), application:set_env(rabbit, msg_store_file_size_limit, 512), |
