[Groonga-mysql-commit] mroonga/mroonga at 71dbcf1 [master] travis: disable tests that use plugin in Mroonga embedded case

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 16 18:11:59 JST 2015


Kouhei Sutou	2015-05-16 18:11:59 +0900 (Sat, 16 May 2015)

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

  Message:
    travis: disable tests that use plugin in Mroonga embedded case

  Modified files:
    tools/travis/script.sh

  Modified: tools/travis/script.sh (+8 -0)
===================================================================
--- tools/travis/script.sh    2015-05-16 17:58:53 +0900 (6ea5c86)
+++ tools/travis/script.sh    2015-05-16 18:11:59 +0900 (953a0c4)
@@ -98,6 +98,14 @@ run_sql_test()
   fi
 
   if [ "${MROONGA_BUNDLED}" = "yes" ]; then
+    # Plugins aren't supported.
+    cd ${mroonga_dir}/mysql-test/mroonga/storage
+    rm -rf alter_table/add_index/token_filters/
+    rm -rf alter_table/t/change_token_filter.test
+    rm -rf create/table/token_filters/
+    rm -rf fulltext/token_filters/
+    cd -
+
     ${mroonga_dir}/test/run-sql-test.sh \
                   "${test_args[@]}" \
                   --parallel="${n_processors}"
-------------- next part --------------
HTML����������������������������...
下載 



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