This is an automated email from the ASF dual-hosted git repository.

anujmodi pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8c65e08b02e HADOOP-19784- ABFS: Fixing Failing Unit Test due to Client 
Header Changes
8c65e08b02e is described below

commit 8c65e08b02edc5dbc56f462f7740ccd13303cfde
Author: manika137 <[email protected]>
AuthorDate: Thu Jan 15 22:03:57 2026 -0800

    HADOOP-19784- ABFS: Fixing Failing Unit Test due to Client Header Changes
    
    Contributed by Manika Joshi
---
 .../hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java
 
b/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java
index 355a33441e6..4969711c378 100644
--- 
a/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java
+++ 
b/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/ITestAzureBlobFileSystemInitAndCreate.java
@@ -178,7 +178,7 @@ scheme, getFileSystemName(),
               EXPONENTIAL_RETRY_POLICY_ABBREVIATION);
 
       // The tracing context being used FS Initialization should have the 
endpoint conversion indicator set to 'T'
-      final int endpointConversionIndicatorIndex  = 15;
+      final int endpointConversionIndicatorIndex  = 14;
       String endpointConversionIndicator = captured.getHeader().split(COLON, 
SPLIT_NO_LIMIT)[endpointConversionIndicatorIndex ];
       Assertions.assertFalse(endpointConversionIndicator.isEmpty(), "Endpoint 
conversion indicator should be present");
       Assertions.assertEquals(endptConversionIndicatorInTc, 
endpointConversionIndicator, "Endpoint conversion indicator should be 'T'");


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to