nandakumar131 commented on a change in pull request #1234: HDDS-1917. Ignore
failing test-cases in TestSecureOzoneRpcClient.
URL: https://github.com/apache/hadoop/pull/1234#discussion_r312508108
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
##########
@@ -2280,6 +2280,7 @@ public void testNativeAclsForVolume() throws Exception {
validateOzoneAccessAcl(ozObj);
}
+ @Ignore("This will be fixed when HA support is added to acl operations")
Review comment:
Thanks @bharatviswa504 and @xiaoyuyao for the review and suggestions.
All the tests which are extending `TestOzoneRpcClientAbstract` is failing
with the same error, but the failure is seen only in the pre-commit jobs (not
able to repro them in local).
Ref:
https://builds.apache.org/job/hadoop-multibranch/job/PR-1211/5/artifact/out/patch-unit-hadoop-ozone.txt
I will modify the test-cases to get more info whenever they fail instead of
Ignoring them.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]