Kouhei Sutou 2018-10-30 16:25:33 +0900 (Tue, 30 Oct 2018) Revision: ff08e38c76e0865390bf8fcd298d982d964b10a1 https://github.com/groonga/groonga/commit/ff08e38c76e0865390bf8fcd298d982d964b10a1 Message: test: ensure thread limit 1 Modified files: test/command/suite/table_create/token_filters/options/double_array_trie.test test/command/suite/table_create/token_filters/options/hash.test test/command/suite/table_create/token_filters/options/patricia_trie.test Modified: test/command/suite/table_create/token_filters/options/double_array_trie.test (+3 -0) =================================================================== --- test/command/suite/table_create/token_filters/options/double_array_trie.test 2018-10-30 16:19:18 +0900 (8f392b9c7) +++ test/command/suite/table_create/token_filters/options/double_array_trie.test 2018-10-30 16:25:33 +0900 (22d7ba53d) @@ -5,6 +5,9 @@ table_create Terms TABLE_DAT_KEY ShortText \ --normalizer NormalizerAuto \ --token_filters 'TokenFilterStopWord("column", "ignore")' +#@disable-logging +thread_limit 1 +#@enable-logging database_unmap dump Modified: test/command/suite/table_create/token_filters/options/hash.test (+3 -0) =================================================================== --- test/command/suite/table_create/token_filters/options/hash.test 2018-10-30 16:19:18 +0900 (bd6ff0523) +++ test/command/suite/table_create/token_filters/options/hash.test 2018-10-30 16:25:33 +0900 (894539d3b) @@ -5,6 +5,9 @@ table_create Terms TABLE_HASH_KEY ShortText \ --normalizer NormalizerAuto \ --token_filters 'TokenFilterStopWord("column", "ignore")' +#@disable-logging +thread_limit 1 +#@enable-logging database_unmap dump Modified: test/command/suite/table_create/token_filters/options/patricia_trie.test (+3 -0) =================================================================== --- test/command/suite/table_create/token_filters/options/patricia_trie.test 2018-10-30 16:19:18 +0900 (77ae5f3cb) +++ test/command/suite/table_create/token_filters/options/patricia_trie.test 2018-10-30 16:25:33 +0900 (f520ad0bd) @@ -5,6 +5,9 @@ table_create Terms TABLE_PAT_KEY ShortText \ --normalizer NormalizerAuto \ --token_filters 'TokenFilterStopWord("column", "ignore")' +#@disable-logging +thread_limit 1 +#@enable-logging database_unmap dump -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181030/02b5ea9e/attachment-0001.html>