[Groonga-mysql-commit] mroonga/mroonga at f0b07e3 [master] test: increment index table ID

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Apr 23 11:50:16 JST 2013


Kouhei Sutou	2013-04-23 11:50:16 +0900 (Tue, 23 Apr 2013)

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

  Message:
    test: increment index table ID
    
    Because groonga-normalizer-mysql adds a new normalizer.
    
    This test is too fragile. We want to resolve it but how...?

  Modified files:
    test/sql/suite/mroonga/wrapper/r/repair_table.result
    test/sql/suite/mroonga/wrapper/t/repair_table.test

  Modified: test/sql/suite/mroonga/wrapper/r/repair_table.result (+1 -1)
===================================================================
--- test/sql/suite/mroonga/wrapper/r/repair_table.result    2013-04-23 11:40:42 +0900 (5354db6)
+++ test/sql/suite/mroonga/wrapper/r/repair_table.result    2013-04-23 11:50:16 +0900 (21ee603)
@@ -25,7 +25,7 @@ id	title	body
 2	groonga (1)	starting groonga...
 FLUSH TABLES;
 SELECT * FROM diaries WHERE MATCH(body) AGAINST("starting");
-ERROR HY000: syscall error 'repair_test.mrn.0000103' (No such file or directory)
+ERROR HY000: syscall error 'repair_test.mrn.0000104' (No such file or directory)
 REPAIR TABLE diaries;
 Table	Op	Msg_type	Msg_text
 repair_test.diaries	repair	status	OK

  Modified: test/sql/suite/mroonga/wrapper/t/repair_table.test (+2 -2)
===================================================================
--- test/sql/suite/mroonga/wrapper/t/repair_table.test    2013-04-23 11:40:42 +0900 (6f4f69f)
+++ test/sql/suite/mroonga/wrapper/t/repair_table.test    2013-04-23 11:50:16 +0900 (a8fa2dd)
@@ -41,11 +41,11 @@ INSERT INTO diaries (title, body) VALUES ("groonga (2)", "started groonga.");
 
 SELECT * FROM diaries WHERE MATCH(body) AGAINST("starting");
 
---remove_file $MYSQLD_DATADIR/repair_test.mrn.0000103
+--remove_file $MYSQLD_DATADIR/repair_test.mrn.0000104
 
 FLUSH TABLES;
 
-# Error ER_CANT_OPEN_FILE syscall error 'repair_test.mrn.0000103' (No such file or directory)
+# Error ER_CANT_OPEN_FILE syscall error 'repair_test.mrn.0000104' (No such file or directory)
 --error ER_CANT_OPEN_FILE
 SELECT * FROM diaries WHERE MATCH(body) AGAINST("starting");
 
-------------- next part --------------
HTML����������������������������...
Download 



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