anmolanmol1234 commented on code in PR #7272: URL: https://github.com/apache/hadoop/pull/7272#discussion_r1910158321
########## hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/ITestAbfsHttpClientRequestExecutor.java: ########## @@ -61,6 +65,12 @@ public ITestAbfsHttpClientRequestExecutor() throws Exception { public void testExpect100ContinueHandling() throws Exception { AzureBlobFileSystem fs = getFileSystem(); Path path = new Path("/testExpect100ContinueHandling"); + if (isAppendBlobEnabled()) { + Assume.assumeFalse("Not valid for AppendBlob with blob endpoint", Review Comment: Since service type and ingress type can be different this might not work, we can add a getIngressServiceType() method in base class ? ########## hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/ITestAbfsHttpClientRequestExecutor.java: ########## @@ -61,6 +65,12 @@ public ITestAbfsHttpClientRequestExecutor() throws Exception { public void testExpect100ContinueHandling() throws Exception { AzureBlobFileSystem fs = getFileSystem(); Path path = new Path("/testExpect100ContinueHandling"); + if (isAppendBlobEnabled()) { + Assume.assumeFalse("Not valid for AppendBlob with blob endpoint", Review Comment: same as above -- 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