Kentaro Hayashi
null+****@clear*****
Wed Jun 7 14:35:14 JST 2017
Kentaro Hayashi 2017-06-07 14:35:14 +0900 (Wed, 07 Jun 2017) New Revision: 52e5f75247369dbe45f1f59ed6fec9643b013270 https://github.com/groonga/groonga/commit/52e5f75247369dbe45f1f59ed6fec9643b013270 Message: test: remove needless .actual file Removed files: test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.actual Deleted: test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.actual (+0 -81) 100644 =================================================================== --- test/command/suite/sharding/logical_range_filter/filter/or_equals/range_index.actual 2017-06-06 12:15:35 +0900 (8441f15) +++ /dev/null @@ -1,81 +0,0 @@ -plugin_register sharding -[[0,0.0,0.0],true] -table_create Actions TABLE_PAT_KEY ShortText -[[0,0.0,0.0],true] -table_create Logs_20150205 TABLE_NO_KEY -[[0,0.0,0.0],true] -column_create Logs_20150205 timestamp COLUMN_SCALAR Time -[[0,0.0,0.0],true] -column_create Logs_20150205 memo COLUMN_SCALAR ShortText -[[0,0.0,0.0],true] -column_create Logs_20150205 action COLUMN_SCALAR Actions -[[0,0.0,0.0],true] -table_create Timestamp_20150205 TABLE_PAT_KEY Time -[[0,0.0,0.0],true] -column_create Timestamp_20150205 index COLUMN_INDEX Logs_20150205 timestamp -[[0,0.0,0.0],true] -column_create Actions index_20150205 COLUMN_INDEX Logs_20150205 action -[[0,0.0,0.0],true] -load --table Logs_20150205 -[ -{ - "timestamp": "2015-02-05 13:49:00", - "memo": "2015-02-05 13:49:00", - "action": "Start" -}, -{ - "timestamp": "2015-02-05 13:50:00", - "memo": "2015-02-05 13:50:00", - "action": "Running" -}, -{ - "timestamp": "2015-02-05 13:51:00", - "memo": "2015-02-05 13:51:00", - "action": "Running" -}, -{ - "timestamp": "2015-02-05 13:52:00", - "memo": "2015-02-05 13:52:00", - "action": "Shutdown" -} -] -[[0,0.0,0.0],4] -log_level --level debug -[[0,0.0,0.0],true] -logical_range_filter Logs timestamp --limit 2 --filter 'action == "Running" || action == "Start"' -[ - [ - 0, - 0.0, - 0.0 - ], - [ - [ - [ - "action", - "Actions" - ], - [ - "memo", - "ShortText" - ], - [ - "timestamp", - "Time" - ] - ], - [ - "Start", - "2015-02-05 13:49:00", - 1423111740.0 - ], - [ - "Running", - "2015-02-05 13:50:00", - 1423111800.0 - ] - ] -] -#|d| [logical_range_filter][range-index] <Logs_20150205>: hit ratio (1=4/4)>= threshold (0.2) -log_level --level notice -[[0,0.0,0.0],true] -------------- next part -------------- HTML����������������������������...Download