Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ITestS3GuardToolDynamoDB.testDestroyDynamoDBMetadataStore fails after HADOOP-13985.
The gist of that test is that it creates a table directly in DynamoDB then tries to destroy it through S3Guard CLI tools. Since there's another test that tries to create a table through S3Guard CLI tools then deletes it directly in DynamoDB, I propose just combing the two, so S3Guard CLI tools are used for init and destroy, and we only use other tools to check for all the correct side-effects.