steveloughran opened a new pull request #1817: HADOOP-16827. 
TestHarFileSystem.testInheritedMethodsImplemented broken.
URL: https://github.com/apache/hadoop/pull/1817
 
 
   This is a regression caused by HADOOP-16759.
   
   The test TestHarFileSystem uses introspection to verify that HarFileSystem
   Does not implement methods to which there is a suitable implementation in
   the base FileSystem class. Because of the way it checks this, refactoring
   (protected) FileSystem methods in an IDE do not automatically change
   the probes in TestHarFileSystem.
   
   The changes in HADOOP-16759 did exactly that, and somehow managed
   to get through the build/test process without this being noticed.
   
   This patch fixes that failure.
   
   Caused by and fixed by Steve Loughran.
   
   Change-Id: If60d9c97058242871c02ad1addd424478f84f446
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to