We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f020eb2 commit 3ecbe7bCopy full SHA for 3ecbe7b
CONTRIBUTING.md
@@ -64,6 +64,21 @@ gmake ct-rabbit_mgmt_http t="all_tests_with_prefix:users_test"
64
gmake ct-rabbit_mgmt_http t="all_tests_with_prefix:queues_test"
65
```
66
67
+### Running Tests with a Specific Schema Data Store
68
+
69
+Set `RABBITMQ_METADATA_STORE` to either `khepri` or `mnesia` to make the Common Test suites
70
+use a specific [schema data store]() (metadata store):
71
72
+``` shell
73
+RABBITMQ_METADATA_STORE=khepri gmake ct-quorum_queue
74
+```
75
76
+Or, with Nu shell:
77
78
+```nu
79
+with-env {'RABBITMQ_METADATA_STORE': 'khepri'} { gmake ct-quorum_queue }
80
81
82
83
## Running Single Nodes from Source
84
0 commit comments