|
@@ -343,6 +343,7 @@ public class TestOzoneManager {
|
|
|
|
|
|
// Create a volume and test Volume access for a different user
|
|
// Create a volume and test Volume access for a different user
|
|
@Test
|
|
@Test
|
|
|
|
+ @Ignore("TODO:HDDS-1147")
|
|
public void testAccessVolume() throws IOException, OzoneException {
|
|
public void testAccessVolume() throws IOException, OzoneException {
|
|
String userName = "user" + RandomStringUtils.randomNumeric(5);
|
|
String userName = "user" + RandomStringUtils.randomNumeric(5);
|
|
String adminName = "admin" + RandomStringUtils.randomNumeric(5);
|
|
String adminName = "admin" + RandomStringUtils.randomNumeric(5);
|
|
@@ -673,6 +674,7 @@ public class TestOzoneManager {
|
|
* @throws OzoneException
|
|
* @throws OzoneException
|
|
*/
|
|
*/
|
|
@Test
|
|
@Test
|
|
|
|
+ @Ignore("TODO:HDDS-1147")
|
|
public void testRenameKey() throws IOException, OzoneException {
|
|
public void testRenameKey() throws IOException, OzoneException {
|
|
String userName = "user" + RandomStringUtils.randomNumeric(5);
|
|
String userName = "user" + RandomStringUtils.randomNumeric(5);
|
|
String adminName = "admin" + RandomStringUtils.randomNumeric(5);
|
|
String adminName = "admin" + RandomStringUtils.randomNumeric(5);
|
|
@@ -1307,6 +1309,7 @@ public class TestOzoneManager {
|
|
* @throws IOException
|
|
* @throws IOException
|
|
*/
|
|
*/
|
|
@Test
|
|
@Test
|
|
|
|
+ @Ignore("TODO:HDDS-1147")
|
|
public void testOmInitializationFailure() throws Exception {
|
|
public void testOmInitializationFailure() throws Exception {
|
|
OzoneConfiguration config = new OzoneConfiguration();
|
|
OzoneConfiguration config = new OzoneConfiguration();
|
|
final String path =
|
|
final String path =
|