You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/11/30 08:20:00 UTC

[jira] [Resolved] (HBASE-25341) Fix ErrorProne error which causes nightly to fail

     [ https://issues.apache.org/jira/browse/HBASE-25341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-25341.
-------------------------------
    Hadoop Flags: Reviewed
      Resolution: Fixed

Pushed to master and branch-2.

Thanks [~zghao] for reviewing.

> Fix ErrorProne error which causes nightly to fail
> -------------------------------------------------
>
>                 Key: HBASE-25341
>                 URL: https://issues.apache.org/jira/browse/HBASE-25341
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 3.0.0-alpha-1, 2.4.0
>
>
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project hbase-server: Compilation failure
> [ERROR] /home/jenkins/jenkins-home/workspace/HBase_HBase_Nightly_master/component/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHRegion.java:[7536,38] error: [ArrayToString] Calling toString on an array does not provide useful information
> [ERROR]     (see https://errorprone.info/bugpattern/ArrayToString)
> [ERROR]   Did you mean 'fail("the qualifier " + Arrays.toString(q1) + " should be " + v1 + " or " + v2 + ", but " + q1Value);'?
> [ERROR] -> [Help 1]
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)