[Groonga-commit] groonga/groonga at 473bc80 [master] travis: remove debug print

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Apr 29 14:47:51 JST 2018


Kouhei Sutou	2018-04-29 14:47:51 +0900 (Sun, 29 Apr 2018)

  New Revision: 473bc80e31718926974255878e68075c7f046f48
  https://github.com/groonga/groonga/commit/473bc80e31718926974255878e68075c7f046f48

  Message:
    travis: remove debug print
    
    It seems that there are some mruby related problems.
    
        [1] sharding/logical_select/cache
          match_columns                                                0.2928s [failed]
        ===============================================================================
        --- (expected)
        +++ (actual)
        @@ -29,62 +29,20 @@
         ]
         [[0,0.0,0.0],2]
         logical_select Memos   --shard_key timestamp   --query easy   --match_columns 'title'
        -[
        -  [
        -    0,
        -    0.0,
        -    0.0
        -  ],
        -  [
        -    [
        -      [
        -        4
        -      ],
        -      [
        -        [
        -          "_id",
        -          "UInt32"
        -        ],
        -        [
        -          "content",
        -          "Text"
        -        ],
        -        [
        -          "timestamp",
        -          "Time"
        -        ],
        -        [
        -          "title",
        -          "Text"
        -        ]
        -      ],
        -      [
        -        1,
        -        "PGroonga is fast and easy to use.",
        -        1492304400.0,
        -        "Easy PGroonga"
        -      ],
        -      [
        -        2,
        -        "Rroonga is fast and easy to use.",
        -        1492308000.0,
        -        "Easy Rroonga"
        -      ],
        -      [
        -        1,
        -        "Groonga is fast.",
        -        1492354800.0,
        -        "Easy Groonga"
        -      ],
        -      [
        -        2,
        -        "Mroonga is fast and easy to use.",
        -        1492358400.0,
        -        "Easy Mroonga"
        -      ]
        -    ]
        -  ]
        -]
        +[[[-74,0.0,0.0],"undefined method 'match_columns'"]]
        +#|e| NoMethodError: undefined method 'match_columns'
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_select.rb:687:in initialize
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_select.rb:557:in execute_search
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_enumerator.rb:57:in each_internal
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_enumerator.rb:87:in each_shard_with_around
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_enumerator.rb:27:in each_internal
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_enumerator.rb:17:in each
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_select.rb:555:in execute_search
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_select.rb:543:in execute
        +#|e| /Users/travis/build/groonga/groonga/plugins/sharding/logical_select.rb:38:in run_body
        +#|e| /Users/travis/build/groonga/groonga/lib/mrb/scripts/command.rb:53:in run_internal
        +#|e| /Users/travis/build/groonga/groonga/lib/mrb/scripts/command.rb:41:in cache_output
        +#|e| /Users/travis/build/groonga/groonga/lib/mrb/scripts/command.rb:52:in run_internal

  Modified files:
    travis/script.sh

  Modified: travis/script.sh (+3 -3)
===================================================================
--- travis/script.sh    2018-04-28 14:51:48 +0900 (226065a61)
+++ travis/script.sh    2018-04-29 14:47:51 +0900 (99ed469b8)
@@ -44,9 +44,9 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
   mount -t hfs ${memory_fs_device_path} tmp
 
   command_test_options="${command_test_options} --n-workers=2"
-  if [ "${TEST_TARGET}" = "command" ]; then
-    command_test_options="${command_test_options} --no-suppress-backtrace"
-  fi
+  # if [ "${TEST_TARGET}" = "command" ]; then
+  #   command_test_options="${command_test_options} --no-suppress-backtrace"
+  # fi
 else
   command_test_options="${command_test_options} --n-workers=4"
 fi
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180429/21f1b1a2/attachment.htm 



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