[Groonga-commit] groonga/groonga at 394f87f [master] test: use normalized command in query log

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Aug 7 14:13:41 JST 2015


Kouhei Sutou	2015-08-07 14:13:41 +0900 (Fri, 07 Aug 2015)

  New Revision: 394f87fd19be21ed31b45cbcf2b53243b823c45c
  https://github.com/groonga/groonga/commit/394f87fd19be21ed31b45cbcf2b53243b823c45c

  Message:
    test: use normalized command in query log

  Modified files:
    test/command/suite/sharding/logical_range_filter/cache/default.expected
    test/command/suite/sharding/logical_range_filter/cache/no.expected

  Modified: test/command/suite/sharding/logical_range_filter/cache/default.expected (+2 -2)
===================================================================
--- test/command/suite/sharding/logical_range_filter/cache/default.expected    2015-08-07 13:07:44 +0900 (a31a1d0)
+++ test/command/suite/sharding/logical_range_filter/cache/default.expected    2015-08-07 14:13:41 +0900 (f908a17)
@@ -38,7 +38,7 @@ logical_range_filter Logs timestamp --limit 1
     ]
   ]
 ]
-#>logical_range_filter Logs timestamp --limit 1 --output_type json
+#>logical_range_filter --limit "1" --logical_table "Logs" --output_type "json" --shard_key "timestamp"
 #<000000000000000 rc=0
 logical_range_filter Logs timestamp --limit 1
 [
@@ -64,6 +64,6 @@ logical_range_filter Logs timestamp --limit 1
     ]
   ]
 ]
-#>logical_range_filter Logs timestamp --limit 1 --output_type json
+#>logical_range_filter --limit "1" --logical_table "Logs" --output_type "json" --shard_key "timestamp"
 #:000000000000000 cache(0)
 #<000000000000000 rc=0

  Modified: test/command/suite/sharding/logical_range_filter/cache/no.expected (+2 -2)
===================================================================
--- test/command/suite/sharding/logical_range_filter/cache/no.expected    2015-08-07 13:07:44 +0900 (0aee565)
+++ test/command/suite/sharding/logical_range_filter/cache/no.expected    2015-08-07 14:13:41 +0900 (e919386)
@@ -38,7 +38,7 @@ logical_range_filter Logs timestamp --limit 1 --cache no
     ]
   ]
 ]
-#>logical_range_filter Logs timestamp --limit 1 --cache no --output_type json
+#>logical_range_filter --cache "no" --limit "1" --logical_table "Logs" --output_type "json" --shard_key "timestamp"
 #<000000000000000 rc=0
 logical_range_filter Logs timestamp --limit 1
 [
@@ -64,5 +64,5 @@ logical_range_filter Logs timestamp --limit 1
     ]
   ]
 ]
-#>logical_range_filter Logs timestamp --limit 1 --output_type json
+#>logical_range_filter --limit "1" --logical_table "Logs" --output_type "json" --shard_key "timestamp"
 #<000000000000000 rc=0
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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