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

2019-09-29 Thread Hudson (Jira)


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

Hudson commented on AVRO-2560:
--

SUCCESS: Integrated in Jenkins build AvroJava #741 (See 
[https://builds.apache.org/job/AvroJava/741/])
AVRO-2560: Skip unnecessary mvn execution for speeding up tests (#649) 
(blachniet: 
[https://github.com/apache/avro/commit/ea1ee734ab12f8b931683cd9511b127257d41954])
* (edit) build.sh


> 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
> Fix For: 1.10.0, 1.9.2
>
>
> 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.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on AVRO-2560:
---

Commit 7faf1185da10adba9382e2ca1f936db956f63ecc in avro's branch 
refs/heads/branch-1.9 from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=7faf118 ]

AVRO-2560: Skip unnecessary mvn execution for speeding up tests (#649)

(cherry picked from commit ea1ee734ab12f8b931683cd9511b127257d41954)


> 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
>
> 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.3.4#803005)


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

2019-09-29 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on AVRO-2560:
---

Commit ea1ee734ab12f8b931683cd9511b127257d41954 in avro's branch 
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ea1ee73 ]

AVRO-2560: Skip unnecessary mvn execution for speeding up tests (#649)



> 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
>
> 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.3.4#803005)