Skip to content

Commit 3ecbe7b

Browse files
Document RABBITMQ_METADATA_STORE in CONTRIBUTING.md
1 parent f020eb2 commit 3ecbe7b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,21 @@ gmake ct-rabbit_mgmt_http t="all_tests_with_prefix:users_test"
6464
gmake ct-rabbit_mgmt_http t="all_tests_with_prefix:queues_test"
6565
```
6666

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+
6782

6883
## Running Single Nodes from Source
6984

0 commit comments

Comments
 (0)