Github user nishadi commented on a diff in the pull request:
https://github.com/apache/gora/pull/111#discussion_r129641694
--- Diff: gora-aerospike/pom.xml ---
@@ -71,6 +71,14 @@
</testResources>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ <configuration>
+ <skipTests>true</skipTests>
--- End diff --
Hi Lewis, This was done basically as I have used Docker to start up the
Aerospike server for the test cases. If the build environment does not have
Docker environment, the test cases get failed due to the absence of the server.
That is the reason why the test cases are made skipped by default as it is done
in the couchdb store.
[https://lists.apache.org/thread.html/d9816c1e3f3a73fe07a3bc19035c532ffde2163aca5cc43e6d854158@%3Cdev.gora.apache.org%3E](url)
I have added a profile to activate the test cases when we need to run the
test cases.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---