You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2019/10/07 13:33:02 UTC

[netbeans] branch master updated: Retry mysql tests in Travis config

This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new a3575da  Retry mysql tests in Travis config
     new 8757ee0  Merge pull request #1550 from blackleg/fix_mysql_tests
a3575da is described below

commit a3575da3ad018a2ca26341e83333f844cc151e68
Author: Hector Espert <he...@gmail.com>
AuthorDate: Sun Oct 6 11:30:44 2019 +0200

    Retry mysql tests in Travis config
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 55f90d5..42684c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -213,13 +213,13 @@ matrix:
           services:
             - mysql
           env:
-            - OPTS="-quiet -Dcluster.config=minimal -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false"
+            - OPTS="-Dcluster.config=minimal -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false"
             - OPTS_TEST="-Dtest-unit-sys-prop.ignore.random.failures=true -Dvanilla.javac.exists=true -Dtest-unit-sys-prop.mysql.user=root -Dtest-unit-sys-prop.mysql.password=password"
           before_script:
             - echo "ALTER USER root@'localhost' IDENTIFIED BY 'password';\nFLUSH PRIVILEGES;\n" | mysql -u root
             - ant $OPTS clean
             - ant $OPTS build
           script:
-            - ant $OPTS $OPTS_TEST -f ide/db.metadata.model test
-            - ant $OPTS $OPTS_TEST -f ide/db.mysql test
+            - travis_retry ant $OPTS $OPTS_TEST -f ide/db.metadata.model test
+            - travis_retry ant $OPTS $OPTS_TEST -f ide/db.mysql test
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists