Closed
Description
In TableOperationTest.cpp
, I modified line 51 to look like
static const char* ENDPOINT_OVERRIDE = "localhost:8000";
In addition, I also ran DynamoDB Local following instructions in the following page: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html#Tools.DynamoDBLocal.DownloadingAndRunning
After compiling and running runDynamoDBIntegrationTests
, I get a large number of failed gtest assertions and consequently test failures. They appear to be taking an extremely long time to run as well, which I don't expect (> 15 minutes and still going?).
Please advise if I am doing something wrong as I am new to this particular database service and SDK in general. Thanks.
Metadata
Metadata
Assignees
Labels
No labels