You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/06/14 17:17:00 UTC

[jira] [Updated] (AVRO-2560) Skip unnecessary mvn execution for speeding up tests

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

ASF GitHub Bot updated AVRO-2560:
---------------------------------
    Labels: pull-request-available  (was: )

> Skip unnecessary mvn execution for speeding up tests
> ----------------------------------------------------
>
>                 Key: AVRO-2560
>                 URL: https://issues.apache.org/jira/browse/AVRO-2560
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: build, java
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.2
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We have to speed up our CI because it sometimes fails recently due to taking more than 50 minutes.
> Running interop tests only for the ipc submodule will save some time, just as generating interop test data.
> {code}
> sekikn@sekikn-ThinkCentre-M715q:~/repos/avro/lang/java$ mvn -B test -P interop-data-test -pl ipc
> (snip)
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  11.958 s
> [INFO] Finished at: 2019-09-15T00:32:35+09:00
> [INFO] ------------------------------------------------------------------------
> {code}
> {code}
> sekikn@sekikn-ThinkCentre-M715q:~/repos/avro/lang/java$ mvn -B test -P interop-data-test
> (snip)
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  54.315 s
> [INFO] Finished at: 2019-09-15T00:34:13+09:00
> [INFO] ------------------------------------------------------------------------
> {code}



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