[Groonga-commit] groonga/groonga at 69baba5 [master] test: set less timeout for no output dump

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri May 6 14:38:56 JST 2016


Kouhei Sutou	2016-05-06 14:38:56 +0900 (Fri, 06 May 2016)

  New Revision: 69baba59d008173ef4c058dd87bf2f5a5ea735d3
  https://github.com/groonga/groonga/commit/69baba59d008173ef4c058dd87bf2f5a5ea735d3

  Message:
    test: set less timeout for no output dump

  Modified files:
    test/command/suite/dump/config/dump_configs_no.test
    test/command/suite/dump/schema/plugin/dump_plugins_no.test
    test/command/suite/table_create/default_tokenizer/nonexistent.test
    test/command/suite/table_create/normalizer/nonexistent.test
    test/command/suite/table_remove/array/referenced/column_own.test
    test/command/suite/table_remove/array/with_columns.test
    test/command/suite/table_remove/array/without_columns.test
    test/command/suite/table_remove/double_array_trie/referenced/column_own.test
    test/command/suite/table_remove/double_array_trie/with_columns.test
    test/command/suite/table_remove/double_array_trie/without_columns.test
    test/command/suite/table_remove/hash/referenced/column_own.test
    test/command/suite/table_remove/hash/with_columns.test
    test/command/suite/table_remove/hash/without_columns.test
    test/command/suite/table_remove/patricia_trie/referenced/column_own.test
    test/command/suite/table_remove/patricia_trie/with_columns.test
    test/command/suite/table_remove/patricia_trie/without_columns.test

  Modified: test/command/suite/dump/config/dump_configs_no.test (+1 -0)
===================================================================
--- test/command/suite/dump/config/dump_configs_no.test    2016-05-06 10:45:26 +0900 (e0bacdd)
+++ test/command/suite/dump/config/dump_configs_no.test    2016-05-06 14:38:56 +0900 (2f6e223)
@@ -1,3 +1,4 @@
 config_set key value
 
+#@timeout 0.1
 dump --dump_configs no

  Modified: test/command/suite/dump/schema/plugin/dump_plugins_no.test (+1 -0)
===================================================================
--- test/command/suite/dump/schema/plugin/dump_plugins_no.test    2016-05-06 10:45:26 +0900 (876637b)
+++ test/command/suite/dump/schema/plugin/dump_plugins_no.test    2016-05-06 14:38:56 +0900 (d2cc8b3)
@@ -1,3 +1,4 @@
 plugin_register token_filters/stop_word
 
+#@timeout 0.1
 dump --dump_plugins no

  Modified: test/command/suite/table_create/default_tokenizer/nonexistent.test (+1 -0)
===================================================================
--- test/command/suite/table_create/default_tokenizer/nonexistent.test    2016-05-06 10:45:26 +0900 (8b3f204)
+++ test/command/suite/table_create/default_tokenizer/nonexistent.test    2016-05-06 14:38:56 +0900 (e7eb9ca)
@@ -1,4 +1,5 @@
 table_create Tags TABLE_PAT_KEY ShortText \
   --default_tokenizer TokenNonexistent
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_create/normalizer/nonexistent.test (+1 -0)
===================================================================
--- test/command/suite/table_create/normalizer/nonexistent.test    2016-05-06 10:45:26 +0900 (9b12f14)
+++ test/command/suite/table_create/normalizer/nonexistent.test    2016-05-06 14:38:56 +0900 (ec36973)
@@ -1,4 +1,5 @@
 table_create Terms TABLE_PAT_KEY ShortText \
   --normalizer NormalizerNonexistent
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/array/referenced/column_own.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/array/referenced/column_own.test    2016-05-06 10:45:26 +0900 (d6fbf85)
+++ test/command/suite/table_remove/array/referenced/column_own.test    2016-05-06 14:38:56 +0900 (21e11ca)
@@ -3,4 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names
 
 table_remove Names
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/array/with_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/array/with_columns.test    2016-05-06 10:45:26 +0900 (7574706)
+++ test/command/suite/table_remove/array/with_columns.test    2016-05-06 14:38:56 +0900 (aaf42c3)
@@ -5,4 +5,5 @@ dump
 
 table_remove Users
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/array/without_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/array/without_columns.test    2016-05-06 10:45:26 +0900 (eb5dab3)
+++ test/command/suite/table_remove/array/without_columns.test    2016-05-06 14:38:56 +0900 (d0003d4)
@@ -4,4 +4,5 @@ dump
 
 table_remove Names
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/double_array_trie/referenced/column_own.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/double_array_trie/referenced/column_own.test    2016-05-06 10:45:26 +0900 (3c0970f)
+++ test/command/suite/table_remove/double_array_trie/referenced/column_own.test    2016-05-06 14:38:56 +0900 (bce571d)
@@ -3,4 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names
 
 table_remove Names
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/double_array_trie/with_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/double_array_trie/with_columns.test    2016-05-06 10:45:26 +0900 (45d33b3)
+++ test/command/suite/table_remove/double_array_trie/with_columns.test    2016-05-06 14:38:56 +0900 (1bd295a)
@@ -5,4 +5,5 @@ dump
 
 table_remove Users
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/double_array_trie/without_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/double_array_trie/without_columns.test    2016-05-06 10:45:26 +0900 (4d27ec4)
+++ test/command/suite/table_remove/double_array_trie/without_columns.test    2016-05-06 14:38:56 +0900 (737ffb7)
@@ -4,4 +4,5 @@ dump
 
 table_remove Names
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/hash/referenced/column_own.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/hash/referenced/column_own.test    2016-05-06 10:45:26 +0900 (f31fbb2)
+++ test/command/suite/table_remove/hash/referenced/column_own.test    2016-05-06 14:38:56 +0900 (9f56db5)
@@ -3,4 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names
 
 table_remove Names
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/hash/with_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/hash/with_columns.test    2016-05-06 10:45:26 +0900 (99c1602)
+++ test/command/suite/table_remove/hash/with_columns.test    2016-05-06 14:38:56 +0900 (bbebb2a)
@@ -5,4 +5,5 @@ dump
 
 table_remove Users
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/hash/without_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/hash/without_columns.test    2016-05-06 10:45:26 +0900 (7eb728b)
+++ test/command/suite/table_remove/hash/without_columns.test    2016-05-06 14:38:56 +0900 (eaf5795)
@@ -4,4 +4,5 @@ dump
 
 table_remove Names
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/patricia_trie/referenced/column_own.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/patricia_trie/referenced/column_own.test    2016-05-06 10:45:26 +0900 (9f1864a)
+++ test/command/suite/table_remove/patricia_trie/referenced/column_own.test    2016-05-06 14:38:56 +0900 (c06dfac)
@@ -3,4 +3,5 @@ column_create Names nick_name COLUMN_SCALAR Names
 
 table_remove Names
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/patricia_trie/with_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/patricia_trie/with_columns.test    2016-05-06 10:45:26 +0900 (e87a615)
+++ test/command/suite/table_remove/patricia_trie/with_columns.test    2016-05-06 14:38:56 +0900 (69f013a)
@@ -5,4 +5,5 @@ dump
 
 table_remove Users
 
+#@timeout 0.1
 dump

  Modified: test/command/suite/table_remove/patricia_trie/without_columns.test (+1 -0)
===================================================================
--- test/command/suite/table_remove/patricia_trie/without_columns.test    2016-05-06 10:45:26 +0900 (d91a260)
+++ test/command/suite/table_remove/patricia_trie/without_columns.test    2016-05-06 14:38:56 +0900 (238c037)
@@ -4,4 +4,5 @@ dump
 
 table_remove Names
 
+#@timeout 0.1
 dump
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る