Description
This test doesn't drop it's table. And because there are a few subclasses of it...the second one will fail - because the table already exists. for example:
mvn clean package -Pitests -Dtest=TestSetUGIOnBothClientServer,TestSetUGIOnOnlyClient
will cause:
org.apache.hadoop.hive.metastore.api.AlreadyExistsException: Table acidTable already exists
for the second test.