[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] flush status to have stable results in status variable tests.

Back to archive index

Kazuhiko null+****@clear*****
Thu Oct 4 10:32:08 JST 2012


Kazuhiko	2011-11-16 02:04:03 +0900 (Wed, 16 Nov 2011)

  New Revision: a847df88d4d22280e506d3dbe0460fbdb7b7616a
  https://github.com/mroonga/mroonga/commit/a847df88d4d22280e506d3dbe0460fbdb7b7616a

  Log:
    flush status to have stable results in status variable tests.

  Modified files:
    test/sql/suite/groonga_storage/r/count_performance.result
    test/sql/suite/groonga_storage/r/order_limit_performance.result
    test/sql/suite/groonga_storage/t/count_performance.test
    test/sql/suite/groonga_storage/t/order_limit_performance.test
    test/sql/suite/groonga_wrapper/r/order_limit_performance.result
    test/sql/suite/groonga_wrapper/t/order_limit_performance.test

  Modified: test/sql/suite/groonga_storage/r/count_performance.result (+1 -0)
===================================================================
--- test/sql/suite/groonga_storage/r/count_performance.result    2011-11-16 01:49:32 +0900 (2b92d79)
+++ test/sql/suite/groonga_storage/r/count_performance.result    2011-11-16 02:04:03 +0900 (3b1f28d)
@@ -1,4 +1,5 @@
 drop table if exists t1, t2, t3;
+flush status;
 create table t1 (c1 int primary key, c2 int, c3 text, key idx1(c2), fulltext index ft(c3));
 insert into t1 values(1,10,"aa ii uu ee oo");
 insert into t1 values(2,20,"ka ki ku ke ko");

  Modified: test/sql/suite/groonga_storage/r/order_limit_performance.result (+1 -0)
===================================================================
--- test/sql/suite/groonga_storage/r/order_limit_performance.result    2011-11-16 01:49:32 +0900 (c2e21a5)
+++ test/sql/suite/groonga_storage/r/order_limit_performance.result    2011-11-16 02:04:03 +0900 (1abc97a)
@@ -1,4 +1,5 @@
 drop table if exists t1;
+flush status;
 create table t1 (c1 int primary key, c2 int, c3 text, _id int, key idx1(c2), fulltext index ft(c3));
 insert into t1 values(1,10,"aa ii uu ee oo",null);
 insert into t1 values(2,20,"ka ki ku ke ko",null);

  Modified: test/sql/suite/groonga_storage/t/count_performance.test (+1 -0)
===================================================================
--- test/sql/suite/groonga_storage/t/count_performance.test    2011-11-16 01:49:32 +0900 (316cac1)
+++ test/sql/suite/groonga_storage/t/count_performance.test    2011-11-16 02:04:03 +0900 (118b11c)
@@ -20,6 +20,7 @@
 drop table if exists t1, t2, t3;
 --enable_warnings
 
+flush status;
 create table t1 (c1 int primary key, c2 int, c3 text, key idx1(c2), fulltext index ft(c3));
 insert into t1 values(1,10,"aa ii uu ee oo");
 insert into t1 values(2,20,"ka ki ku ke ko");

  Modified: test/sql/suite/groonga_storage/t/order_limit_performance.test (+1 -0)
===================================================================
--- test/sql/suite/groonga_storage/t/order_limit_performance.test    2011-11-16 01:49:32 +0900 (d23cd0c)
+++ test/sql/suite/groonga_storage/t/order_limit_performance.test    2011-11-16 02:04:03 +0900 (a3579ee)
@@ -20,6 +20,7 @@
 drop table if exists t1;
 --enable_warnings
 
+flush status;
 create table t1 (c1 int primary key, c2 int, c3 text, _id int, key idx1(c2), fulltext index ft(c3));
 insert into t1 values(1,10,"aa ii uu ee oo",null);
 insert into t1 values(2,20,"ka ki ku ke ko",null);

  Modified: test/sql/suite/groonga_wrapper/r/order_limit_performance.result (+1 -0)
===================================================================
--- test/sql/suite/groonga_wrapper/r/order_limit_performance.result    2011-11-16 01:49:32 +0900 (63971d2)
+++ test/sql/suite/groonga_wrapper/r/order_limit_performance.result    2011-11-16 02:04:03 +0900 (c7242c5)
@@ -1,4 +1,5 @@
 drop table if exists t1;
+flush status;
 create table t1 (
 c1 int primary key,
 c2 int,

  Modified: test/sql/suite/groonga_wrapper/t/order_limit_performance.test (+1 -0)
===================================================================
--- test/sql/suite/groonga_wrapper/t/order_limit_performance.test    2011-11-16 01:49:32 +0900 (da1500c)
+++ test/sql/suite/groonga_wrapper/t/order_limit_performance.test    2011-11-16 02:04:03 +0900 (e139341)
@@ -21,6 +21,7 @@
 drop table if exists t1;
 --enable_warnings
 
+flush status;
 create table t1 (
   c1 int primary key,
   c2 int,
-------------- next part --------------
HTML����������������������������...
Download 



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