File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
33## Running tests
44
5- To run the entire test set, run:
5+ To run the entire test set, first set the following environment variables:
6+
7+ - ` DOCKERNAMESPACE ` to your docker hub account
8+ - ` VERBOSE ` to ` 1 ` (default is empty)
9+ - ` LONG ` to ` 1 ` (default is empty, which skips lots of tests)
10+ - ` ARANGODB ` to the name of a community image you want to test,
11+ default is ` arangodb/arangodb:latest `
12+ - ` ENTERPRISEIMAGE ` to the name of an enterprise image, you want to
13+ test, if not set, some tests are skipped
14+ - ` ARANGO_LICENSE_KEY ` to the enterpise license key
15+ - ` KUBECONFIG ` to the path to some k8s configuration with
16+ credentials, this indicates which cluster to use
617
718``` bash
8- export DOCKERNAMESPACE=< your docker hub account>
919make clean
1020make build
1121make run-tests
@@ -16,6 +26,14 @@ make run-tests
1626To prepare for a release, do the following:
1727
1828- Make sure all tests are OK.
29+ - To run a complete set of tests, do the following:
30+
31+ Then do
32+
33+ ~~~
34+ make run-tests
35+ ~~~
36+
1937- Update the CHANGELOG manually, since the automatic CHANGELOG
2038 generation is switched off (did not work in many cases).
2139
You can’t perform that action at this time.
0 commit comments