[Groonga-commit] groonga/groonga at 1efa3d2 [master] logical_count: require shard_key

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 4 18:25:07 JST 2015


Kouhei Sutou	2015-02-04 18:25:07 +0900 (Wed, 04 Feb 2015)

  New Revision: 1efa3d28ded2cd6b5598409248b0534dda357c65
  https://github.com/groonga/groonga/commit/1efa3d28ded2cd6b5598409248b0534dda357c65

  Message:
    logical_count: require shard_key

  Modified files:
    test/command/suite/sharding/logical_count/condition/filter/no_range.expected
    test/command/suite/sharding/logical_count/condition/filter/no_range.test
    test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.expected
    test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.test
    test/command/suite/sharding/logical_count/condition/none/one_physical_table.expected
    test/command/suite/sharding/logical_count/condition/none/one_physical_table.test

  Modified: test/command/suite/sharding/logical_count/condition/filter/no_range.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/filter/no_range.expected    2015-02-04 17:32:15 +0900 (2144950)
+++ test/command/suite/sharding/logical_count/condition/filter/no_range.expected    2015-02-04 18:25:07 +0900 (d66fdb0)
@@ -36,5 +36,5 @@ load --table Logs_20150205
 {"timestamp": "2015-02-05 13:51:00", "message": "Shutdown"}
 ]
 [[0,0.0,0.0],3]
-logical_count Logs --filter 'message == "Shutdown"'
+logical_count Logs timestamp --filter 'message == "Shutdown"'
 [[0,0.0,0.0],2]

  Modified: test/command/suite/sharding/logical_count/condition/filter/no_range.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/filter/no_range.test    2015-02-04 17:32:15 +0900 (f147e9e)
+++ test/command/suite/sharding/logical_count/condition/filter/no_range.test    2015-02-04 18:25:07 +0900 (97d3dcf)
@@ -32,4 +32,4 @@ load --table Logs_20150205
 {"timestamp": "2015-02-05 13:51:00", "message": "Shutdown"}
 ]
 
-logical_count Logs --filter 'message == "Shutdown"'
+logical_count Logs timestamp --filter 'message == "Shutdown"'

  Modified: test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.expected    2015-02-04 17:32:15 +0900 (ff157ba)
+++ test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.expected    2015-02-04 18:25:07 +0900 (45ec531)
@@ -30,5 +30,5 @@ load --table Logs_20150205
 {"timestamp": "2015-02-05 13:51:00"}
 ]
 [[0,0.0,0.0],3]
-logical_count Logs
+logical_count Logs timestamp
 [[0,0.0,0.0],6]

  Modified: test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.test    2015-02-04 17:32:15 +0900 (0c607aa)
+++ test/command/suite/sharding/logical_count/condition/none/multiple_phisical_tables.test    2015-02-04 18:25:07 +0900 (ce4576c)
@@ -29,4 +29,4 @@ load --table Logs_20150205
 {"timestamp": "2015-02-05 13:51:00"}
 ]
 
-logical_count Logs
+logical_count Logs timestamp

  Modified: test/command/suite/sharding/logical_count/condition/none/one_physical_table.expected (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/none/one_physical_table.expected    2015-02-04 17:32:15 +0900 (f40e5c5)
+++ test/command/suite/sharding/logical_count/condition/none/one_physical_table.expected    2015-02-04 18:25:07 +0900 (e9d06f6)
@@ -11,5 +11,5 @@ load --table Logs_20150203
 {"timestamp": "2015-02-03 12:51:00"}
 ]
 [[0,0.0,0.0],3]
-logical_count Logs
+logical_count Logs timestamp
 [[0,0.0,0.0],3]

  Modified: test/command/suite/sharding/logical_count/condition/none/one_physical_table.test (+1 -1)
===================================================================
--- test/command/suite/sharding/logical_count/condition/none/one_physical_table.test    2015-02-04 17:32:15 +0900 (265b095)
+++ test/command/suite/sharding/logical_count/condition/none/one_physical_table.test    2015-02-04 18:25:07 +0900 (5eca5fe)
@@ -12,4 +12,4 @@ load --table Logs_20150203
 {"timestamp": "2015-02-03 12:51:00"}
 ]
 
-logical_count Logs
+logical_count Logs timestamp
-------------- next part --------------
HTML����������������������������...
Download 



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