sreeb-msft opened a new pull request, #4758:
URL: https://github.com/apache/hadoop/pull/4758

   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: 
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 
'HADOOP-17799. Your PR title ...'.
   -->
   This commit ignores the testResilienceAsExpected test in 
ITestAbfsRenameStageFailure. 
   
   ITestAbfsRenameStageFailure fails for the NonHNS SharedKey configuration - 
   
   `[ERROR] 
ITestAbfsRenameStageFailure>TestRenameStageFailure.testResilienceAsExpected:126 
[resilient commit support] expected:<[tru]e> but was:<[fals]e>
   `
   The check for whether ResilientCommits are possible depends on whether etags 
are preserved in rename or not. If not, an exception is thrown which leads the 
ResilientCommitByRename flag to remain set to `null` and ultimately causes the 
test failure.
   In case of nonHNS accounts, as etags are not preserved in rename, the test 
run is not valid. Hence for this particular configuration the test has been 
ignored. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to