This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 19e2fc3 Add notes about docker requirement (#636)
19e2fc3 is described below
commit 19e2fc382f45745a2b09d52e4b7b89800441c98a
Author: M. Oleske <[email protected]>
AuthorDate: Fri Aug 21 11:22:45 2020 -0700
Add notes about docker requirement (#636)
Authored-by: M. Oleske <[email protected]>
---
BUILDING.md | 1 +
CONTRIBUTING.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/BUILDING.md b/BUILDING.md
index f554731..7ee9d41 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -7,6 +7,7 @@
* [OpenSSL](https://www.openssl.org) *(for building source documentation)*
* Java 8 JDK *(for building server side java functions used in some of the
integration tests)*
* [Apache Geode](http://geode.apache.org/releases/) binaries installed or
available to link against
+* [Docker](https://www.docker.com/ (for running SNI Test)
### Platform-Specific Prerequisites
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 83f0fa7..44201ff 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -44,6 +44,7 @@ For example: `$ ctest --timeout 2000 -L STABLE -C Release -R
testCacheless -j1`
.NET integration tests can be executed similarly from
`build/clicache/integration-test`.
#### Running Google Test integration test suite
+Make sure Docker is installed as it is required for SNI Tests
```bash
$ cd <clone>
$ cd build/cppcache/integration/test