Netflix / ndbench

Netflix Data Store Benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDBench gradle build fails in Dynamodb-plugins test

pbk8s opened this issue · comments

While building NDBench I see the following error:

> Task :ndbench-dynamodb-plugins:test

com.netflix.ndbench.plugin.dynamodb.DynamoDBProgrammaticKeyValueTest > testCreateDynamoDbFromDataGenerator_withInit_andAutoscaling_protectedSetupMethodsCalled FAILED
    com.amazonaws.services.dynamodbv2.model.AmazonDynamoDBException at DynamoDBProgrammaticKeyValueTest.java:86

com.netflix.ndbench.plugin.dynamodb.DynamoDBProgrammaticKeyValueTest > testCreateDynamoDbFromDataGenerator_withInit_andNoAutoscaling_protectedSetupMethodsCalled FAILED
    com.amazonaws.services.dynamodbv2.model.AmazonDynamoDBException at DynamoDBProgrammaticKeyValueTest.java:73

17 tests completed, 2 failed

> Task :ndbench-dynamodb-plugins:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ndbench-dynamodb-plugins:test'.

Build Environment:
Java 8 (OpenJDK-8-arm64)
AWS EC2 instance (Arm64 based M6g)
Gradle version: 6.8.0
Cloned the ndbench git repo for source code

For now, I am able to build the war file by skipping the dynamodb-plugin test. Can anyone help with this issue?