[Groonga-mysql-commit] mroonga/mroonga at e2f0f51 [master] test: use the default value for resetting mroonga_lock_timeout

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 7 14:26:39 JST 2014


Kouhei Sutou	2014-01-07 14:26:39 +0900 (Tue, 07 Jan 2014)

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

  Message:
    test: use the default value for resetting mroonga_lock_timeout

  Modified files:
    mysql-test/mroonga/storage/variable/lock_timeout/t/disable.test
    mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test
    mysql-test/mroonga/storage/variable/lock_timeout/t/no_retry.test
    mysql-test/mroonga/storage/variable/lock_timeout/t/valid.test

  Modified: mysql-test/mroonga/storage/variable/lock_timeout/t/disable.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/variable/lock_timeout/t/disable.test    2014-01-07 13:20:24 +0900 (a78cd5f)
+++ mysql-test/mroonga/storage/variable/lock_timeout/t/disable.test    2014-01-07 14:26:39 +0900 (4334431)
@@ -22,7 +22,7 @@ SHOW GLOBAL VARIABLES LIKE "mroonga_lock_timeout";
 
 
 disable_query_log;
-SET GLOBAL mroonga_lock_timeout = 1000000;
+SET GLOBAL mroonga_lock_timeout = 10000000;
 enable_query_log;
 
 --source ../../../../include/mroonga/have_mroonga_deinit.inc

  Modified: mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test    2014-01-07 13:20:24 +0900 (6e6e5fd)
+++ mysql-test/mroonga/storage/variable/lock_timeout/t/invalid.test    2014-01-07 14:26:39 +0900 (26569b6)
@@ -21,7 +21,7 @@ SHOW GLOBAL VARIABLES LIKE "mroonga_lock_timeout";
 
 
 disable_query_log;
-SET GLOBAL mroonga_lock_timeout = 1000000;
+SET GLOBAL mroonga_lock_timeout = 10000000;
 enable_query_log;
 
 --source ../../../../include/mroonga/have_mroonga_deinit.inc

  Modified: mysql-test/mroonga/storage/variable/lock_timeout/t/no_retry.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/variable/lock_timeout/t/no_retry.test    2014-01-07 13:20:24 +0900 (4b05d3c)
+++ mysql-test/mroonga/storage/variable/lock_timeout/t/no_retry.test    2014-01-07 14:26:39 +0900 (0f61ca6)
@@ -21,7 +21,7 @@ SHOW GLOBAL VARIABLES LIKE "mroonga_lock_timeout";
 
 
 disable_query_log;
-SET GLOBAL mroonga_lock_timeout = 1000000;
+SET GLOBAL mroonga_lock_timeout = 10000000;
 enable_query_log;
 
 --source ../../../../include/mroonga/have_mroonga_deinit.inc

  Modified: mysql-test/mroonga/storage/variable/lock_timeout/t/valid.test (+1 -1)
===================================================================
--- mysql-test/mroonga/storage/variable/lock_timeout/t/valid.test    2014-01-07 13:20:24 +0900 (62483bb)
+++ mysql-test/mroonga/storage/variable/lock_timeout/t/valid.test    2014-01-07 14:26:39 +0900 (f81aeac)
@@ -21,7 +21,7 @@ SHOW GLOBAL VARIABLES LIKE "mroonga_lock_timeout";
 
 
 disable_query_log;
-SET GLOBAL mroonga_lock_timeout = 1000000;
+SET GLOBAL mroonga_lock_timeout = 10000000;
 enable_query_log;
 
 --source ../../../../include/mroonga/have_mroonga_deinit.inc
-------------- next part --------------
HTML����������������������������...
Download 



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