Skip to content

Commit

Permalink
How to test on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Oct 21, 2024
1 parent 03929ae commit f2f040a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ or::

$ CRATE_URL=https://cdn.crate.io/downloads/releases/nightly/crate-0.58.0-201611210301-7d469f8.tar.gz ./gradlew test

If you are using MacOS, you have to specify the URL to download the server, e.g.::

$ CRATE_URL=https://cdn2.crate.io/downloads/releases/cratedb/x64_mac/crate-5.9.0.tar.gz ./gradlew test

For debugging purposes, integration tests can be run against any CrateDB build.
Build tar.gz file by running ./gradlew distTar from crate repository and set
path to the generated file to the ``CRATE_PATH`` environment variable, e.g.::
Expand Down

0 comments on commit f2f040a

Please sign in to comment.