+ tabName
+ "' using " + HCatStorer.class.getName() + " ('part_col=part2');");
// TODO: The HCatStore seems to be swallowing the exception. Thus we
// manually verify that partition is not created by above call.
client = context.getMetaStoreClient(ADMIN1);
assertEquals(1, client.listPartitionNames(dbName, tabName, (short)10).size());
client.close();
// fail("HCatStore should fail for non-privilege user");
} catch (IOException e) {
Context.verifyMetastoreAuthException(e.getCause());