elek opened a new pull request #463: HDDS-2898. build failure due to hadoop-hdds-client test URL: https://github.com/apache/hadoop-ozone/pull/463 ## What changes were proposed in this pull request? Moving out DummyBlock/ChunkInputStream helper classes from the unit test class (inner class) to outer class to avoid a strange error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project hadoop-hdds-client: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test failed: java.lang.ClassFormatError: Illegal field name "org.apache.hadoop.hdds.scm.storage.TestBlockInputStream$this" in class org/apache/hadoop/hdds/scm/storage/TestBlockInputStream$DummyBlockInputStreamWithRetry -> [Help 1] ``` Most probably it's a surefire plugin limitation/bug. Testing logic has not been changed. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-2898 ## How was this patch tested? This is a unit test-only changed. The changed unit tests are executed.
---------------------------------------------------------------- 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]
