[Groonga-mysql-commit] mroonga/mroonga at 71d7b3d [master] travis: use --retry=2 for fragile tests

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 26 10:04:04 JST 2016


Kouhei Sutou	2016-09-26 10:04:04 +0900 (Mon, 26 Sep 2016)

  New Revision: 71d7b3da1bf800c2c55ab9b489471f72c6638c66
  https://github.com/mroonga/mroonga/commit/71d7b3da1bf800c2c55ab9b489471f72c6638c66

  Message:
    travis: use --retry=2 for fragile tests

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+3 -2)
===================================================================
--- tools/travis/script.sh    2016-09-24 00:36:36 +0900 (5253852)
+++ tools/travis/script.sh    2016-09-26 10:04:04 +0900 (581a987)
@@ -110,7 +110,8 @@ run_sql_test()
 
     ${mroonga_dir}/test/run-sql-test.sh \
                   "${test_args[@]}" \
-                  --parallel="${n_processors}"
+                  --parallel="${n_processors}" \
+                  --retry=2
   else
     prepare_sql_test
 
@@ -119,7 +120,7 @@ run_sql_test()
       "${test_args[@]}" \
       --no-check-testcases \
       --parallel="${n_processors}" \
-      --retry=1 \
+      --retry=2 \
       --suite="${test_suite_names}" \
       --force
   fi
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-mysql-commit mailing list
Back to archive index