ben-roling opened a new pull request #742: HADOOP-16252 add prefix to dynamo 
tables in tests
URL: https://github.com/apache/hadoop/pull/742
 
 
   This adds a configurable prefix to the table names used in the dynamo tests 
so that they can be run by a user given dynamo permissions only on tables with 
the configured prefix.
   
   I have successfully executed the full test suite with this change, my own 
prefix defined in auth-keys.xml, and a user with dynamo permissions only to 
tables with the configured prefix.
   
   I executed the tests with:
   ```
   mvn -T 1C verify -Dparallel-tests -DtestsThreadCount=8 -Ds3guard -Ddynamo
   ```
   
   I did have to re-execute 3 of the tests individually due to transient 
failures:
   
   ```
   mvn -T 1C verify -Dtest=skip -Dit.test=ITestS3AFileSystemContract -Ds3guard 
-Ddynamo
   mvn -T 1C verify -Dtest=skip -Dit.test=ITestS3AEmptyDirectory -Ds3guard 
-Ddynamo
   mvn -T 1C verify -Dtest=skip -Dit.test=ITestS3AContractGetFileStatusV1List 
-Ds3guard -Ddynamo
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to