lewismc opened a new pull request #189: GORA-464 Get gora-dynamodb back up and 
running and available as part of the examples
URL: https://github.com/apache/gora/pull/189
 
 
   This is a first attempt at addressing 
[GORA-464](https://issues.apache.org/jira/browse/GORA-464)
   
   The only thing you need to change in order to run the tests is the 
[AwsCredentials.properties](https://github.com/apache/gora/blob/master/gora-dynamodb/src/test/conf/AwsCredentials.properties)
 file.
   
   Right now I am getting nasty Exceptions so I will investigate later on
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.gora.dynamodb.TestDynamoDBStore
   [ERROR] Tests run: 21, Failures: 0, Errors: 21, Skipped: 0, Time elapsed: 
1.234 s <<< FAILURE! - in org.apache.gora.dynamodb.TestDynamoDBStore
   [ERROR] testQueryStartKey(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.855 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testQueryEndKey(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDeleteByQueryFields(org.apache.gora.dynamodb.TestDynamoDBStore)  
Time elapsed: 0.01 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testNewInstance(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testAutoCreateSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  
Time elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testTruncateSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.016 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutNested(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.012 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutArray(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutBytes(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPutMap(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.013 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDeleteSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testGetWithFields(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.007 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testPut(org.apache.gora.dynamodb.TestDynamoDBStore)  Time elapsed: 
0.007 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testCreateSchema(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testSchemaExists(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testUpdate(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.015 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testGet(org.apache.gora.dynamodb.TestDynamoDBStore)  Time elapsed: 
0.014 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testQuery(org.apache.gora.dynamodb.TestDynamoDBStore)  Time elapsed: 
0.009 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testQueryKeyRange(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.007 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDelete(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.01 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [ERROR] testDeleteByQuery(org.apache.gora.dynamodb.TestDynamoDBStore)  Time 
elapsed: 0.008 s  <<< ERROR!
   java.lang.StackOverflowError
   
   [INFO]
   [INFO] Results:
   [INFO]
   [ERROR] Errors:
   [ERROR]   TestDynamoDBStore.testAutoCreateSchema » StackOverflow
   [ERROR]   TestDynamoDBStore.testCreateSchema » StackOverflow
   [ERROR]   TestDynamoDBStore.testDelete » StackOverflow
   [ERROR]   TestDynamoDBStore.testDeleteByQuery » StackOverflow
   [ERROR]   TestDynamoDBStore.testDeleteByQueryFields » StackOverflow
   [ERROR]   TestDynamoDBStore.testDeleteSchema » StackOverflow
   [ERROR]   TestDynamoDBStore.testGet » StackOverflow
   [ERROR]   TestDynamoDBStore.testGetWithFields » StackOverflow
   [ERROR]   TestDynamoDBStore.testNewInstance » StackOverflow
   [ERROR]   TestDynamoDBStore.testPut » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutArray » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutBytes » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutMap » StackOverflow
   [ERROR]   TestDynamoDBStore.testPutNested » StackOverflow
   [ERROR]   TestDynamoDBStore.testQuery » StackOverflow
   [ERROR]   TestDynamoDBStore.testQueryEndKey » StackOverflow
   [ERROR]   TestDynamoDBStore.testQueryKeyRange » StackOverflow
   [ERROR]   TestDynamoDBStore.testQueryStartKey » StackOverflow
   [ERROR]   TestDynamoDBStore.testSchemaExists » StackOverflow
   [ERROR]   TestDynamoDBStore.testTruncateSchema » StackOverflow
   [ERROR]   TestDynamoDBStore.testUpdate » StackOverflow
   [INFO]
   [ERROR] Tests run: 21, Failures: 0, Errors: 21, Skipped: 0
   [INFO]
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  9.627 s
   [INFO] Finished at: 2019-08-16T21:29:20-07:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on 
project gora-dynamodb: There are test failures.
   [ERROR]
   [ERROR] Please refer to 
/Users/lmcgibbn/Downloads/gora/gora-dynamodb/target/surefire-reports for the 
individual test results.
   [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
[date].dumpstream and [date]-jvmRun[N].dumpstream.
   [ERROR] -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to