[Groonga-commit] groonga/groonga [master] add --drilldown_sortby to cause SEGV.

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2010年 7月 1日 (木) 09:27:53 JST


Kouhei Sutou	2010-07-01 00:27:53 +0000 (Thu, 01 Jul 2010)

  New Revision: 1d7067281a204106aafbd3caeb561565811b06df

  Log:
    add --drilldown_sortby to cause SEGV.

  Modified files:
    test/unit/story/taiyaki/test-geo.c

  Modified: test/unit/story/taiyaki/test-geo.c (+2 -1)
===================================================================
--- test/unit/story/taiyaki/test-geo.c    2010-06-30 23:31:11 +0000 (1e231c9)
+++ test/unit/story/taiyaki/test-geo.c    2010-07-01 00:27:53 +0000 (a98fcb1)
@@ -302,7 +302,8 @@ test_drilldown_with_broken_reference(void)
         "--filter 'geo_in_circle(location, \"%s\", %d) && tags @ \"たいやき\"' "
         "--scorer '_score=geo_distance(location, \"%s\")' "
         "--drilldown 'area' "
-        "--drilldown_output_columns '_key, name, _nsubrecs'",
+        "--drilldown_output_columns '_key, name, _nsubrecs' "
+        "--drilldown_sortby '_key'",
         grn_test_location_string(yurakucho_latitude, yurakucho_longitude),
         distance,
         grn_test_location_string(yurakucho_latitude, yurakucho_longitude))));




Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index