[
https://issues.apache.org/jira/browse/HBASE-20646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Drob reopened HBASE-20646:
-------------------------------
This breaks error-prone compilation in the nightly build.
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.6.1:testCompile
(default-testCompile) on project hbase-server: Compilation failure
[ERROR]
/testptch/hbase/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestWALProcedureStoreOnHDFS.java:[109,15]
[JUnit4TearDownNotRun] tearDown() method will not be run; Please add an @After
annotation
[ERROR] (see http://errorprone.info/bugpattern/JUnit4TearDownNotRun)
[ERROR] Did you mean '@After'?
{noformat}
Can you add a suppression for it?
> TestWALProcedureStoreOnHDFS failing on branch-1
> -----------------------------------------------
>
> Key: HBASE-20646
> URL: https://issues.apache.org/jira/browse/HBASE-20646
> Project: HBase
> Issue Type: Test
> Affects Versions: 1.4.4
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Trivial
> Fix For: 1.5.0, 1.4.5
>
> Attachments: HBASE-20646-branch-1.patch
>
>
> TestWALProcedureStoreOnHDFS fails sometimes on branch-1 depending on junit
> particulars. An @After decoration was improperly added. Remove to fix.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)