[Groonga-commit] pgroonga/pgroonga at 564a6ec [master] test: ensure loading PGroonga

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 13 00:41:02 JST 2017


Kouhei Sutou	2017-08-13 00:41:02 +0900 (Sun, 13 Aug 2017)

  New Revision: 564a6eced172b81401274c77e6fde45d204a0533
  https://github.com/pgroonga/pgroonga/commit/564a6eced172b81401274c77e6fde45d204a0533

  Message:
    test: ensure loading PGroonga

  Modified files:
    expected/compatibility/vacuum.out
    expected/full-text-search/vacuum.out
    sql/compatibility/vacuum.sql
    sql/full-text-search/vacuum.sql

  Modified: expected/compatibility/vacuum.out (+7 -0)
===================================================================
--- expected/compatibility/vacuum.out    2017-08-13 00:08:01 +0900 (349f1d1)
+++ expected/compatibility/vacuum.out    2017-08-13 00:41:02 +0900 (2bc7643)
@@ -1,2 +1,9 @@
+-- To load PGroonga
+SELECT pgroonga_command('status')::json->0->0;
+ ?column? 
+----------
+ 0
+(1 row)
+
 -- Just for reducing disk usage. This tests nothing.
 VACUUM;

  Modified: expected/full-text-search/vacuum.out (+7 -0)
===================================================================
--- expected/full-text-search/vacuum.out    2017-08-13 00:08:01 +0900 (349f1d1)
+++ expected/full-text-search/vacuum.out    2017-08-13 00:41:02 +0900 (2bc7643)
@@ -1,2 +1,9 @@
+-- To load PGroonga
+SELECT pgroonga_command('status')::json->0->0;
+ ?column? 
+----------
+ 0
+(1 row)
+
 -- Just for reducing disk usage. This tests nothing.
 VACUUM;

  Modified: sql/compatibility/vacuum.sql (+3 -0)
===================================================================
--- sql/compatibility/vacuum.sql    2017-08-13 00:08:01 +0900 (349f1d1)
+++ sql/compatibility/vacuum.sql    2017-08-13 00:41:02 +0900 (5276441)
@@ -1,2 +1,5 @@
+-- To load PGroonga
+SELECT pgroonga_command('status')::json->0->0;
+
 -- Just for reducing disk usage. This tests nothing.
 VACUUM;

  Modified: sql/full-text-search/vacuum.sql (+3 -0)
===================================================================
--- sql/full-text-search/vacuum.sql    2017-08-13 00:08:01 +0900 (349f1d1)
+++ sql/full-text-search/vacuum.sql    2017-08-13 00:41:02 +0900 (5276441)
@@ -1,2 +1,5 @@
+-- To load PGroonga
+SELECT pgroonga_command('status')::json->0->0;
+
 -- Just for reducing disk usage. This tests nothing.
 VACUUM;
-------------- next part --------------
HTML����������������������������...
다운로드 



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