Skip to content

DynamoDB tests spin forever and fail when running against DynamoDB Local #40

Closed
@jeremyong

Description

@jeremyong

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions