[Groonga-mysql-commit] mroonga/mroonga at e5bac2b [master] test: split a test that runs two checks

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 20 21:10:20 JST 2014


Kouhei Sutou	2014-04-20 21:10:20 +0900 (Sun, 20 Apr 2014)

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

  Message:
    test: split a test that runs two checks

  Added files:
    mysql-test/mroonga/storage/variable/log_file/r/new_value.result
    mysql-test/mroonga/storage/variable/log_file/r/nonexistent_path.result
  Copied files:
    mysql-test/mroonga/storage/variable/log_file/t/new_value.test
      (from mysql-test/mroonga/storage/variable/log_file/t/TODO_SPLIT_ME.test)
  Removed files:
    mysql-test/mroonga/storage/variable/log_file/r/TODO_SPLIT_ME.result
  Renamed files:
    mysql-test/mroonga/storage/variable/log_file/t/nonexistent_path.test
      (from mysql-test/mroonga/storage/variable/log_file/t/TODO_SPLIT_ME.test)

  Deleted: mysql-test/mroonga/storage/variable/log_file/r/TODO_SPLIT_ME.result (+0 -8) 100644
===================================================================
--- mysql-test/mroonga/storage/variable/log_file/r/TODO_SPLIT_ME.result    2014-04-17 22:31:07 +0900 (e801c59)
+++ /dev/null
@@ -1,8 +0,0 @@
-SET GLOBAL mroonga_log_file = "new-mroonga.log";
-SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
-Variable_name	Value
-mroonga_log_file	new-mroonga.log
-SET GLOBAL mroonga_log_file = "nonexistent/mroonga.log";
-SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
-Variable_name	Value
-mroonga_log_file	new-mroonga.log

  Added: mysql-test/mroonga/storage/variable/log_file/r/new_value.result (+4 -0) 100644
===================================================================
--- /dev/null
+++ mysql-test/mroonga/storage/variable/log_file/r/new_value.result    2014-04-20 21:10:20 +0900 (6000a75)
@@ -0,0 +1,4 @@
+SET GLOBAL mroonga_log_file = "new-mroonga.log";
+SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
+Variable_name	Value
+mroonga_log_file	new-mroonga.log

  Added: mysql-test/mroonga/storage/variable/log_file/r/nonexistent_path.result (+4 -0) 100644
===================================================================
--- /dev/null
+++ mysql-test/mroonga/storage/variable/log_file/r/nonexistent_path.result    2014-04-20 21:10:20 +0900 (1dbec1f)
@@ -0,0 +1,4 @@
+SET GLOBAL mroonga_log_file = "nonexistent/mroonga.log";
+SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
+Variable_name	Value
+mroonga_log_file	groonga.log

  Copied: mysql-test/mroonga/storage/variable/log_file/t/new_value.test (+0 -3) 90%
===================================================================
--- mysql-test/mroonga/storage/variable/log_file/t/TODO_SPLIT_ME.test    2014-04-17 22:31:07 +0900 (55f32c1)
+++ mysql-test/mroonga/storage/variable/log_file/t/new_value.test    2014-04-20 21:10:20 +0900 (930e0a9)
@@ -19,7 +19,4 @@
 SET GLOBAL mroonga_log_file = "new-mroonga.log";
 SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
 
-SET GLOBAL mroonga_log_file = "nonexistent/mroonga.log";
-SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
-
 --source ../../../../include/mroonga/have_mroonga_deinit.inc

  Renamed: mysql-test/mroonga/storage/variable/log_file/t/nonexistent_path.test (+0 -3) 91%
===================================================================
--- mysql-test/mroonga/storage/variable/log_file/t/TODO_SPLIT_ME.test    2014-04-17 22:31:07 +0900 (55f32c1)
+++ mysql-test/mroonga/storage/variable/log_file/t/nonexistent_path.test    2014-04-20 21:10:20 +0900 (2a8734d)
@@ -16,9 +16,6 @@
 
 --source ../../../../include/mroonga/have_mroonga.inc
 
-SET GLOBAL mroonga_log_file = "new-mroonga.log";
-SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
-
 SET GLOBAL mroonga_log_file = "nonexistent/mroonga.log";
 SHOW GLOBAL VARIABLES LIKE 'mroonga_log_file';
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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