Attila Doroszlai created HDDS-16605:
---------------------------------------

             Summary: Reduce noise from failed copy-jar in integration check
                 Key: HDDS-16605
                 URL: https://issues.apache.org/jira/browse/HDDS-16605
             Project: Apache Ozone
          Issue Type: Improvement
          Components: CI
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


When tests fail in some module, its {{package}} step is skipped.  
{{integration}} check runs with {{fail-at-end}} by default, so it continues 
with other modules.  Dependent modules run into the following error:

{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-dependency-plugin:3.11.0:copy-dependencies 
(copy-jars) on project ozone-dist: Artifact 
'org.apache.ozone:ozone-s3gateway:jar:2.3.0-SNAPSHOT:runtime' has not been 
packaged yet (is a directory). When used on reactor artifact, copy should be 
executed after packaging: see MDEP-187. -> [Help 2]
{code}

This is harmless, since it does not affect any integration test, but is noisy 
(shown in Develocity as separate error).

Originally reported in HDDS-16600 (item 1).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to