sreeb-msft commented on code in PR #4758:
URL: https://github.com/apache/hadoop/pull/4758#discussion_r951070227
##########
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/lib/output/committer/manifest/TestRenameStageFailure.java:
##########
@@ -121,6 +121,7 @@ protected boolean requireRenameResilience() {
@Test
public void testResilienceAsExpected() throws Throwable {
+ Assume.assumeTrue(etagsPreserved);
Review Comment:
The final changes made return different values of requireRenameResilience
based on whether it is a nonHNS or HNS account. Thus, the problem of going by
the value of etagsPreserved is solved.
--
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]