[Groonga-commit] groonga/groonga at 37a56e7 [master] test: disable optimization to ensure using other optimization

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Apr 26 09:38:50 JST 2019


Kouhei Sutou	2019-04-26 09:38:50 +0900 (Fri, 26 Apr 2019)

  Revision: 37a56e73eceb674404d8ba9b83f2fbef0cc6e84c
  https://github.com/groonga/groonga/commit/37a56e73eceb674404d8ba9b83f2fbef0cc6e84c

  Message:
    test: disable optimization to ensure using other optimization

  Modified files:
    test/command/suite/select/filter/index/equal/optimization/use_sequential_search/int32.test
    test/command/suite/select/filter/index/equal/optimization/use_sequential_search/short_text_normalizer_auto.test
    test/command/suite/select/filter/index/range/optimization/use_sequetial_search.test
    test/command/suite/select/function/in_records/with_index/multiple.test

  Modified: test/command/suite/select/filter/index/equal/optimization/use_sequential_search/int32.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/index/equal/optimization/use_sequential_search/int32.test    2019-04-25 18:10:01 +0900 (9c3a2e4ab)
+++ test/command/suite/select/filter/index/equal/optimization/use_sequential_search/int32.test    2019-04-26 09:38:50 +0900 (505a009e7)
@@ -1,3 +1,4 @@
+#$GRN_EXPR_OPTIMIZE=no
 #$GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO=0.11
 
 table_create Users TABLE_HASH_KEY ShortText

  Modified: test/command/suite/select/filter/index/equal/optimization/use_sequential_search/short_text_normalizer_auto.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/index/equal/optimization/use_sequential_search/short_text_normalizer_auto.test    2019-04-25 18:10:01 +0900 (080b4f8f6)
+++ test/command/suite/select/filter/index/equal/optimization/use_sequential_search/short_text_normalizer_auto.test    2019-04-26 09:38:50 +0900 (7b0aed6f2)
@@ -1,3 +1,4 @@
+#$GRN_EXPR_OPTIMIZE=no
 #$GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO=0.11
 
 table_create Users TABLE_HASH_KEY ShortText

  Modified: test/command/suite/select/filter/index/range/optimization/use_sequetial_search.test (+1 -0)
===================================================================
--- test/command/suite/select/filter/index/range/optimization/use_sequetial_search.test    2019-04-25 18:10:01 +0900 (5eb1d5080)
+++ test/command/suite/select/filter/index/range/optimization/use_sequetial_search.test    2019-04-26 09:38:50 +0900 (459f962f0)
@@ -1,3 +1,4 @@
+#$GRN_EXPR_OPTIMIZE=no
 #$GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO=0.11
 
 table_create Users TABLE_HASH_KEY ShortText

  Modified: test/command/suite/select/function/in_records/with_index/multiple.test (+2 -0)
===================================================================
--- test/command/suite/select/function/in_records/with_index/multiple.test    2019-04-25 18:10:01 +0900 (4877e8693)
+++ test/command/suite/select/function/in_records/with_index/multiple.test    2019-04-26 09:38:50 +0900 (a8fa2ebd4)
@@ -1,3 +1,5 @@
+#$GRN_EXPR_OPTIMIZE=no
+
 plugin_register functions/time
 
 table_create Users TABLE_HASH_KEY ShortText
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190426/96b05033/attachment.html>


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