HBASE-23970 TestUsersOperationsWithSecureHadoop fails when an existing ticket is present

This commit is contained in:
wen_yi 2020-09-11 17:48:48 +08:00
parent 246b8f0bcd
commit 70db5e1946
1 changed files with 5 additions and 1 deletions

View File

@ -22,7 +22,11 @@ import static org.apache.hadoop.hbase.security.HBaseKerberosUtils.getClientPrinc
import static org.apache.hadoop.hbase.security.HBaseKerberosUtils.getKeytabFileForTesting;
import static org.apache.hadoop.hbase.security.HBaseKerberosUtils.getPrincipalForTesting;
import static org.apache.hadoop.hbase.security.HBaseKerberosUtils.getSecuredConfiguration;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;