anmolanmol1234 commented on code in PR #7765: URL: https://github.com/apache/hadoop/pull/7765#discussion_r2174499939
########## hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/TestAbfsRenameRetryRecovery.java: ########## @@ -461,11 +457,11 @@ public void testExistingPathCorrectlyRejected() throws Exception { */ @Test public void testRenameRecoveryUnsupportedForFlatNamespace() throws Exception { - Assume.assumeTrue(!isNamespaceEnabled); // In DFS endpoint, renamePath is O(1) API call and idempotency issue can happen. // For blob endpoint, client orchestrates the rename operation. assumeDfsServiceType(); AzureBlobFileSystem fs = getFileSystem(); + Assume.assumeTrue(!getIsNamespaceEnabled(fs)); Review Comment: Use isHnsDisabled function -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org