summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugins/jobs/configs/.rr-jobs-init.yaml6
-rw-r--r--tests/plugins/kv/rr.dbbin0 -> 32768 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/plugins/jobs/configs/.rr-jobs-init.yaml b/tests/plugins/jobs/configs/.rr-jobs-init.yaml
index 90590ccb..1648fa6c 100644
--- a/tests/plugins/jobs/configs/.rr-jobs-init.yaml
+++ b/tests/plugins/jobs/configs/.rr-jobs-init.yaml
@@ -9,6 +9,7 @@ server:
amqp:
addr: amqp://guest:guest@localhost:5672/
+
# beanstalk configuration
beanstalk:
addr: tcp://localhost:11300
@@ -45,7 +46,10 @@ jobs:
test-1:
driver: amqp
priority: 1
- queue: default
+ queue: test-1-queue
+ exchange: default
+ exchange_type: direct
+ routing_key: test
pipeline_size: 1000000
test-2:
diff --git a/tests/plugins/kv/rr.db b/tests/plugins/kv/rr.db
new file mode 100644
index 00000000..4267eb2c
--- /dev/null
+++ b/tests/plugins/kv/rr.db
Binary files differ