[ 
https://issues.apache.org/jira/browse/GORA-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101970#comment-16101970
 ] 

ASF GitHub Bot commented on GORA-502:
-------------------------------------

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. 


> Implement Aerospike Datastore
> -----------------------------
>
>                 Key: GORA-502
>                 URL: https://issues.apache.org/jira/browse/GORA-502
>             Project: Apache Gora
>          Issue Type: New Feature
>          Components: gora-aerospike, storage
>    Affects Versions: 0.6.1
>            Reporter: Cihad Guzel
>            Assignee: Nishadi Kirielle
>              Labels: gsoc2017
>             Fix For: 0.8
>
>
> Aerospike is a NoSQL database solution for real-time operational 
> applications, delivering predictable performance at scale, superior uptime, 
> and high availability at the lowest TCO compared to first-generation NoSQL 
> and relational databases. It could be nice to support Aerospike as a 
> datastore at Gora. Aerospike uses Apache v2 license for Java client and uses 
> aGPL license for Aerospike Server Community Edition. 
> (http://www.aerospike.com/products/)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to