You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2020/10/06 13:54:00 UTC

[jira] [Created] (HDDS-4312) findbugs check succeeds despite failure

Attila Doroszlai created HDDS-4312:
--------------------------------------

             Summary: findbugs check succeeds despite failure
                 Key: HDDS-4312
                 URL: https://issues.apache.org/jira/browse/HDDS-4312
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: build
    Affects Versions: 1.1.0
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


Findbugs check has been silently failing but reporting success for some time now.  The problem is that {{findbugs.sh}} determines exit code based on the number of findbugs failures.  If {{compile}} step fails, exit code is 0, ie. success.

{code:title=https://github.com/apache/hadoop-ozone/runs/1210535433#step:3:866}
2020-10-02T18:37:57.0699502Z [ERROR] Failed to execute goal on project hadoop-hdds-client: Could not resolve dependencies for project org.apache.hadoop:hadoop-hdds-client:jar:1.1.0-SNAPSHOT: Could not find artifact org.apache.hadoop:hadoop-hdds-common:jar:tests:1.1.0-SNAPSHOT in apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots) -> [Help 1]
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org