[Groonga-mysql-commit] mroonga/mroonga at bb8d025 [master] travis: add MariaDB 10.2 test with --ps-protocol

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Dec 8 23:16:53 JST 2016


Kouhei Sutou	2016-12-08 23:16:53 +0900 (Thu, 08 Dec 2016)

  New Revision: bb8d025b686ec4697d7112441ced316bb06b3ae1
  https://github.com/mroonga/mroonga/commit/bb8d025b686ec4697d7112441ced316bb06b3ae1

  Message:
    travis: add MariaDB 10.2 test with --ps-protocol

  Modified files:
    .travis.yml
    tools/travis/script.sh

  Modified: .travis.yml (+2 -0)
===================================================================
--- .travis.yml    2016-12-08 23:13:47 +0900 (57f8bef)
+++ .travis.yml    2016-12-08 23:16:53 +0900 (f6529f0)
@@ -16,6 +16,7 @@ env:
 #  - MYSQL_VERSION=mariadb-10.1.19
   - MYSQL_VERSION=mariadb-10.1.19 MROONGA_BUNDLED=yes
   - MYSQL_VERSION=mariadb-10.2.2 MROONGA_BUNDLED=yes
+  - MYSQL_VERSION=mariadb-10.2.2 MROONGA_BUNDLED=yes MROONGA_TEST_PS_PROTOCOL=yes
   - MYSQL_VERSION=percona-server-5.6
   - MYSQL_VERSION=percona-server-5.7
 matrix:
@@ -28,6 +29,7 @@ matrix:
 #    - env: MYSQL_VERSION=mariadb-10.1.19
 #    - env: MYSQL_VERSION=mariadb-10.1.19 MROONGA_BUNDLED=yes
 #    - env: MYSQL_VERSION=mariadb-10.2.2 MROONGA_BUNDLED=yes
+#    - env: MYSQL_VERSION=mariadb-10.2.2 MROONGA_BUNDLED=yes MROONGA_TEST_PS_PROTOCOL=yes
 install:
   - tools/travis/install.sh
 before_script:

  Modified: tools/travis/script.sh (+4 -1)
===================================================================
--- tools/travis/script.sh    2016-12-08 23:13:47 +0900 (14cc407)
+++ tools/travis/script.sh    2016-12-08 23:16:53 +0900 (e879f16)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright(C) 2012-2015 Kouhei Sutou <kou �� clear-code.com>
+# Copyright(C) 2012-2016 Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -98,6 +98,9 @@ run_sql_test()
   if [ "${MROONGA_TEST_EMBEDDED}" = "yes" ]; then
     test_args=("${test_args[@]}" "--embedded-server")
   fi
+  if [ "${MROONGA_TEST_PS_PROTOCOL}" = "yes" ]; then
+    test_args=("${test_args[@]}" "--ps-protocol")
+  fi
 
   if [ "${MROONGA_BUNDLED}" = "yes" ]; then
     # Plugins aren't supported.
-------------- next part --------------
HTML����������������������������...
Download 



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