[Groonga-commit] groonga/groonga at eee90d2 [master] test: now referenced records can be deleted

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 24 17:43:10 JST 2013


Kouhei Sutou	2013-09-24 17:43:10 +0900 (Tue, 24 Sep 2013)

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

  Message:
    test: now referenced records can be deleted

  Renamed files:
    test/command/suite/delete/filter/referenced_records/fulltext_index.expected
      (from test/command/suite/delete/filter/undeletable_records/fulltext_index.expected)
    test/command/suite/delete/filter/referenced_records/fulltext_index.test
      (from test/command/suite/delete/filter/undeletable_records/fulltext_index.test)

  Renamed: test/command/suite/delete/filter/referenced_records/fulltext_index.expected (+5 -21) 81%
===================================================================
--- test/command/suite/delete/filter/undeletable_records/fulltext_index.expected    2013-09-24 17:26:55 +0900 (16add79)
+++ test/command/suite/delete/filter/referenced_records/fulltext_index.expected    2013-09-24 17:43:10 +0900 (905a4ec)
@@ -32,10 +32,6 @@ load --table Bookmarks
 [[0,0.0,0.0],3]
 delete --table Users --filter 'true'
 [[0,0.0,0.0],true]
-#|w| undeletable record (Users:1) has value (bookmakrs:4)
-#|e| undeletable record (Users:1) has value (bookmakrs:4)
-#|w| undeletable record (Users:3) has value (bookmakrs:1)
-#|e| undeletable record (Users:3) has value (bookmakrs:1)
 select --table Users
 [
   [
@@ -46,7 +42,7 @@ select --table Users
   [
     [
       [
-        2
+        0
       ],
       [
         [
@@ -65,18 +61,6 @@ select --table Users
           "name",
           "ShortText"
         ]
-      ],
-      [
-        1,
-        "mori",
-        4,
-        "Daijiro MORI"
-      ],
-      [
-        3,
-        "s-yata",
-        1,
-        "Susumu Yata"
       ]
     ]
   ]
@@ -110,7 +94,7 @@ select --table Names
       [
         1,
         "daijiro",
-        1
+        0
       ],
       [
         3,
@@ -120,12 +104,12 @@ select --table Names
       [
         2,
         "mori",
-        1
+        0
       ],
       [
         5,
         "susumu",
-        1
+        0
       ],
       [
         4,
@@ -135,7 +119,7 @@ select --table Names
       [
         6,
         "yata",
-        1
+        0
       ]
     ]
   ]

  Renamed: test/command/suite/delete/filter/referenced_records/fulltext_index.test (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
Download 



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