[Groonga-commit] groonga/groonga at ae0a709 [master] grndb test: group locked index column case

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 27 11:40:25 JST 2016


Kouhei Sutou	2016-10-27 11:40:25 +0900 (Thu, 27 Oct 2016)

  New Revision: ae0a709e38c54ac62aaf90c840b0040d57129bb1
  https://github.com/groonga/groonga/commit/ae0a709e38c54ac62aaf90c840b0040d57129bb1

  Message:
    grndb test: group locked index column case

  Modified files:
    test/command_line/suite/grndb/test_check.rb

  Modified: test/command_line/suite/grndb/test_check.rb (+3 -1)
===================================================================
--- test/command_line/suite/grndb/test_check.rb    2016-10-27 11:17:40 +0900 (3e522b4)
+++ test/command_line/suite/grndb/test_check.rb    2016-10-27 11:40:25 +0900 (29002ca)
@@ -107,7 +107,8 @@ load --table Users
     MESSAGE
   end
 
-  def test_locked_index_column
+  sub_test_case "locked index column" do
+  def test_locked_segment
     groonga("table_create", "Users", "TABLE_HASH_KEY", "ShortText")
     groonga("column_create", "Users", "age", "COLUMN_SCALAR", "UInt8")
 
@@ -123,6 +124,7 @@ load --table Users
 [Ages.users_age] Index column is locked. It may be broken. Re-create index by '#{grndb_path} recover #{@database_path}'.
     MESSAGE
   end
+  end
 
   sub_test_case "--target" do
     def test_nonexistent_table
-------------- next part --------------
HTML����������������������������...
Download 



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