[Groonga-commit] pgroonga/pgroonga at 0d1591b [master] test: add missing clean up

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 7 01:24:55 JST 2016


Kouhei Sutou	2016-10-07 01:24:55 +0900 (Fri, 07 Oct 2016)

  New Revision: 0d1591b9ea268d36705e2afbc478def676c2b3b8
  https://github.com/pgroonga/pgroonga/commit/0d1591b9ea268d36705e2afbc478def676c2b3b8

  Message:
    test: add missing clean up

  Modified files:
    expected/index-scan/kill-prior-tuple.out
    sql/index-scan/kill-prior-tuple.sql

  Modified: expected/index-scan/kill-prior-tuple.out (+1 -0)
===================================================================
--- expected/index-scan/kill-prior-tuple.out    2016-10-07 01:13:54 +0900 (99c1642)
+++ expected/index-scan/kill-prior-tuple.out    2016-10-07 01:24:55 +0900 (b79faeb)
@@ -50,3 +50,4 @@ SELECT * FROM ids WHERE 2 <= id and memo @@ 'a';
  110 | a
 (16 rows)
 
+DROP TABLE ids;

  Modified: sql/index-scan/kill-prior-tuple.sql (+2 -0)
===================================================================
--- sql/index-scan/kill-prior-tuple.sql    2016-10-07 01:13:54 +0900 (6062b73)
+++ sql/index-scan/kill-prior-tuple.sql    2016-10-07 01:24:55 +0900 (a3e4a4d)
@@ -34,3 +34,5 @@ UPDATE ids SET memo = 'b' WHERE id = 10;
 UPDATE ids SET memo = 'b' WHERE id = 5;
 UPDATE ids SET memo = 'b' WHERE id = 6;
 SELECT * FROM ids WHERE 2 <= id and memo @@ 'a';
+
+DROP TABLE ids;
-------------- next part --------------
HTML����������������������������...
Download 



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