[Groonga-mysql-commit] mroonga/mroonga at 0ab5f3f [master] test: load Mroonga plugin by default

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 21 14:48:41 JST 2014


Kouhei Sutou	2014-07-21 14:48:41 +0900 (Mon, 21 Jul 2014)

  New Revision: 0ab5f3ff87d3ac3913519a9ea8610a8d881bff65
  https://github.com/mroonga/mroonga/commit/0ab5f3ff87d3ac3913519a9ea8610a8d881bff65

  Message:
    test: load Mroonga plugin by default
    
    Without this, the following error is occurred when one MySQL server runs
    two tests:
    
        errno: 0 service 'thd_alloc_service' interface version mismatch:
    
    The error isn't occurred when one MySQL server runs only one test.
    
    It means that plugin load/unload is a problem. But why?

  Modified files:
    test/run-sql-test.sh

  Modified: test/run-sql-test.sh (+2 -0)
===================================================================
--- test/run-sql-test.sh    2014-07-21 14:46:25 +0900 (ba95a6f)
+++ test/run-sql-test.sh    2014-07-21 14:48:41 +0900 (690f75c)
@@ -220,6 +220,8 @@ mysql_test_run_args="${mysql_test_run_args} --parallel=${n_processors}"
 mysql_test_run_args="${mysql_test_run_args} --retry=1"
 mysql_test_run_args="${mysql_test_run_args} --suite=${test_suite_names}"
 mysql_test_run_args="${mysql_test_run_args} --force"
+mysql_test_run_args="${mysql_test_run_args} --mysqld=--loose-plugin-load-add=ha_mroonga.so"
+mysql_test_run_args="${mysql_test_run_args} --mysqld=--loose-plugin-mroonga=ON"
 if [ -n "$test_names" ]; then
     mysql_test_run_args="${mysql_test_run_args} --do-test=${test_names}"
 fi
-------------- next part --------------
HTML����������������������������...
下載 



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