Kouhei Sutou
null+****@clear*****
Tue Jan 26 10:27:41 JST 2016
Kouhei Sutou 2016-01-26 10:27:41 +0900 (Tue, 26 Jan 2016) New Revision: 04595334755d530098376641de4c33ceef10ae17 https://github.com/groonga/groonga/commit/04595334755d530098376641de4c33ceef10ae17 Message: test grndb check: stop to use environment specific path Modified files: test/command_line/suite/grndb/test_check.rb Modified: test/command_line/suite/grndb/test_check.rb (+1 -1) =================================================================== --- test/command_line/suite/grndb/test_check.rb 2016-01-26 10:27:00 +0900 (f5dab6c) +++ test/command_line/suite/grndb/test_check.rb 2016-01-26 10:27:41 +0900 (645f575) @@ -158,7 +158,7 @@ Database is locked. It may be broken. Re-create the database. end assert_equal(<<-MESSAGE, error.error_output) [Names] Table is locked. It may be broken. (1) Truncate the table (truncate Names) or clear lock of the table (lock_clear Names) and (2) load data again. -[Names.users_names] Index column is locked. It may be broken. Re-create index by '/home/kou/work/c/groonga.mruby/src/.libs/lt-grndb recover /home/kou/work/c/groonga.mruby/test/command_line/helper/tmp/groonga-command-line/test_indexed_table-TestGrnDBCheck::--target-.db'. +[Names.users_names] Index column is locked. It may be broken. Re-create index by '#{grndb_path} recover #{@database_path}'. [Users] Table is locked. It may be broken. (1) Truncate the table (truncate Users) or clear lock of the table (lock_clear Users) and (2) load data again. [Users.name] Data column is locked. It may be broken. (1) Truncate the column (truncate Users.name) or clear lock of the column (lock_clear Users.name) and (2) load data again. MESSAGE -------------- next part -------------- HTML����������������������������...Download